Bye request routing issue

"Luis Alberto Teixeira" <[email protected]>
Newsgroups gmane.comp.voip.nist-sip
Message-ID <C961F19E3D14F8439A264D8699E1D4E1173395@inolsbex01.ptin.corpPT.com>
Hi all,

I’d like to expose an issue concerning the Conditional Call Control service I have been developing and maintaining. This service uses a recent CVS version of the nist-sip1.2 stack and runs on top of the Mobicents JSLEE 1.0 implementation. I have a network configuration of one or more Openser SIP proxies, and there is a definition in these, such that for certain registered users, the signaling is forced to pass by the Mobicents Application Server. This is achieved by causing the Openser proxy to add Route headers to the messages. This works well except for the BYE requests, that when fired by a client (in our lab we have been using xten eyebeam clients) are directly routed from a client to another, passing only by the SIP Proxy:

	C1 --> Proxy --> C2

where the expected path would be:

	C1 --> Proxy --> AS --> Proxy --> C2

For the remaining messages the signaling path is always the later.

In the proxy configuration, it is defined that every message should be routed to the AS, except for REGISTER messages, which do not need to be processed by the services running in the AS. 

This direct routing of BYE requests cause the clients not to recognize the message, preventing the call from being properly hungup.

Can the root cause of this problem be related to the stack, or something else might be going wrong.

The following text details the message exchange during a call that upon rejection (by means of a 480 Temporarily Unavailable) have been diverted to another client. The client answers the call, and attempts to hangup. On the originating client the call is never considered terminated (because the BYE message is ignored):



INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport
Max-Forwards: 70
Contact: <sip:[email protected]:6130>
To: <sip:[email protected]>
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 301

v=0
o=- 28108497 28108670 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 9818 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : DCDE9FC1 0000007C 10.112.128.15 9818
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 100 trying -- your call is important to us
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
To: <sip:[email protected]>
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Server: OpenSer (1.0.0 (i386/linux))
Content-Length: 0
Warning: 392 10.112.128.3:5060 "Noisy feedback tells:  pid=19486 req_src_ip=10.112.128.15 req_src_port=6130 in_uri=sip:[email protected] out_uri=sip:[email protected] via_cnt==1"



INVITE sip:[email protected] SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Max-Forwards: 69
Contact: <sip:[email protected]:6130>
To: <sip:[email protected]>
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 301
Route: <sip:10.112.128.59:5060;lr>,<sip:[email protected]:5060;lr>

v=0
o=- 28108497 28108670 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 9818 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : DCDE9FC1 0000007C 10.112.128.15 9818
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



INVITE sip:[email protected] SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394,SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0,SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Contact: <sip:[email protected]:6130>
To: <sip:[email protected]>
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Route: <sip:[email protected]:5060;lr>
Max-Forwards: 68
Content-Length: 301

v=0
o=- 28108497 28108670 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 9818 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : DCDE9FC1 0000007C 10.112.128.15 9818
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 100 trying -- your call is important to us
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394,SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0,SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
To: <sip:[email protected]>
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Server: OpenSer (1.0.0 (i386/linux))
Content-Length: 0
Warning: 392 10.112.128.3:5060 "Noisy feedback tells:  pid=19495 req_src_ip=10.112.128.59 req_src_port=5060 in_uri=sip:[email protected] out_uri=sip:[email protected]:6126 via_cnt==1"



INVITE sip:[email protected]:6126 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.af3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394,SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0,SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Contact: <sip:[email protected]:6130>
To: <sip:[email protected]>
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Route: <sip:[email protected]:5060;lr>
Max-Forwards: 67
Content-Length: 301
P-hint: usrloc applied

v=0
o=- 28108497 28108670 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 9818 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : DCDE9FC1 0000007C 10.112.128.15 9818
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrec



INVITE sip:[email protected] SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Max-Forwards: 69
Contact: <sip:[email protected]:6130>
To: <sip:[email protected]>
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 301
Route: <sip:10.112.128.59:5060;lr>,<sip:[email protected]:5060;lr>

v=0
o=- 28108497 28108670 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 9818 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : DCDE9FC1 0000007C 10.112.128.15 9818
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



