sipcommunicator recieves internal server error for mobile network calls

Michael Capper <[email protected]>
Newsgroups gmane.comp.voip.nist-sip
Message-ID <[email protected]>
Hello

i hope this mailing list is not the completely wrong place to take  
this, but i'm pretty sure i'd recieve some kind of answer from you  
long before the GMX-guys would do something :)

This is the problem:
I have a modified version of the sip communicator, which is only used  
to call some devices out there in the mobile network. This is pretty  
much overkill, i guess something along the lines of the shooter would  
have been more appropriate, but i quickly ran into problems with the  
authentication for my gmx-voip-account (also with sip.1und1.de) with  
them, and the communicator somewhat worked, so i trimmed it down to  
only place calls.

The devices being called were programmed so that they instantly hung  
up, but then do something else, of course.

Well, it worked for a while :)

But today when calling a cellular device, i get " 500 Internal Server  
Error" instead of the "180 Ringing" i was used to.

Strange thing is, when using XLite, i can phone the cellular, so i'm  
prone to think its not entirely the fault of GMX. See below for the  
logs.


My question now is: do i have to mail the people from gmx, or can i  
change something in my code so it matches XLite more and would work?
And if any of you would have some code handy, with which i could use  
a commercial sip provider to let a phone ring, that would be welcome,  
too. Or just tell me it _can_ be done with the shootist, maybe i can  
get it to work after all..


Tanks for reading,
Michael Capper


log of working connection:  
----------------------------------------------------
ERROR [main] (Console.java:311) - error binding stack to port 5060.  
Will try another port
javax.sip.InvalidArgumentException: Address already in use
         at gov.nist.javax.sip.SipStackImpl.createListeningPoint 
(SipStackImpl.java:461)
         at net.java.sip.communicator.sip.SipManager.start 
(SipManager.java:312)
         at net.java.sip.communicator.SipCommunicator.launch 
(SipCommunicator.java:179)
         at de.avetana.communication.SenderVoIP.<init> 
(SenderVoIP.java:57)
         at de.avetana.communication.SenderVoIP.main(SenderVoIP.java: 
138)
<<<launched voip>>>

2006.07.26 08:34:53:166 Establishing Call to sip:0049724xxxxxxx@sip- 
gmx.net
hop = sip-gmx.net:5060/UDP
<message
from="192.168.0.2:18974"
to="212.227.15.197:5060"
time="1153895693652"
isSender="true"
transactionId="z9hg4bk1425084e2537c6c31b96a65285e28b6b"
callId="[email protected]"
firstLine="INVITE sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[INVITE sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 1 INVITE
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:[email protected]>
Via: SIP/2.0/UDP  
192.168.0.2:18974;branch=z9hG4bK1425084e2537c6c31b96a65285e28b6b
Max-Forwards: 70
Contact: <sip:192.168.0.2:18974;transport=udp>
Content-Type: application/sdp
Content-Length: 0

]]>
</message>

########## Going to sleep
<message
from="212.227.15.197:5060"
to="192.168.0.2:18974"
time="1153895694103"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk1425084e2537c6c31b96a65285e28b6b"
firstLine="SIP/2.0 407 Proxy Authentication Required"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 407 Proxy Authentication Required
Call-ID: [email protected]
CSeq: 1 INVITE
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:0049724xxxxxxx@sip- 
gmx.net>;tag=329cfeaa6ded039da25ff8cbb8668bd2.9274
Via: SIP/2.0/UDP  
192.168.0.2:18974;received=212.227.248.196;branch=z9hG4bK1425084e2537c6c 
31b96a65285e28b6b
Proxy-Authenticate: Digest realm="sip- 
gmx.net",nonce="44c70e3a89af65e1d1a1333a183a2b6ae59d3b51"
Server: UI OpenSer
Content-Length: 0

]]>
</message>

<message
from="192.168.0.2:18974"
to="212.227.15.197:5060"
time="1153895694118"
isSender="true"
transactionId="z9hg4bk1425084e2537c6c31b96a65285e28b6b"
callId="[email protected]"
firstLine="INVITE sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[INVITE sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 1 INVITE
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:[email protected]>
Via: SIP/2.0/UDP  
192.168.0.2:18974;branch=z9hG4bK1425084e2537c6c31b96a65285e28b6b
Max-Forwards: 70
Contact: <sip:192.168.0.2:18974;transport=udp>
Content-Type: application/sdp
Content-Length: 0

]]>
</message>

