Hi all,
Request:
This is my fourth day to work in solving this problem and it has become an absolute night mere for me.I'm requesting Nokia experts to pay attention on this thread.I'm explaing my problem once again in different way for better understanding.
Problem:
I’m having a problem at remote end when initiator sends an INVITE request including, m=audio 16384 RTP/AVP 98, RTP/AVP media type audio .Remote Party responses back “415, unsupported media type” and application not able to receive an INVITE request.
The capabilities that has been defined in SIP Resolved plug-in is that
"<SIP_CLIENT ALLOW_STARTING=\"YES\">\
<SIP_HEADERS>\
<ACCEPT_CONTACT value=\"*;mobility=mobile;media=audio\"/>\
<ALLOW_EVENTS value=\"telephone-event\"/>\
<ACCEPT value=\"audio/basic\"/>\
<ACCEPT value=\"application/sdp\"/>\
</SIP_HEADERS>\
<SDP_LINES>\
<LINE name=\"m\" value=\"application 0 TCP SIP\"/>\
<LINE name=\"m\" value=\"audio 30000 RTP/AVP 98\"/>\
<LINE name=\"a\" value=\"rtpmap:98 telephone-event/8000/1\"/>\
</SDP_LINES>\
</SIP_CLIENT>");
and the SIP message that includes INVITE request, SIP headers and SDP part of the SIP message is mentioned below. This packet is sent by initiator to remote party and in result we got sip response 415.
INVITE sip:5001@10.1.7.133 SIP/2.0
Via: SIP/2.0/UDP 10.1.7.124;branch=z9hG4bKb8270604b89ee8351ccf693908b83607
Route: <sip:10.1.7.124;lr;transport=TCP>
Via: SIP/2.0/TCP 10.1.7.115:5060;branch=z9hG4bKul4lqk7cf5hc7amdag2pqpg;rport
From: <sip:5000@10.1.7.124>;tag=djilqk1gs9hc6pnoag2i
To: <sip:5001@10.1.7.124;user=phone>
Contact: <sip:5000@10.1.7.115;transport=TCP>
Allow: INVITE
Expires: 120
Content-Type: application/sdp
Accept: application/sdp
Content-Length: 429
v=0
o=Nokia-SIPUA 63351281939131000 63351281939131000 IN IP4 10.1.7.115
s=-
c=IN IP4 10.1.7.115
t=0 0
m=application 0 TCP SIP
m=audio 16384 RTP/AVP 98
a=rtpmap:98 telephone-event/8000/1

ecodeL( KAcceptContactParam() ); 

