Hi everybody!
I know this topic has been discussed in numerous threads already, but I am still having problems with my application not being able to receive SIP INVITEs.
My XML Capabilities description for the client looks like this:
_LIT8(KCapabilities,
"<SIP_CLIENT ALLOW_STARTING=\"YES\">\
<SIP_HEADERS>\
<ACCEPT_CONTACT value=\"*;+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 10001 RTP/AVP 98\">\
<MEDIA_ATTRIBUTE value=\"rtpmap:98 telephone-event/8000/1\"/>\
</LINE>\
</SDP_LINES>\
</SIP_CLIENT>");
The INVITE Message is this:
INVITE sip:974260@x.x.x.x SIP/2.0
To: <sip:974260@technikum.at>
From: "myname"<sip:974261@technikum.at>;tag=1d673777
Via: SIP/2.0/UDP x.x.x.x:5082;branch=z9hG4bK-d87543-aa3c120d6796121bc293-1-cHBjMzNkMmU3ODk2YjVkMzUwODIwOQ..-d87543-
Call-ID: 87a9ff286aeed0316a696d1fac39042d
CSeq: 427364045 INVITE
Contact: <sip:0rOeGDwXvsr25sSrSNbIT-das6jVdBX4921VJaXOTmzuewztDSGZB_PkNWuao729v6zFw..@x.x.x.x:5082>
Max-Forwards: 67
Content-Type: application/sdp
Supported: sec-agree
Content-Length: 206
Accept-Contact: *;+media=audio
v=0
o=- 1581227023 2115422058 IN IP4 193.154.103.162
s=Basic Call
c=IN IP4 193.154.103.162
t=0 0
m=audio 10844 RTP/AVP 0 3 98 101
a=fmtp:101 0-15
a=rtpmap:98 telephone-event/8000/1
a=sendrecv
As a result I get 480 Temporarily Unavailable. According to the INVITE routing figure published by Nokia (http://discussion.forum.nokia.com/fo...d.php?t=112633) this should happen if there is no matching Accept-Contact header.
But no matter what I write there, a unique parameter like "myapplication", whith or without "+", the result remains the same.
Why doesn't my application start?
Please help me out!