<message
from="192.168.0.2:18974"
to="212.227.15.197:5060"
time="1153895694154"
isSender="true"
transactionId="z9hg4bk1425084e2537c6c31b96a65285e28b6b"
callId="[email protected]"
firstLine="ACK sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[ACK sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 1 ACK
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:0049724xxxxxxx@sip- 
gmx.net>;tag=329cfeaa6ded039da25ff8cbb8668bd2.9274
Via: SIP/2.0/UDP  
192.168.0.2:18974;branch=z9hG4bK1425084e2537c6c31b96a65285e28b6b
Max-Forwards: 70
Content-Length: 0

]]>
</message>

hop = sip-gmx.net:5060/UDP
<message
from="192.168.0.2:18974"
to="212.227.15.197:5060"
time="1153895694213"
isSender="true"
transactionId="z9hg4bk0ac16194f262a6b9d932d2d8232e1a86"
callId="[email protected]"
firstLine="INVITE sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[INVITE sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 2 INVITE
To: <sip:[email protected]>
Via: SIP/2.0/UDP  
192.168.0.2:18974;branch=z9hG4bK0ac16194f262a6b9d932d2d8232e1a86
Max-Forwards: 70
Contact: <sip:192.168.0.2:18974;transport=udp>
Content-Type: application/sdp
Proxy-Authorization: Digest username="497243yyyyyyyy",realm="sip- 
gmx.net",nonce="44c70e3a89af65e1d1a1333a183a2b6ae59d3b51",uri="sip: 
[email protected]",response="fd48cc950a3078b6b1983665c2db3514"
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:18974"
time="1153895694218"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk1425084e2537c6c31b96a65285e28b6b"
firstLine="SIP/2.0 407 Proxy Authentication Required"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 407 Proxy Authentication Required
Call-ID: [email protected]
CSeq: 1 INVITE
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:0049724xxxxxxx@sip- 
gmx.net>;tag=329cfeaa6ded039da25ff8cbb8668bd2.9274
Via: SIP/2.0/UDP  
192.168.0.2:18974;received=212.227.248.196;branch=z9hG4bK1425084e2537c6c 
31b96a65285e28b6b
Proxy-Authenticate: Digest realm="sip- 
gmx.net",nonce="44c70e3a89af65e1d1a1333a183a2b6ae59d3b51"
Server: UI OpenSer
Content-Length: 0

]]>
</message>

