adeel.gnome at gmail.com Guest
|
Posted: Tue Nov 11, 2008 4:30 am Post subject: [Freeswitch-users] Receiving 406 From Freeswitch....Any Clu |
|
|
Hi, I am getting 406, no matter what. I have tried 3 different INVITEs.
------
INVITE sip:1002@192.168.253.101 ([email]sip%3A1002@192.168.253.101[/email]);transport=udp SIP/2.0
Call-ID: ef1e16976ae32f0f011de0db2ab5804b@192.168.253.101 (ef1e16976ae32f0f011de0db2ab5804b@192.168.253.101)
CSeq: 1 INVITE
From: <sip:1001@192.168.253.101 ([email]sip%3A1001@192.168.253.101[/email])>;tag=5919
To: <sip:1002@192.168.253.101 ([email]sip%3A1002@192.168.253.101[/email])>
Via: SIP/2.0/UDP 192.168.253.101:7620;branch=z9hG4bKcfac6aaa7ee4a96457335bdad787cf31
Max-Forwards: 2
Contact: <sip:1001@192.168.253.101:7620;transport=udp>
Accept: audio/gsm,audio/x-gsm,text/plain
Content-Length: 0
------
and I tried,
-------
INVITE sip:1002@192.168.253.101 ([email]sip%3A1002@192.168.253.101[/email]);transport=udp SIP/2.0
Call-ID: 7a612541e08e583e0069c988c8323425@192.168.253.101 (7a612541e08e583e0069c988c8323425@192.168.253.101)
CSeq: 1 INVITE
From: <sip:1001@192.168.253.101 ([email]sip%3A1001@192.168.253.101[/email])>;tag=7387
To: <sip:1002@192.168.253.101 ([email]sip%3A1002@192.168.253.101[/email])>
Via: SIP/2.0/UDP 192.168.253.101:6453;branch=z9hG4bK7ccbc7f8e7bc0c4ac0483cca54a48489
Max-Forwards: 2
Contact: <sip:1001@192.168.253.101:6453;transport=udp>
Accept: audio/gsm,audio/x-gsm,text/plain
Authorization: Digest username="1001",realm="192.168.253.101",uri="sip:192.168.253.101:5060",algorithm=MD5,opaque="",nonce="b1f5e8d8-afd0-11dd-ad17-f7c4d6a988fd",response="2c70f260de2292d9e01406bdd1f90e28"
Content-Length: 0
-------
and then I tried,
------
INVITE sip:1002@192.168.253.101 ([email]sip%3A1002@192.168.253.101[/email]);transport=udp SIP/2.0
Call-ID: 12e7c3af8d94ba048789f75e7036ea74@192.168.253.101 (12e7c3af8d94ba048789f75e7036ea74@192.168.253.101)
CSeq: 1 INVITE
From: <sip:1001@192.168.253.101 ([email]sip%3A1001@192.168.253.101[/email])>;tag=6309
To: <sip:1002@192.168.253.101 ([email]sip%3A1002@192.168.253.101[/email])>
Via: SIP/2.0/UDP 192.168.253.101:4487;branch=z9hG4bK3282799ef902293b7a4795d1cc3d78bd
Max-Forwards: 2
Contact: <sip:1001@192.168.253.101:4487;transport=udp>
Accept: audio/gsm,audio/x-gsm,text/plain
Authorization: Digest username="1001",realm="192.168.253.101",uri="sip:192.168.253.101:5060",algorithm=MD5,opaque="",nonce="85c12b22-afd2-11dd-ad17-f7c4d6a988fd",response="c8d6083112fc68b6e53d7e5b38e990eb"
Content-Type: application/sdp
Content-Length: 111
v=0
o=1001 279445 280814 IN IP4 192.168.253.101
s=-
c=IN IP4 192.168.253.101
t=0 0
m=audio 1436 RTP/AVP
------
But I always receive the same 406. Any idea. The response I am receiving from Freeswitch is,
-------
received response : SIP/2.0 406 Not Acceptable
Via: SIP/2.0/UDP 192.168.253.101:4487;branch=z9hG4bK3282799ef902293b7a4795d1cc3d78bd
From: <sip:1001@192.168.253.101 ([email]sip%3A1001@192.168.253.101[/email])>;tag=6309
To: <sip:1002@192.168.253.101 ([email]sip%3A1002@192.168.253.101[/email])>;tag=H1DH6S41c0U2N
Call-ID: 12e7c3af8d94ba048789f75e7036ea74@192.168.253.101 (12e7c3af8d94ba048789f75e7036ea74@192.168.253.101)
CSeq: 1 INVITE
User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-9256M
Accept: application/sdp
Accept-Encoding:
Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,MESSAGE,SUBSCRIBE,NOTIFY,REFER,UPDATE,REGISTER,INFO,PUBLISH
Supported: 100rel,timer,precondition,path,replaces
Allow-Events: talk,presence,dialog,call-info,sla,include-session-description,presence.winfo,message-summary
Content-Length: 0
-------
Thanks.
--
Best,
Adeel Ansari
http://www.linkedin.com/in/adeelansari |
|