Hi,
I'm sending INVITE Request with audio capabilties and in response receiving
"415 Media type not supported".I'm using E65 and N95 phones which already have voip client registerd with audio media type. Please let me know how can i resolve this problem to register my application with audio media type.I've mentioned below capabilities in my Resolve Plugin.
_LIT8(KCapabilities,
"<SIP_CLIENT ALLOW_STARTING=\"YES\">\
<SIP_HEADERS>\
<ACCEPT value=\"application/sdp\"/>\
<ACCEPT value=\"SIP/InstantMessage\"/>\
<ACCEPT value=\"RTP/AVP\"/>\
<ACCEPT-CONTACT value=\"*;media=audio\"/>\
</SIP_HEADERS>\
<SDP_LINES>\
<LINE name=\"m\" value=\"application 0 TCP SIP\"/>\
<LINE name=\"m\" value=\"audio 0 RTP/AVP 8\"/>\
</SDP_LINES>\
</SIP_CLIENT>" );
Thanks in advance,
Haroon