<message
from="192.168.0.2:18974"
to="212.227.15.197:5060"
time="1153895694235"
isSender="true"
transactionId="z9hg4bk1425084e2537c6c31b96a65285e28b6b"
callId="[email protected]"
firstLine="ACK sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[ACK sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 1 ACK
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:0049724xxxxxxx@sip- 
gmx.net>;tag=329cfeaa6ded039da25ff8cbb8668bd2.9274
Via: SIP/2.0/UDP  
192.168.0.2:18974;branch=z9hG4bK1425084e2537c6c31b96a65285e28b6b
Max-Forwards: 70
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:18974"
time="1153895694272"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk0ac16194f262a6b9d932d2d8232e1a86"
firstLine="SIP/2.0 100 trying -- your call is important to us"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 100 trying -- your call is important to us
Call-ID: [email protected]
CSeq: 2 INVITE
To: <sip:[email protected]>
Via: SIP/2.0/UDP  
192.168.0.2:18974;received=212.227.248.196;branch=z9hG4bK0ac16194f262a6b 
9d932d2d8232e1a86
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
Server: UI OpenSer
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:18974"
time="1153895694339"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk0ac16194f262a6b9d932d2d8232e1a86"
firstLine="SIP/2.0 180 Ringing"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 180 Ringing
Via: SIP/2.0/UDP  
192.168.0.2:18974;received=212.227.248.196;branch=z9hG4bK0ac16194f262a6b 
9d932d2d8232e1a86
Record-Route: <sip:212.227.15.225;ftag=26210109;lr=on>
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:[email protected]>;tag=wf35elj175
Call-ID: [email protected]
CSeq: 2 INVITE
Contact: <sip:[email protected]:5060;line=6m4uegkf>
Allow:  
INVITE,ACK,CANCEL,BYE,REFER,OPTIONS,NOTIFY,SUBSCRIBE,PRACK,MESSAGE,INFO
Allow-Events: talk,hold,refer
X-Route-Info: IP
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:18974"
time="1153895694779"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk0ac16194f262a6b9d932d2d8232e1a86"
firstLine="SIP/2.0 180 Ringing"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 180 Ringing
Via: SIP/2.0/UDP  
192.168.0.2:18974;received=212.227.248.196;branch=z9hG4bK0ac16194f262a6b 
9d932d2d8232e1a86
Record-Route: <sip:212.227.15.225;ftag=26210109;lr=on>
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:[email protected]>;tag=wf35elj175
Call-ID: [email protected]
CSeq: 2 INVITE
Contact: <sip:[email protected]:5060;line=6m4uegkf>
Allow:  
INVITE,ACK,CANCEL,BYE,REFER,OPTIONS,NOTIFY,SUBSCRIBE,PRACK,MESSAGE,INFO
Allow-Events: talk,hold,refer
X-Route-Info: IP
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:18974"
time="1153895694978"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk0ac16194f262a6b9d932d2d8232e1a86"
firstLine="SIP/2.0 180 Ringing"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 180 Ringing
Via: SIP/2.0/UDP  
192.168.0.2:18974;received=212.227.248.196;branch=z9hG4bK0ac16194f262a6b 
9d932d2d8232e1a86
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:[email protected]>;tag=586974761
Call-ID: [email protected]
CSeq: 2 INVITE
Contact: <sip:[email protected]:5060>
X-Route-Info: IP
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:18974"
time="1153895695780"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk0ac16194f262a6b9d932d2d8232e1a86"
firstLine="SIP/2.0 180 Ringing"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 180 Ringing
Via: SIP/2.0/UDP  
192.168.0.2:18974;received=212.227.248.196;branch=z9hG4bK0ac16194f262a6b 
9d932d2d8232e1a86
Record-Route: <sip:212.227.15.225;ftag=26210109;lr=on>
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:[email protected]>;tag=wf35elj175
Call-ID: [email protected]
CSeq: 2 INVITE
Contact: <sip:[email protected]:5060;line=6m4uegkf>
Allow:  
INVITE,ACK,CANCEL,BYE,REFER,OPTIONS,NOTIFY,SUBSCRIBE,PRACK,MESSAGE,INFO
Allow-Events: talk,hold,refer
X-Route-Info: IP
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:18974"
time="1153895695895"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk0ac16194f262a6b9d932d2d8232e1a86"
firstLine="SIP/2.0 180 Ringing"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 180 Ringing
Via: SIP/2.0/UDP  
192.168.0.2:18974;received=212.227.248.196;branch=z9hG4bK0ac16194f262a6b 
9d932d2d8232e1a86
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:[email protected]>;tag=1783643029
Call-ID: [email protected]
CSeq: 2 INVITE
Contact: <sip:[email protected]:5060>
X-Route-Info: IP
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:18974"
time="1153895697777"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk0ac16194f262a6b9d932d2d8232e1a86"
firstLine="SIP/2.0 180 Ringing"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 180 Ringing
Via: SIP/2.0/UDP  
192.168.0.2:18974;received=212.227.248.196;branch=z9hG4bK0ac16194f262a6b 
9d932d2d8232e1a86
Record-Route: <sip:212.227.15.225;ftag=26210109;lr=on>
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:[email protected]>;tag=wf35elj175
Call-ID: [email protected]
CSeq: 2 INVITE
Contact: <sip:[email protected]:5060;line=6m4uegkf>
Allow:  
INVITE,ACK,CANCEL,BYE,REFER,OPTIONS,NOTIFY,SUBSCRIBE,PRACK,MESSAGE,INFO
Allow-Events: talk,hold,refer
X-Route-Info: IP
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:18974"
time="1153895699355"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk0ac16194f262a6b9d932d2d8232e1a86"
firstLine="SIP/2.0 180 Ringing"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 180 Ringing
Via: SIP/2.0/UDP  
192.168.0.2:18974;received=212.227.248.196;branch=z9hG4bK0ac16194f262a6b 
9d932d2d8232e1a86
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:[email protected]>;tag=586974761
Call-ID: [email protected]
CSeq: 2 INVITE
Contact: <sip:[email protected]:5060>
X-Route-Info: IP
Content-Length: 0

]]>
</message>

