Hi,
I am trying to setup a basic scenario using openser and a Cisco gatewa.
Everything works fine with x-ten's client, however with an Asus client I
could make calls to other UACs but I am unable to forward the call to a
gateway.
Any thoughts?
Thanks in advance.
Hamid
============================================================================
=======================================
OpenSER: 10.30.30.18
Cisco Gateway: 10.30.30.19
ASUS UAC: 192.168.11.103
OpenSER Config:
#
#
# calls to pstn
#
if(uri=~"^sip:00[0-9]*@") {
#if(uri=~"sip:00[1-9][0-9]+@") {
if(is_method("INVITE") && !has_totag()) {
##############################################################
# No group checking for now - Replacing pstn with
voip for now
# - Hamid
##############################################################
if (!radius_is_user_in("From",
"pstn")) {
sl_send_reply("403", "PSTN calls
Forbidden");
exit;
};
##############################################################
};
# Setting the gateway address
forward(10.30.30.19,5060);
route(1);
};
#
#
# native SIP destinations are handled using our USRLOC DB
if (!lookup("location")) {
acc_rad_request("404 Not Found");
acc_log_request("404 Not Found");
sl_send_reply("404", "Not Found");
exit;
};
Ngrep dump:
interface: eth0 (10.30.30.0/255.255.255.0)
filter: (ip) and ( port 5060 )
#
U 192.168.11.103:5060 -> 10.30.30.18:5060
REGISTER sip:10.30.30.18:5060 SIP/2.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bK08a09d2c7.
Max-Forwards: 70.
Content-Length: 0.
To: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=50e3c0d07b49487.
Call-ID: 8ad10296e8c6c5934fc7c2d1c531f80f(a)192.168.11.103.
CSeq: 1869770235 REGISTER.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Authorization:Digest
response="aebabd1539237dae6a7966c863dd8b6f",username="103",realm="mydomain.c
om",nonce="44cf3a4b87b642851ad1b8743012cb4f95d0fdaf",uri="sip:10.30.30.18:50
60".
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 192.168.11.103:5060
SIP/2.0 401 Unauthorized.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bK08a09d2c7.
To: "103(a)mydomain.com"
<sip:103@10.30.30.18:5060>;tag=a2c1e7c3808498f2cb2d193cd520e0fc.d1c9.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=50e3c0d07b49487.
Call-ID: 8ad10296e8c6c5934fc7c2d1c531f80f(a)192.168.11.103.
CSeq: 1869770235 REGISTER.
WWW-Authenticate: Digest realm="mydomain.com",
nonce="44cf481fc6e40f0ddfabdf29c744b60e3d05adf4", stale=true.
Server: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
Warning: 392 10.30.30.18:5060 "Noisy feedback tells: pid=27686
req_src_ip=192.168.11.103 req_src_port=5060 in_uri=sip:10.30.30.18:5060
out_uri=sip:10.30.30.18:5060 via_cnt==1".
.
#
U 192.168.11.103:5060 -> 10.30.30.18:5060
REGISTER sip:10.30.30.18:5060 SIP/2.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bK006d6f9a9.
Max-Forwards: 70.
Content-Length: 0.
To: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=50e3c0d07b49487.
Call-ID: 8ad10296e8c6c5934fc7c2d1c531f80f(a)192.168.11.103.
CSeq: 1869770236 REGISTER.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Authorization:Digest
response="2e931b349c6579fb4caff9d99cdd965d",username="103",realm="mydomain.c
om",nonce="44cf481fc6e40f0ddfabdf29c744b60e3d05adf4",uri="sip:10.30.30.18:50
60".
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 192.168.11.103:5060
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bK006d6f9a9.
To: "103(a)mydomain.com"
<sip:103@10.30.30.18:5060>;tag=a2c1e7c3808498f2cb2d193cd520e0fc.954f.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=50e3c0d07b49487.
Call-ID: 8ad10296e8c6c5934fc7c2d1c531f80f(a)192.168.11.103.
CSeq: 1869770236 REGISTER.
Contact: <sip:103@192.168.11.103:5060>;expires=3600.
Server: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
Warning: 392 10.30.30.18:5060 "Noisy feedback tells: pid=27686
req_src_ip=192.168.11.103 req_src_port=5060 in_uri=sip:10.30.30.18:5060
out_uri=sip:10.30.30.18:5060 via_cnt==1".
.
#
U 192.168.11.103:5060 -> 10.30.30.18:5060
INVITE sip:0098146@10.30.30.18:5060 SIP/2.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 70.
Content-Length: 421.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Supported: timer.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Content-Type: application/sdp.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Supported: replaces.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
v=0.
o=MxSIP 0 615901187 IN IP4 192.168.11.103.
s=SIP Call.
c=IN IP4 192.168.11.103.
t=0 0.
m=audio 10016 RTP/AVP 18 0 8 97 98 2 99 4 100.
a=rtpmap:18 G729/8000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:97 G726-16/8000.
a=rtpmap:98 G726-24/8000.
a=rtpmap:2 G726-32/8000.
a=rtpmap:99 G726-40/8000.
a=rtpmap:4 G723/8000.
a=rtpmap:100 telephone-event/8000.
a=fmtp:100 0-16.
a=ptime:30.
a=silenceSupp:on - - - -.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
INVITE sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 69.
Content-Length: 421.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Supported: timer.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Content-Type: application/sdp.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Supported: replaces.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
v=0.
o=MxSIP 0 615901187 IN IP4 192.168.11.103.
s=SIP Call.
c=IN IP4 192.168.11.103.
t=0 0.
m=audio 10016 RTP/AVP 18 0 8 97 98 2 99 4 100.
a=rtpmap:18 G729/8000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:97 G726-16/8000.
a=rtpmap:98 G726-24/8000.
a=rtpmap:2 G726-32/8000.
a=rtpmap:99 G726-40/8000.
a=rtpmap:4 G723/8000.
a=rtpmap:100 telephone-event/8000.
a=fmtp:100 0-16.
a=ptime:30.
a=silenceSupp:on - - - -.
#
U 10.30.30.18:5060 -> 192.168.11.103:5060
SIP/2.0 100 trying -- your call is important to us.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Server: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
Warning: 392 10.30.30.18:5060 "Noisy feedback tells: pid=27686
req_src_ip=192.168.11.103 req_src_port=5060
in_uri=sip:0098146@10.30.30.18:5060 out_uri=sip:0098146@10.30.30.18:5060
via_cnt==1".
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
INVITE sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.4ef4a043.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 68.
Content-Length: 421.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Supported: timer.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Content-Type: application/sdp.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Supported: replaces.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
v=0.
o=MxSIP 0 615901187 IN IP4 192.168.11.103.
s=SIP Call.
c=IN IP4 192.168.11.103.
t=0 0.
m=audio 10016 RTP/AVP 18 0 8 97 98 2 99 4 100.
a=rtpmap:18 G729/8000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:97 G726-16/8000.
a=rtpmap:98 G726-24/8000.
a=rtpmap:2 G726-32/8000.
a=rtpmap:99 G726-40/8000.
a=rtpmap:4 G723/8000.
a=rtpmap:100 telephone-event/8000.
a=fmtp:100 0-16.
a=ptime:30.
a=silenceSupp:on - - - -.
#
U 10.30.30.19:5060 -> 10.30.30.18:5060
SIP/2.0 400 Bad Request - 'Invalid IP Address'.
Via: SIP/2.0/UDP 10.30.30.18;branch=0,SIP/2.0/UDP
192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
Date: Fri, 01 Mar 2002 01:54:31 GMT.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
Server: Cisco-SIPGateway/IOS-12.x.
CSeq: 1426614365 INVITE.
Allow-Events: telephone-event.
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
INVITE sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.5ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.4ef4a043.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 67.
Content-Length: 421.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Supported: timer.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Content-Type: application/sdp.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Supported: replaces.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
v=0.
o=MxSIP 0 615901187 IN IP4 192.168.11.103.
s=SIP Call.
c=IN IP4 192.168.11.103.
t=0 0.
m=audio 10016 RTP/AVP 18 0 8 97 98 2 99 4 100.
a=rtpmap:18 G729/8000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:97 G726-16/8000.
a=rtpmap:98 G726-24/8000.
a=rtpmap:2 G726-32/8000.
a=rtpmap:99 G726-40/8000.
a=rtpmap:4 G723/8000.
a=rtpmap:100 telephone-event/8000.
a=fmtp:100 0-16.
a=ptime:30.
a=silenceSupp:on - - - -.
#
U 10.30.30.18:5060 -> 192.168.11.103:5060
SIP/2.0 400 Bad Request - 'Invalid IP Address'.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
Date: Fri, 01 Mar 2002 01:54:31 GMT.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
Server: Cisco-SIPGateway/IOS-12.x.
CSeq: 1426614365 INVITE.
Allow-Events: telephone-event.
Content-Length: 0.
.
#
U 10.30.30.19:5060 -> 10.30.30.18:5060
SIP/2.0 482 Loop Detected.
Via: SIP/2.0/UDP 10.30.30.18;branch=0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.4ef4a043.0,SIP/2.0/UDP
192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Content-Length: 0.
.
#
U 10.30.30.19:5060 -> 10.30.30.18:5060
SIP/2.0 482 Loop Detected.
Via: SIP/2.0/UDP 10.30.30.18;branch=0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.5ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.4ef4a043.0,SIP/2.0/UDP
192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
INVITE sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.5ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.4ef4a043.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 66.
Content-Length: 421.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Supported: timer.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Content-Type: application/sdp.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Supported: replaces.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
v=0.
o=MxSIP 0 615901187 IN IP4 192.168.11.103.
s=SIP Call.
c=IN IP4 192.168.11.103.
t=0 0.
m=audio 10016 RTP/AVP 18 0 8 97 98 2 99 4 100.
a=rtpmap:18 G729/8000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:97 G726-16/8000.
a=rtpmap:98 G726-24/8000.
a=rtpmap:2 G726-32/8000.
a=rtpmap:99 G726-40/8000.
a=rtpmap:4 G723/8000.
a=rtpmap:100 telephone-event/8000.
a=fmtp:100 0-16.
a=ptime:30.
a=silence
#
U 10.30.30.19:5060 -> 10.30.30.18:5060
SIP/2.0 482 Loop Detected.
Via: SIP/2.0/UDP 10.30.30.18;branch=0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.6ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.5ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.4ef4a043.0,SIP/2.0/UDP
192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Content-Length: 0.
.
#
U 192.168.11.103:5060 -> 10.30.30.18:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 70.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
INVITE sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.7ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.5ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.4ef4a043.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 65.
Content-Length: 421.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Supported: timer.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Content-Type: application/sdp.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Supported: replaces.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
v=0.
o=MxSIP 0 615901187 IN IP4 192.168.11.103.
s=SIP Call.
c=IN IP4 192.168.11.103.
t=0 0.
m=audio 10016 RTP/AVP 18 0 8 97 98 2 99 4 100.
a=rtpmap:18 G729/8000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:97 G726-16/8000.
a=rtpmap:98 G726-24/8000.
a=rtpmap:2 G726-32/8000.
a=r
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 69.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.19:5060 -> 10.30.30.18:5060
SIP/2.0 482 Loop Detected.
Via: SIP/2.0/UDP 10.30.30.18;branch=0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.7ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.6ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.5ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.4ef4a043.0,SIP/2.0/UDP
192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 192.168.11.103:5060
SIP/2.0 482 Loop Detected.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Content-Length: 0.
.
#
U 192.168.11.103:5060 -> 10.30.30.18:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 70.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
INVITE sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.8ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.7ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.5ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.4ef4a043.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 64.
Content-Length: 421.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Supported: timer.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Content-Type: application/sdp.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Supported: replaces.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
v=0.
o=MxSIP 0 615901187 IN IP4 192.168.11.103.
s=SIP Call.
c=IN IP4 192.168.11.103.
t=0 0.
m=audio 10016 RTP/AVP 18 0 8 97 98 2 99 4 100.
a=rtpmap:18 G729/8000.
a=rtpm
#
U 10.30.30.19:5060 -> 10.30.30.18:5060
SIP/2.0 400 Bad Request - 'Invalid IP Address'.
Via: SIP/2.0/UDP 10.30.30.18;branch=0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.8ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.7ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.6ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.5ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.4ef4a043.0,SIP/2.0/UDP
192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
Date: Fri, 01 Mar 2002 01:54:31 GMT.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
Server: Cisco-SIPGateway/IOS-12.x.
CSeq: 1426614365 INVITE.
Allow-Events: telephone-event.
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 68.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.4ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.5ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 69.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
INVITE sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.8ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.7ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.5ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.4ef4a043.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 63.
Content-Length: 421.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Supported: timer.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Content-Type: application/sdp.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Supported: replaces.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
v=0.
o=MxSIP 0 615901187 IN IP4 192.168.11.103.
s=
#
U 10.30.30.19:5060 -> 10.30.30.18:5060
SIP/2.0 482 Loop Detected.
Via: SIP/2.0/UDP 10.30.30.18;branch=0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.9ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.8ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.7ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.6ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.5ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.4ef4a043.0,SIP/2.0/UDP
192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 67.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.4ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
INVITE sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.aef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.8ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.7ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.5ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.4ef4a043.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 62.
Content-Length: 421.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Supported: timer.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
Allow: CANCEL.
Allow: BYE.
Content-Type: application/sdp.
Contact: "103(a)mydomain.com" <sip:103@192.168.11.103:5060>.
Suppo
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 9.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.5ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.19:5060 -> 10.30.30.18:5060
SIP/2.0 482 Loop Detected.
Via: SIP/2.0/UDP 10.30.30.18;branch=0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.aef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.9ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.8ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.7ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.6ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.5ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.4ef4a043.0,SIP/2.0/UDP
192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.7ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 66.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
INVITE sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.bef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.aef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.8ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.7ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.5ef4a043.0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.4ef4a043.0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 61.
Content-Length: 421.
To: 0098146 <sip:0098146@10.30.30.18:5060>.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Supported: timer.
Allow: NOTIFY.
Allow: REFER.
Allow: OPTIONS.
Allow: INVITE.
Allow: ACK.
A
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 8.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.19:5060 -> 10.30.30.18:5060
SIP/2.0 482 Loop Detected.
Via: SIP/2.0/UDP 10.30.30.18;branch=0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.bef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.aef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.9ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.8ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.7ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.6ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.5ef4a043.0,SIP/2.0/UDP
10.30.30.18;branch=z9hG4bKe745.4ef4a043.0,SIP/2.0/UDP
192.168.11.103:5060;branch=z9hG4bKff60d9167.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 INVITE.
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.8ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 65.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 7.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.7ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 64.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 9.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.8ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 6.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.aef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 63.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 8.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 5.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.bef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 62.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
CSeq: 1426614365 ACK.
User-Agent: Brcm Callctrl/1.5.1.1 MxSF/v3.2.6.26.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 7.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.bef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146
<sip:0098146@10.30.30.18:5060>;tag=a2c1e7c3808498f2cb2d193cd520e0fc.dc8c.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 4.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.aef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 61.
Content-Length: 0.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab0
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 6.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 3.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D838-6D5.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 192.168.11.103:5060;branch=z9hG4bKff60d9167.
Max-Forwards: 60.
Content-Length: 0.
To: 0098146 <sip:009
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 5.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 2.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D8
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 85.15
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 4.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 1.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.6ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
V
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 3.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D888-F30.
CSeq: 1426614365 ACK.
User-Agent: OpenSer (1.0.1 (i386/linux)).
Content-Length: 0.
.
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via:
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 8
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 2.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:5060>;tag=44574f726c17f8e.
Call-ID: 89a861ac50490eb7ab00c0dc84d0fbb9(a)192.168.11.103.
To: 0098146 <sip:0098146@10.30.30.18:5060>;tag=68D8
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 1.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=z9hG4bKe745.9ef4a043.0.
From: "103(a)mydomain.com" <sip:103@10.30.30.18:
#
U 10.30.30.18:5060 -> 10.30.30.19:5060
ACK sip:0098146@10.30.30.18:5060 SIP/2.0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Max-Forwards: 0.
Record-Route: <sip:10.30.30.18;ftag=44574f726c17f8e;lr=on>.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via: SIP/2.0/UDP 10.30.30.18;branch=0.
Via:
#