INVITE sip:[email protected]:6126 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.af3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394,SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0,SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Contact: <sip:[email protected]:6130>
To: <sip:[email protected]>
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Route: <sip:[email protected]:5060;lr>
Max-Forwards: 67
Content-Length: 301
P-hint: usrloc applied

v=0
o=- 28108497 28108670 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 9818 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : DCDE9FC1 0000007C 10.112.128.15 9818
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.af3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
To: <sip:[email protected]>
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Content-Length: 0



SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.af3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6126>
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6126>
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0,SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6126>
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam/release/3010n/stamp/19039
Content-Length: 0



SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6126>
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam/release/3010n/stamp/19039
Content-Length: 0



SIP/2.0 480 Temporarily Unavailable
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.af3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



ACK sip:[email protected]:6126 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.af3c2bb4.0
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
To: <sip:[email protected]>;tag=e22a4b57
CSeq: 1 ACK
Route: <sip:[email protected]:5060;lr>
User-Agent: OpenSer (1.0.0 (i386/linux))
Content-Length: 0



SIP/2.0 480 Temporarily Unavailable
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



ACK sip:[email protected] SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 ACK
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Max-Forwards: 68
Content-Length: 0



SIP/2.0 480 Temporarily Unavailable
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



ACK sip:[email protected] SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK60277b699afdfe68f02f52f60b2fb394
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 ACK
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Max-Forwards: 68
Content-Length: 0



ACK sip:[email protected] SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKe612d63ae484ce0a1dbbb8fc9884263e
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 ACK
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Max-Forwards: 68
Content-Length: 0



ACK sip:[email protected]:6126 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.3;branch=0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKe612d63ae484ce0a1dbbb8fc9884263e
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 ACK
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Max-Forwards: 67
Content-Length: 0
P-hint: usrloc applied



INVITE sip:[email protected] SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609,SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0,SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Contact: <sip:[email protected]:6130>
To: <sip:[email protected]>
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Route: <sip:[email protected]:5060;lr>
Max-Forwards: 68
Content-Length: 301

v=0
o=- 28108497 28108670 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 9818 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : DCDE9FC1 0000007C 10.112.128.15 9818
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 100 trying -- your call is important to us
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609,SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0,SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
To: <sip:[email protected]>
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Server: OpenSer (1.0.0 (i386/linux))
Content-Length: 0
Warning: 392 10.112.128.3:5060 "Noisy feedback tells:  pid=19507 req_src_ip=10.112.128.59 req_src_port=5060 in_uri=sip:[email protected] out_uri=sip:[email protected]:6127 via_cnt==1"



INVITE sip:[email protected]:6127 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609,SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0,SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Contact: <sip:[email protected]:6130>
To: <sip:[email protected]>
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Route: <sip:[email protected]:5060;lr>
Max-Forwards: 67
Content-Length: 301
P-hint: usrloc applied

v=0
o=- 28108497 28108670 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 9818 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : DCDE9FC1 0000007C 10.112.128.15 9818
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0,SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam/release/3010n/stamp/19039
Content-Length: 0



SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
User-Agent: eyeBeam/release/3010n/stamp/19039
Content-Length: 0



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0,SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



ACK sip:[email protected] SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK944dd5825d6310358d551d022aacc14a
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 ACK
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Max-Forwards: 68
Content-Length: 0



ACK sip:[email protected]:6127 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>,<sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Via: SIP/2.0/UDP 10.112.128.3;branch=0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bK944dd5825d6310358d551d022aacc14a
To: <sip:[email protected]>;tag=e22a4b57
From: "Luis Teixeira A" <sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 ACK
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
Supported: eventlist
User-Agent: eyeBeam/release/3010n/stamp/19039
Max-Forwards: 67
Content-Length: 0
P-hint: usrloc applied



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.bf3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.112.128.59:5060;branch=z9hG4bKc575ab1055c8139228c8aca772dd7609
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bKc5ff.9f3c2bb4.0
Via: SIP/2.0/UDP 10.112.128.15:6130;branch=z9hG4bK-d87543-6f60333a8f58a131-1--d87543-;rport=6130
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Record-Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: <sip:[email protected]>;tag=ba5e306d
From: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type: application/sdp
Supported: eventlist
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 303