<message
from="192.168.0.2:18974"
to="212.227.15.197:5060"
time="1153895701678"
isSender="true"
transactionId="z9hg4bk1425084e2537c6c31b96a65285e28b6b"
callId="[email protected]"
firstLine="CANCEL sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[CANCEL sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 1 CANCEL
From: <sip:[email protected]:18974;transport=udp>;tag=26210109
To: <sip:[email protected]>
Via: SIP/2.0/UDP  
192.168.0.2:18974;branch=z9hG4bK1425084e2537c6c31b96a65285e28b6b
Max-Forwards: 70
Contact: <sip:192.168.0.2:18974;transport=udp>
Content-Length: 0

]]>
</message>

<<<done calling>>>
<<<shut down>>>


log of broken connection  
-------------------------------------------------
ERROR [main] (Console.java:311) - error binding stack to port 5060.  
Will try another port
javax.sip.InvalidArgumentException: Address already in use
         at gov.nist.javax.sip.SipStackImpl.createListeningPoint 
(SipStackImpl.java:461)
         at net.java.sip.communicator.sip.SipManager.start 
(SipManager.java:312)
         at net.java.sip.communicator.SipCommunicator.launch 
(SipCommunicator.java:179)
         at de.avetana.communication.SenderVoIP.<init> 
(SenderVoIP.java:57)
         at de.avetana.communication.SenderVoIP.main(SenderVoIP.java: 
138)
<<<launched voip>>>

2006.07.26 08:36:20:404 Establishing Call to sip:0049176zzzzzzzz@sip- 
gmx.net
hop = sip-gmx.net:5060/UDP
<message
from="192.168.0.2:35596"
to="212.227.15.197:5060"
time="1153895780807"
isSender="true"
transactionId="z9hg4bk29faa2f979dfc30558878b3d212fa5bd"
callId="[email protected]"
firstLine="INVITE sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[INVITE sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 1 INVITE
From: <sip:[email protected]:35596;transport=udp>;tag=26210109
To: <sip:[email protected]>
Via: SIP/2.0/UDP  
192.168.0.2:35596;branch=z9hG4bK29faa2f979dfc30558878b3d212fa5bd
Max-Forwards: 70
Contact: <sip:192.168.0.2:35596;transport=udp>
Content-Type: application/sdp
Content-Length: 0

]]>
</message>

########## Going to sleep
<message
from="212.227.15.197:5060"
to="192.168.0.2:35596"
time="1153895781199"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk29faa2f979dfc30558878b3d212fa5bd"
firstLine="SIP/2.0 407 Proxy Authentication Required"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 407 Proxy Authentication Required
Call-ID: [email protected]
CSeq: 1 INVITE
From: <sip:[email protected]:35596;transport=udp>;tag=26210109
To: <sip:0049176zzzzzzzz@sip- 
gmx.net>;tag=329cfeaa6ded039da25ff8cbb8668bd2.3652
Via: SIP/2.0/UDP  
192.168.0.2:35596;received=212.227.248.196;branch=z9hG4bK29faa2f979dfc30 
558878b3d212fa5bd
Proxy-Authenticate: Digest realm="sip- 
gmx.net",nonce="44c70e9191d9c490492d774b6055ddd9c06b340d"
Server: UI OpenSer
Content-Length: 0

]]>
</message>

<message
from="192.168.0.2:35596"
to="212.227.15.197:5060"
time="1153895781225"
isSender="true"
transactionId="z9hg4bk29faa2f979dfc30558878b3d212fa5bd"
callId="[email protected]"
firstLine="ACK sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[ACK sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 1 ACK
From: <sip:[email protected]:35596;transport=udp>;tag=26210109
To: <sip:0049176zzzzzzzz@sip- 
gmx.net>;tag=329cfeaa6ded039da25ff8cbb8668bd2.3652
Via: SIP/2.0/UDP  
192.168.0.2:35596;branch=z9hG4bK29faa2f979dfc30558878b3d212fa5bd
Max-Forwards: 70
Content-Length: 0

]]>
</message>

hop = sip-gmx.net:5060/UDP
<message
from="192.168.0.2:35596"
to="212.227.15.197:5060"
time="1153895781280"
isSender="true"
transactionId="z9hg4bk75ae77a223cdbf3ec96e03774af9ac2b"
callId="[email protected]"
firstLine="INVITE sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[INVITE sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 2 INVITE
To: <sip:[email protected]>
Via: SIP/2.0/UDP  
192.168.0.2:35596;branch=z9hG4bK75ae77a223cdbf3ec96e03774af9ac2b
Max-Forwards: 70
Contact: <sip:192.168.0.2:35596;transport=udp>
Content-Type: application/sdp
Proxy-Authorization: Digest username="497243yyyyyyyy",realm="sip- 
gmx.net",nonce="44c70e9191d9c490492d774b6055ddd9c06b340d",uri="sip: 
[email protected]",response="b4549b6f7c0b172e16bcf2b3ac199ee5"
From: <sip:[email protected]:35596;transport=udp>;tag=26210109
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:35596"
time="1153895781316"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk75ae77a223cdbf3ec96e03774af9ac2b"
firstLine="SIP/2.0 100 trying -- your call is important to us"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 100 trying -- your call is important to us
Call-ID: [email protected]
CSeq: 2 INVITE
To: <sip:[email protected]>
Via: SIP/2.0/UDP  
192.168.0.2:35596;received=212.227.248.196;branch=z9hG4bK75ae77a223cdbf3 
ec96e03774af9ac2b
From: <sip:[email protected]:35596;transport=udp>;tag=26210109
Server: UI OpenSer
Content-Length: 0

]]>
</message>

<message
from="212.227.15.197:5060"
to="192.168.0.2:35596"
time="1153895781676"
isSender="false"
statusMessage="normal processing"
transactionId="z9hg4bk75ae77a223cdbf3ec96e03774af9ac2b"
firstLine="SIP/2.0 500 Internal Server Error"
callId="[email protected]"
debugLine="0"
 >
<![CDATA[SIP/2.0 500 Internal Server Error
Via: SIP/2.0/UDP  
192.168.0.2:35596;received=212.227.248.196;branch=z9hG4bK75ae77a223cdbf3 
ec96e03774af9ac2b
From: <sip:[email protected]:35596;transport=udp>;tag=26210109
To: <sip:[email protected]>;tag=2108423601
Call-ID: [email protected]
CSeq: 2 INVITE
Contact: <sip:[email protected]:5060>
X-Route-Info: PSTN
Content-Length: 0

]]>
</message>

<message
from="192.168.0.2:35596"
to="212.227.15.197:5060"
time="1153895781694"
isSender="true"
transactionId="z9hg4bk75ae77a223cdbf3ec96e03774af9ac2b"
callId="[email protected]"
firstLine="ACK sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[ACK sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 2 ACK
To: <sip:[email protected]>;tag=2108423601
Via: SIP/2.0/UDP  
192.168.0.2:35596;branch=z9hG4bK75ae77a223cdbf3ec96e03774af9ac2b
Max-Forwards: 70
From: <sip:[email protected]:35596;transport=udp>;tag=26210109
Content-Length: 0

]]>
</message>

<message
from="192.168.0.2:35596"
to="212.227.15.197:5060"
time="1153895788836"
isSender="true"
transactionId="z9hg4bk29faa2f979dfc30558878b3d212fa5bd"
callId="[email protected]"
firstLine="CANCEL sip:[email protected] SIP/2.0"
debugLine="0"
 >
<![CDATA[CANCEL sip:[email protected] SIP/2.0
Call-ID: [email protected]
CSeq: 1 CANCEL
From: <sip:[email protected]:35596;transport=udp>;tag=26210109
To: <sip:[email protected]>
Via: SIP/2.0/UDP  
192.168.0.2:35596;branch=z9hG4bK29faa2f979dfc30558878b3d212fa5bd
Max-Forwards: 70
Contact: <sip:192.168.0.2:35596;transport=udp>
Content-Length: 0

]]>
</message>

<<<done calling>>>
<<<shut down>>>

_______________________________________________
nist-sip mailing list
[email protected]
http://www-x.antd.nist.gov/mailman/listinfo/nist-sip
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.