v=0
o=- 28114086 28114109 IN IP4 10.112.128.15
s=eyeBeam
c=IN IP4 10.112.128.15
t=0 0
m=audio 11860 RTP/AVP 100 6 0 8 3 18 97 5 101
a=alt:1 1 : 6041CB75 00000044 10.112.128.15 11860
a=fmtp:101 0-15
a=rtpmap:100 speex/16000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv



BYE sip:[email protected]:6130 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport
Max-Forwards: 70
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



BYE sip:[email protected]:6130 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=ba5e306d;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bK95ff.8c437e15.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport=6127
Max-Forwards: 69
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0
P-hint: outbound



BYE sip:[email protected]:6130 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport
Max-Forwards: 70
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



BYE sip:[email protected]:6130 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=ba5e306d;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bK95ff.8c437e15.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport=6127
Max-Forwards: 69
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0
P-hint: outbound



BYE sip:[email protected]:6130 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport
Max-Forwards: 70
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



BYE sip:[email protected]:6130 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=ba5e306d;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bK95ff.8c437e15.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport=6127
Max-Forwards: 69
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0
P-hint: outbound



BYE sip:[email protected]:6130 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport
Max-Forwards: 70
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



BYE sip:[email protected]:6130 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=ba5e306d;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bK95ff.8c437e15.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport=6127
Max-Forwards: 69
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0
P-hint: outbound



BYE sip:[email protected]:6130 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport
Max-Forwards: 70
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



BYE sip:[email protected]:6130 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=ba5e306d;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bK95ff.8c437e15.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport=6127
Max-Forwards: 69
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0
P-hint: outbound



BYE sip:[email protected]:6130 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport
Max-Forwards: 70
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



BYE sip:[email protected]:6130 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=ba5e306d;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bK95ff.8c437e15.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport=6127
Max-Forwards: 69
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0
P-hint: outbound



BYE sip:[email protected]:6130 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport
Max-Forwards: 70
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



BYE sip:[email protected]:6130 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=ba5e306d;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bK95ff.8c437e15.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport=6127
Max-Forwards: 69
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0
P-hint: outbound



BYE sip:[email protected]:6130 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport
Max-Forwards: 70
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



BYE sip:[email protected]:6130 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=ba5e306d;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bK95ff.8c437e15.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport=6127
Max-Forwards: 69
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0
P-hint: outbound



BYE sip:[email protected]:6130 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport
Max-Forwards: 70
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



BYE sip:[email protected]:6130 SIP/2.0
Record-Route: <sip:10.112.128.3;ftag=ba5e306d;lr=on>
Via: SIP/2.0/UDP 10.112.128.3;branch=z9hG4bK95ff.8c437e15.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport=6127
Max-Forwards: 69
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0
P-hint: outbound



BYE sip:[email protected]:6130 SIP/2.0
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport
Max-Forwards: 70
Route: <sip:10.112.128.3;lr;ftag=07065469>
Route: <sip:10.112.128.3;ftag=07065469;lr=on>
Route: <sip:10.112.128.59:5060;maddr=10.112.128.59;transport=udp;cluster=mobi-cents>
Contact: <sip:[email protected]:6127>
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
User-Agent: eyeBeam release 3010n stamp 19039
Content-Length: 0



SIP/2.0 408 Request Timeout
Via: SIP/2.0/UDP 10.112.128.15:6127;branch=z9hG4bK-d87543-f752ce18ae7f6c5d-1--d87543-;rport=6127
To: "Luis Teixeira A"<sip:[email protected]>;tag=07065469
From: <sip:[email protected]>;tag=ba5e306d
Call-ID: 8440ce600e102b09@R1JJRkZJTjI.
CSeq: 2 BYE
Server: OpenSer (1.0.0 (i386/linux))
Content-Length: 0
Warning: 392 10.112.128.3:5060 "Noisy feedback tells:  pid=19510 req_src_ip=10.112.128.15 req_src_port=6127 in_uri=sip:[email protected]:6130 out_uri=sip:[email protected]:6130 via_cnt==0"




Thanks.

Cheers,

Luis Teixeira
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.