[Spce-user] 400 Normal Release

Dave Massey dave at optionsdsl.ca
Wed Nov 7 09:41:22 EST 2012


Ok. So I put the iaddress and whatnot back to 127.0.0.1 in config.yml, applied.
customtt for LB with loading module topoh.so
TieUS  works again as expected.--Voxcentral does not.


Here are the attached logs/traces, hopefully these are what you wanted ;)

Dave


  


On 2012-11-06, at 10:42 PM, Skyler <skchopperguy at gmail.com> wrote:

> Oh ok, so your INFO/DTMF is handled via proxy which will take care of dtmf from GT inbound. If TieUS is all that's left, then the Topoh solution should work, just a matter of finding which add_contact_alias() needs to be tweaked in your LB config to work around them.
>  
> Add the loadmodule "topoh.so"  back into your customtt for LB (apply)
> do the ngrep with test call and tail -f the LB log with test call
>  
> Attach here and maybe we can figure this out together ;) I had wanted to look into topoh anyway so this will help me out too.
>  
> Skyler
> 
> On Tue, Nov 6, 2012 at 7:09 PM, Dave Massey <dave at optionsdsl.ca> wrote:
> Ok no problem,.  Sandy owned a lot of people ;)
> 
> James accidentally removed me too,.. ;)  
> 
> I only have Voxcentral and TieUS.  Voxcentral in/out/DTMF is all working perfectly now. 
> I dont even really want to use TieUS but perhaps the only trunk provider porting numbers in my service area (519587).  I still with much disappointment never found a provider doing 519443 :(
> 
> Appreciate all the help though.
> 
> Dave
> 
> 
> 
> 
> On 2012-11-06, at 9:58 PM, Skyler <skchopperguy at gmail.com> wrote:
> 
>> I couldn't follow that openvz stuff, it was over my head. 
>> IMHO, I would suggest to focus testing on all other peers except for TieUS. This way you can ensure those are working well. ie: Inbound/Outbound/DTMF(INFO)
>>  
>> Then when comfortable, tackle TieUS. Seems like TieUS is doing something unothodox on thier side. Topoh may be the answer there but before going that route I'd definitely eliminate the OpenVZ container settings and test with your solid carriers first.
>>  
>> Sandy took over my life for 2 weeks. Haven't really had a good chance to focus on the sockets test. Tried earlier but the test trunk wasn't working, I guess James 'programmatically removed it' by accident. I should have more time this week though, I'll let you know.
>>  
>>  
>> Skyler
>> 
>>  
>> On Tue, Nov 6, 2012 at 6:40 PM, Dave Massey <dave at optionsdsl.ca> wrote:
>> Well...
>> 
>> I went back to the roots of modifying the iaddress field in config.yml after creating an unused "dummy" ethernet interface.  I wasn't modifying the other 2  instances of 127.0.0.1 as was mentioned by Andrew today.
>> And that worked... But maybe lost the SIP INFO DTMF in one direction again.
>> 
>> Both peers now work (minus incoming DTMF from TieUS, again) without dropping calls.
>> 
>> You think this is a good way to work around this problem?
>> 
>> Also wanted to ask you how you made out with Voxcentral and using 2 sockets? Did you ever get a chance to look at that? 
>> 
>> My box is wide open for guinea pig testing.. Its not production yet.  I really hope it will be one day. :)
>> 
>> Thanks
>> Dave
>> 
>> 
>> On 2012-11-06, at 9:27 PM, Skyler <skchopperguy at gmail.com> wrote:
>> 
>>> Dave, nothing special to do with topoh I think. So next is to modify your lb so it sends the correct contact header. The next question would be, where to put that. Can you do a tail -f /var/log/ngcp/kamailio-lb.log with a test call and attach here? I'm thinking to ginuea pig your box instead of mine ;P
>>>  
>>> Skyler
>>> 
>>> On Tue, Nov 6, 2012 at 6:00 PM, Skyler <skchopperguy at gmail.com> wrote:
>>> Well...
>>>  
>>> http://kamailio.org/docs/modules/devel/modules/topoh.html
>>>  
>>> 3.2. mask_ip (str)
>>> IP address to be used in masked headers to build valid SIP URIs. Can be any IP address, even a private-space IP address (e.g., 192.168.1.1), but must not be SIP server's local IP address. It is not used at all for SIP routing.
>>> Default value is "10.1.1.10".
>>>  
>>> .... There's more settings in there. I'll bet something was missing to make topoh work. Haven't tried it myself though.
>>>  
>>>  
>>> Skyler
>>> 
>>>  
>>> On Tue, Nov 6, 2012 at 5:54 PM, Dave Massey <dave at optionsdsl.ca> wrote:
>>> You nailed it.
>>> 
>>> It was my fault.  last week before I had to break for Hurricane Sandy I was desperate to get the TieUS provider working, and was looking at the topoh module that Andreas had suggested as a last resort to fix it.  so I had a custom template with the single line:
>>> 
>>> loadmodule "topoh.so" 
>>> 
>>> but that was the only modification, and had to drop all work until after the storm was gone, I never even got to test or play with it.
>>> 
>>> But here is where it gets interesting.  Just that line in the file fixed the peer.!  But broke Voxcentral peer.
>>> 
>>> Now Im back to TieUS peer not working. 
>>> 
>>> But I have hope now that there is a solution  to getting both peers working?
>>> 
>>> Dave
>>> 
>>> 
>>> 
>>> On 2012-11-06, at 8:39 PM, Skyler <skchopperguy at gmail.com> wrote:
>>> 
>>>> One more try. The rewrite is definitely happening on the LB as the first appearance of 10.1.1.10 is in the INVITE between 127.0.0.1:5060 (LB) -> 127.0.0.1:5062 (Poxy)
>>>>  
>>>> Do you use any customtt.tt2's in lb? If so, try to mv /etc/ngcp-config/templates/etc/kamailio/lb/kamailio.cfg.customtt.tt2 /tmp
>>>>  
>>>> ngcpcfg apply
>>>> ngrep b -d any -qt -W byline port 5060 > /tmp/check
>>>> make a test call
>>>> ctrl +c
>>>> cd /tmp
>>>> grep -r 10.1.1.10 .
>>>>  
>>>> If that mystery IP still shows up then that did nothing..so reverse ;)
>>>>  
>>>>  
>>>> Skyler
>>>> 
>>>> 
>>>>  
>>>> On Tue, Nov 6, 2012 at 5:26 PM, Skyler <skchopperguy at gmail.com> wrote:
>>>> I did the apt-get update && apt-get upgrade also .. just for fun ;)  nothing there as expected.
>>>>  
>>>> S.
>>>> 
>>>> On Tue, Nov 6, 2012 at 5:23 PM, Dave Massey <dave at optionsdsl.ca> wrote:
>>>> Nothing. 
>>>> 
>>>> root at sip:/etc/ngcp-config# grep -r 10.1.1.10 .
>>>> root at sip:/etc/ngcp-config# 
>>>> 
>>>> 
>>>> Im completely boggled :S Until I resumed testing today I have never seen this IP.
>>>> The only major thing I did was apt-get update/upgrade
>>>> 
>>>> Dave
>>>> 
>>>> 
>>>> On 2012-11-06, at 8:17 PM, Skyler <skchopperguy at gmail.com> wrote:
>>>> 
>>>>> 
>>>>> Odd. cd to /etc/ngcp-config/ and do a grep -r 10.1.1.10 . <-- don't forget the dot on the end
>>>>>  
>>>>> Anything show up?
>>>>>  
>>>>> Skyler
>>>>>  
>>>>> 
>>>>>  
>>>>> On Tue, Nov 6, 2012 at 5:00 PM, Dave Massey <dave at optionsdsl.ca> wrote:
>>>>> Yeap thats exactly what I have.
>>>>> 
>>>>> Ive gone as far as checking my entire debian install for even a mention of that IP address in any file in /etc  and other directories and found nothing. :(
>>>>> 
>>>>> 
>>>>> 
>>>>> On 2012-11-06, at 7:53 PM, Skyler <skchopperguy at gmail.com> wrote:
>>>>> 
>>>>>> Should be
>>>>>>  
>>>>>> networking:
>>>>>>   aaddress:
>>>>>>     address: 127.0.0.1
>>>>>>     enable: 'no'
>>>>>>  
>>>>>> 
>>>>>> 
>>>>>>  
>>>>>> On Tue, Nov 6, 2012 at 4:52 PM, Skyler <skchopperguy at gmail.com> wrote:
>>>>>> Dave,
>>>>>>  
>>>>>>  What do you have set for aaddress in your config.yml?
>>>>>>  
>>>>>> Skyler
>>>>>> On Tue, Nov 6, 2012 at 4:15 PM, Dave Massey <dave at optionsdsl.ca> wrote:
>>>>>> Yea I just got told that from Voxcentral as well, and I have never seen that IP before.
>>>>>> Its something on my end.  I dont know what though.  I did an apt-get update and upgrade this morning.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On 2012-11-06, at 7:12 PM, Skyler <skchopperguy at gmail.com> wrote:
>>>>>> 
>>>>>>> Contact: <sip:10.1.1.10;alias=24.102.50.52~5060~1;line=sr-N6IAzEsh3wy1oSeyMBP7M.yLOBjAOBjLzBjAWBy*>
>>>>>>>  
>>>>>>> This looks to be the reason, most likely. Not sure why that would be happening though.
>>>>>>>  
>>>>>>>  
>>>>>>> Skyler
>>>>>>> 
>>>>>>> On Tue, Nov 6, 2012 at 3:30 PM, Dave Massey <dave at optionsdsl.ca> wrote:
>>>>>>> I attached a trace from dialing to when the call drops.  
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> On 2012-11-06, at 3:47 PM, Andrew Pogrebennyk <apogrebennyk at sipwise.com> wrote:
>>>>>>> 
>>>>>>> > Dave,
>>>>>>> >
>>>>>>> > On 11/06/2012 03:55 PM, Dave Massey wrote:
>>>>>>> >> _BUT_ --  Now I have the same problem with another peer, Voxcentral drops calls after 20-25 seconds.  and I get SIP requests sent to an IP that I have no idea where it comes from.
>>>>>>> >>
>>>>>>> >> Its sending ACK messages to a 10.1.1.10 IP that does not route on my network and I assume this is why the call is dropping.
>>>>>>> >> This peer had no issues 2 weeks ago.  :(
>>>>>>> >
>>>>>>> > We would need to see the 200 OK message from that peer to be able to
>>>>>>> > point out source of the problem or complete trace from the INVITE to ACK
>>>>>>> >
>>>>>>> > Andrew
>>>>>>> >
>>>>>>> 
>>>>>>> 
>>>>>>> _______________________________________________
>>>>>>> Spce-user mailing list
>>>>>>> Spce-user at lists.sipwise.com
>>>>>>> http://lists.sipwise.com/listinfo/spce-user
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> 
>>> 
>>> 
>>> 
>> 
>> 
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20121107/c90c64fa/attachment-0003.html>
-------------- next part --------------
U 127.0.0.1:8869 -> 127.0.0.1:5060
OPTIONS sip:nagios at voip.sipwise.local SIP/2.0.
Via: SIP/2.0/UDP 24.102.50.52:8869;branch=z9hG4bK.25a5d120;rport;alias.
From: sip:sipsak at 24.102.50.52:8869;tag=718e2455.
To: sip:nagios at voip.sipwise.local.
Call-ID: 1905140821 at 24.102.50.52.
CSeq: 1 OPTIONS.
Contact: sip:sipsak at 24.102.50.52:8869.
Content-Length: 0.
Max-Forwards: 70.
User-Agent: sipsak 0.9.6.
Accept: text/plain.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:5062
OPTIONS sip:nagios at voip.sipwise.local SIP/2.0.
Record-Route: <sip:127.0.0.1;lr=on;ftag=718e2455;ngcplb=yes>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK210a.cc230aed6735abc89d82cbdd8f0e9d4d.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcZWBqXNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZLWRFugxFLMx1LNSQLpx4Zzx3sz6tdCRtl.
From: sip:sipsak at 24.102.50.52:8869;tag=718e2455.
To: sip:nagios at voip.sipwise.local.
Call-ID: 1905140821 at 24.102.50.52.
CSeq: 1 OPTIONS.
Contact: <sip:10.1.1.10;line=sr-N6IAzhWYNUWrC4yLWGZfMxV7W.y7W.V-zxc6zP**>.
Content-Length: 0.
Max-Forwards: 69.
User-Agent: sipsak 0.9.6.
Accept: text/plain.
P-NGCP-Src-Ip: 127.0.0.1.
P-NGCP-Src-Port: 8869.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK210a.cc230aed6735abc89d82cbdd8f0e9d4d.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcZWBqXNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZLWRFugxFLMx1LNSQLpx4Zzx3sz6tdCRtl.
From: sip:sipsak at 24.102.50.52:8869;tag=718e2455.
To: sip:nagios at voip.sipwise.local.
Call-ID: 1905140821 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 200 Alive.
Record-Route: <sip:127.0.0.1;lr=on;ftag=718e2455;ngcplb=yes>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK210a.cc230aed6735abc89d82cbdd8f0e9d4d.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcZWBqXNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZLWRFugxFLMx1LNSQLpx4Zzx3sz6tdCRtl.
From: sip:sipsak at 24.102.50.52:8869;tag=718e2455.
To: sip:nagios at voip.sipwise.local;tag=1d24a28a0bded6c40d31e6db8aab9ac6.f32e.
Call-ID: 1905140821 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:8869
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 24.102.50.52:8869;received=127.0.0.1;branch=z9hG4bK.25a5d120;rport=8869;alias.
From: sip:sipsak at 24.102.50.52:8869;tag=718e2455.
To: sip:nagios at voip.sipwise.local.
Call-ID: 1905140821 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:8869
SIP/2.0 200 Alive.
Record-Route: <sip:127.0.0.1;lr=on;ftag=718e2455;ngcplb=yes>.
Via: SIP/2.0/UDP 24.102.50.52:8869;received=127.0.0.1;branch=z9hG4bK.25a5d120;rport=8869;alias.
From: sip:sipsak at 24.102.50.52:8869;tag=718e2455.
To: sip:nagios at voip.sipwise.local;tag=1d24a28a0bded6c40d31e6db8aab9ac6.f32e.
Call-ID: 1905140821 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 10.40.36.124:5060 -> 24.102.50.52:5060
INVITE sip:19057722572 at sip.optionsdsl.ca:5060 SIP/2.0.
Call-ID: a604c03e at 10.40.36.124.
Content-Length: 311.
CSeq: 8001 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
Max-Forwards: 70.
To: <sip:19057722572 at sip.optionsdsl.ca>.
Via: SIP/2.0/UDP 10.40.36.124:5060;branch=z9hG4bK-7d809ac4;rport.
User-Agent: OBIHAI/OBi100-1.3.0.2744.
Contact: <sip:test3 at 10.40.36.124:5060>.
Expires: 60.
Supported: replaces.
Allow: ACK,BYE,CANCEL,INFO,INVITE,NOTIFY,OPTIONS,REFER.
Remote-Party-ID: <sip:test3 at sip.optionsdsl.ca>;party=calling;privacy=off.
Content-Type: application/sdp.
.
v=0.
o=- 4206080 1 IN IP4 10.40.36.124.
s=-.
c=IN IP4 10.40.36.124.
t=0 0.
m=audio 16604 RTP/AVP 0 8 18 104 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:104 G726-32/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.
a=ptime:20.
a=xg726bitorder:big-endian.

#
U 127.0.0.1:5060 -> 127.0.0.1:5062
INVITE sip:19057722572 at sip.optionsdsl.ca:5060 SIP/2.0.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>.
Call-ID: a604c03e at 10.40.36.124.
Content-Length: 331.
CSeq: 8001 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
Max-Forwards: 69.
To: <sip:19057722572 at sip.optionsdsl.ca>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKde6c.bf2f98284e8e963aaf3a91dc5bc758da.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.pqzxys3RM4zweAowe4H.jAWBy*.
User-Agent: OBIHAI/OBi100-1.3.0.2744.
Contact: <sip:10.1.1.10;line=sr-N6IAzhaINwPlPxFAOBPAOBM6OBFLWxvuMx3A>.
Expires: 60.
Supported: replaces.
Allow: ACK,BYE,CANCEL,INFO,INVITE,NOTIFY,OPTIONS,REFER.
Remote-Party-ID: <sip:test3 at sip.optionsdsl.ca>;party=calling;privacy=off.
Content-Type: application/sdp.
P-NGCP-Src-Ip: 10.40.36.124.
P-NGCP-Src-Port: 5060.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
P-NGCP-Src-Nat: 1.
.
v=0.
o=- 4206080 1 IN IP4 10.40.36.124.
s=-.
c=IN IP4 10.40.36.124.
t=0 0.
m=audio 16604 RTP/AVP 0 8 18 104 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:104 G726-32/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.
a=ptime:20.
a=xg726bitorder:big-endian.
a=direction:active.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 100 Trying.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8001 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKde6c.bf2f98284e8e963aaf3a91dc5bc758da.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.pqzxys3RM4zweAowe4H.jAWBy*.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 24.102.50.52:5060 -> 10.40.36.124:5060
SIP/2.0 100 Trying.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8001 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>.
Via: SIP/2.0/UDP 10.40.36.124:5060;branch=z9hG4bK-7d809ac4;rport=5060.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8001 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=1d24a28a0bded6c40d31e6db8aab9ac6.efe5.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKde6c.bf2f98284e8e963aaf3a91dc5bc758da.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.pqzxys3RM4zweAowe4H.jAWBy*.
Proxy-Authenticate: Digest realm="sip.optionsdsl.ca", nonce="UJpxwFCacJSuHN6ktsbDw6+bC+xA9b2n".
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 24.102.50.52:5060 -> 10.40.36.124:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8001 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=1d24a28a0bded6c40d31e6db8aab9ac6.efe5.
Via: SIP/2.0/UDP 10.40.36.124:5060;branch=z9hG4bK-7d809ac4;rport=5060.
Proxy-Authenticate: Digest realm="sip.optionsdsl.ca", nonce="UJpxwFCacJSuHN6ktsbDw6+bC+xA9b2n".
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 10.40.36.124:5060 -> 24.102.50.52:5060
ACK sip:19057722572 at sip.optionsdsl.ca:5060 SIP/2.0.
Call-ID: a604c03e at 10.40.36.124.
Content-Length: 0.
CSeq: 8001 ACK.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
Max-Forwards: 70.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=1d24a28a0bded6c40d31e6db8aab9ac6.efe5.
Via: SIP/2.0/UDP 10.40.36.124:5060;branch=z9hG4bK-7d809ac4;rport.
User-Agent: OBIHAI/OBi100-1.3.0.2744.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:5062
ACK sip:19057722572 at sip.optionsdsl.ca:5060 SIP/2.0.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx17g6WAoSVQkRKl>.
Call-ID: a604c03e at 10.40.36.124.
Content-Length: 0.
CSeq: 8001 ACK.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
Max-Forwards: 69.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=1d24a28a0bded6c40d31e6db8aab9ac6.efe5.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKde6c.bf2f98284e8e963aaf3a91dc5bc758da.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSW6z6eL3RsBCxu-zRrUWSeOO.pqzxys3RM4zweAowe4H.jAWBy*.
User-Agent: OBIHAI/OBi100-1.3.0.2744.
P-NGCP-Src-Ip: 10.40.36.124.
P-NGCP-Src-Port: 5060.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
.

#
U 10.40.36.124:5060 -> 24.102.50.52:5060
INVITE sip:19057722572 at sip.optionsdsl.ca:5060 SIP/2.0.
Call-ID: a604c03e at 10.40.36.124.
Content-Length: 311.
CSeq: 8002 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
Max-Forwards: 70.
To: <sip:19057722572 at sip.optionsdsl.ca>.
Via: SIP/2.0/UDP 10.40.36.124:5060;branch=z9hG4bK-929cf98;rport.
Proxy-Authorization: DIGEST algorithm=MD5,nonce="UJpxwFCacJSuHN6ktsbDw6+bC+xA9b2n",realm="sip.optionsdsl.ca",response="77069ce0fed6b96bb0d9abf630e4f53e",uri="sip:19057722572 at sip.optionsdsl.ca:5060",username="test3".
User-Agent: OBIHAI/OBi100-1.3.0.2744.
Contact: <sip:test3 at 10.40.36.124:5060>.
Expires: 60.
Supported: replaces.
Allow: ACK,BYE,CANCEL,INFO,INVITE,NOTIFY,OPTIONS,REFER.
Remote-Party-ID: <sip:test3 at sip.optionsdsl.ca>;party=calling;privacy=off.
Content-Type: application/sdp.
.
v=0.
o=- 4206080 1 IN IP4 10.40.36.124.
s=-.
c=IN IP4 10.40.36.124.
t=0 0.
m=audio 16604 RTP/AVP 0 8 18 104 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:104 G726-32/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.
a=ptime:20.
a=xg726bitorder:big-endian.

#
U 127.0.0.1:5060 -> 127.0.0.1:5062
INVITE sip:19057722572 at sip.optionsdsl.ca:5060 SIP/2.0.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>.
Call-ID: a604c03e at 10.40.36.124.
Content-Length: 331.
CSeq: 8002 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
Max-Forwards: 69.
To: <sip:19057722572 at sip.optionsdsl.ca>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKae6c.b7cda0e9c480b7fe572c99b1686c0cba.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.qLzRWEz.cXNh05NhPQW.y6My**.
Proxy-Authorization: DIGEST algorithm=MD5,nonce="UJpxwFCacJSuHN6ktsbDw6+bC+xA9b2n",realm="sip.optionsdsl.ca",response="77069ce0fed6b96bb0d9abf630e4f53e",uri="sip:19057722572 at sip.optionsdsl.ca:5060",username="test3".
User-Agent: OBIHAI/OBi100-1.3.0.2744.
Contact: <sip:10.1.1.10;line=sr-N6IAzhaINwPlPxFAOBPAOBM6OBFLWxvuMx3A>.
Expires: 60.
Supported: replaces.
Allow: ACK,BYE,CANCEL,INFO,INVITE,NOTIFY,OPTIONS,REFER.
Remote-Party-ID: <sip:test3 at sip.optionsdsl.ca>;party=calling;privacy=off.
Content-Type: application/sdp.
P-NGCP-Src-Ip: 10.40.36.124.
P-NGCP-Src-Port: 5060.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
P-NGCP-Src-Nat: 1.
.
v=0.
o=- 4206080 1 IN IP4 10.40.36.124.
s=-.
c=IN IP4 10.40.36.124.
t=0 0.
m=audio 16604 RTP/AVP 0 8 18 104 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:104 G726-32/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.
a=ptime:20.
a=xg726bitorder:big-endian.
a=direction:active.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 100 Trying.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8002 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKae6c.b7cda0e9c480b7fe572c99b1686c0cba.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.qLzRWEz.cXNh05NhPQW.y6My**.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 24.102.50.52:5060 -> 10.40.36.124:5060
SIP/2.0 100 Trying.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8002 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>.
Via: SIP/2.0/UDP 10.40.36.124:5060;branch=z9hG4bK-929cf98;rport=5060.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 101 Connecting.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8002 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKae6c.b7cda0e9c480b7fe572c99b1686c0cba.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.qLzRWEz.cXNh05NhPQW.y6My**.
P-NGCP-Authorization: test3 at sip.optionsdsl.ca.
P-NGCP-Authorized: 1.
P-Caller-UUID: 9f9d7c42-673e-4beb-8a56-0599cc210a32.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5080
INVITE sip:19057722572 at 209.139.240.87:5060;transport=udp SIP/2.0.
Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=SP13ff589e0b68e258;did=0cf.928;mpd=ii;rtpprx=yes;vsf=a1dtSzQCcio0JzkSAX4veGlXbip3Q2pOMFgrA0A4Vygi>.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>.
Call-ID: a604c03e at 10.40.36.124.
Content-Length: 349.
CSeq: 8002 INVITE.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
Max-Forwards: 68.
To: <sip:19057722572 at sip.optionsdsl.ca>.
Via: SIP/2.0/UDP 127.0.0.1:5062;branch=z9hG4bKae6c.3fc477474ce0a8e60d6023264e727a2e.0.
Via: SIP/2.0/UDP 127.0.0.1;rport=5060;branch=z9hG4bKae6c.b7cda0e9c480b7fe572c99b1686c0cba.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.qLzRWEz.cXNh05NhPQW.y6My**.
User-Agent: OBIHAI/OBi100-1.3.0.2744.
Contact: <sip:10.1.1.10;line=sr-N6IAzhaINwPlPxFAOBPAOBM6OBFLWxvuMx3A>.
Expires: 60.
Supported: replaces.
Allow: ACK,BYE,CANCEL,INFO,INVITE,NOTIFY,OPTIONS,REFER.
Content-Type: application/sdp.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
P-Called-Party-ID: <sip:19057722572 at 209.139.240.87>.
P-App-Param: ;aleg_sst_enable=no;sst_enable=no.
P-D-Uri: sip:127.0.0.1:5060;received='sip:209.139.240.87:5060;transport=udp'
P-Caller-UUID: 9f9d7c42-673e-4beb-8a56-0599cc210a32.
P-Callee-UUID: 0.
.
v=0.
o=- 4206080 1 IN IP4 24.102.50.52.
s=-.
c=IN IP4 24.102.50.52.
t=0 0.
m=audio 30000 RTP/AVP 0 8 18 104 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:104 G726-32/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.
a=ptime:20.
a=xg726bitorder:big-endian.
a=direction:active.
a=nortpproxy:yes.

#
U 127.0.0.1:5080 -> 127.0.0.1:5062
SIP/2.0 100 Connecting.
Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=SP13ff589e0b68e258;did=0cf.928;mpd=ii;rtpprx=yes;vsf=a1dtSzQCcio0JzkSAX4veGlXbip3Q2pOMFgrA0A4Vygi>.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8002 INVITE.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=684BF1F9-509A70950009DBF6-0879A700.
Via: SIP/2.0/UDP 127.0.0.1:5062;branch=z9hG4bKae6c.3fc477474ce0a8e60d6023264e727a2e.0;received=127.0.0.1.
Via: SIP/2.0/UDP 127.0.0.1;rport=5060;branch=z9hG4bKae6c.b7cda0e9c480b7fe572c99b1686c0cba.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.qLzRWEz.cXNh05NhPQW.y6My**.
Server: Sipwise NGCP Application Server.
Contact: <sip:19057722572 at 127.0.0.1:5080>.
Content-Length: 0.
.

#
U 127.0.0.1:5080 -> 127.0.0.1:5060
INVITE sip:19057722572 at 209.139.240.87:5060;transport=udp SIP/2.0.
Via: SIP/2.0/UDP 127.0.0.1:5080;branch=z9hG4bKxpvBzazy;rport.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=2B4A958E-509A70950009DCE6-013A6700.
To: <sip:19057722572 at 209.139.240.87>.
CSeq: 10 INVITE.
Call-ID: a604c03e at 10.40.36.124_b2b-1.
Contact: <sip:127.0.0.1:5080>.
Route: <sip:127.0.0.1:5060;received='sip:209.139.240.87:5060;transport=udp';lr>.
Expires: 60.
Supported: replaces.
Allow: ACK,BYE,CANCEL,INFO,INVITE,NOTIFY,OPTIONS,REFER.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
P-D-Uri: sip:127.0.0.1:5060;received='sip:209.139.240.87:5060;transport=udp'.
Content-Type: application/sdp.
Content-Length: 349.
.
v=0.
o=- 4206080 1 IN IP4 24.102.50.52.
s=-.
c=IN IP4 24.102.50.52.
t=0 0.
m=audio 30000 RTP/AVP 0 8 18 104 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:104 G726-32/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.
a=ptime:20.
a=xg726bitorder:big-endian.
a=direction:active.
a=nortpproxy:yes.

#
U 24.102.50.52:5060 -> 209.139.240.87:5060
INVITE sip:19057722572 at 209.139.240.87:5060;transport=udp SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:24.102.50.52;r2=on;lr=on;ftag=2B4A958E-509A70950009DCE6-013A6700;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBFLWLZAOBy7M.1LMBu5oB1dNBu5oB1EpSthH.eGWFFsW.rtO.jAzjFwMxquMxyAzjaxa.31MxFlP.3wMxyXoEpBNSfJH9IINA**>.
Via: SIP/2.0/UDP 24.102.50.52;branch=z9hG4bK590e.842eae9ab99afb63cdd88f73e0dc120c.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.VwOBy7MGZfzBjAzxyXKFcQgSI6z6eL3RsBCxu-zRrUWSeOkU06PhYrkhqXNh05NhPQW.yZMy**.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=2B4A958E-509A70950009DCE6-013A6700.
To: <sip:19057722572 at 209.139.240.87>.
CSeq: 10 INVITE.
Call-ID: a604c03e at 10.40.36.124_b2b-1.
Expires: 60.
Supported: replaces.
Allow: ACK,BYE,CANCEL,INFO,INVITE,NOTIFY,OPTIONS,REFER.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
Content-Type: application/sdp.
Content-Length: 349.
Contact: <sip:10.1.1.10;line=sr-N6IAzEsh3wy1oSeyMBP7M.yLOBjAOBjLzBjAWBy*>.
.
v=0.
o=- 4206080 1 IN IP4 24.102.50.52.
s=-.
c=IN IP4 24.102.50.52.
t=0 0.
m=audio 30000 RTP/AVP 0 8 18 104 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:104 G726-32/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.
a=ptime:20.
a=xg726bitorder:big-endian.
a=direction:active.
a=nortpproxy:yes.

#
U 209.139.240.87:5060 -> 24.102.50.52:5060
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 24.102.50.52;branch=z9hG4bK590e.842eae9ab99afb63cdd88f73e0dc120c.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.VwOBy7MGZfzBjAzxyXKFcQgSI6z6eL3RsBCxu-zRrUWSeOkU06PhYrkhqXNh05NhPQW.yZMy**.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=2B4A958E-509A70950009DCE6-013A6700.
To: <sip:19057722572 at 209.139.240.87>.
Call-ID: a604c03e at 10.40.36.124_b2b-1.
CSeq: 10 INVITE.
Server: Brekeke SIP Server rev.286.3.
Content-Length: 0.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:5080
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 127.0.0.1:5080;branch=z9hG4bKxpvBzazy;rport=5080.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=2B4A958E-509A70950009DCE6-013A6700.
To: <sip:19057722572 at 209.139.240.87>.
Call-ID: a604c03e at 10.40.36.124_b2b-1.
CSeq: 10 INVITE.
Server: Brekeke SIP Server rev.286.3.
Content-Length: 0.
P-NGCP-Src-Ip: 209.139.240.87.
P-NGCP-Src-Port: 5060.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
.

#
U 209.139.240.87:5060 -> 24.102.50.52:5060
SIP/2.0 183 Session Progress.
Via: SIP/2.0/UDP 24.102.50.52;branch=z9hG4bK590e.842eae9ab99afb63cdd88f73e0dc120c.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.VwOBy7MGZfzBjAzxyXKFcQgSI6z6eL3RsBCxu-zRrUWSeOkU06PhYrkhqXNh05NhPQW.yZMy**.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=2B4A958E-509A70950009DCE6-013A6700.
To: <sip:19057722572 at 209.139.240.87>;tag=GR52RWG346-34.
Call-ID: a604c03e at 10.40.36.124_b2b-1.
CSeq: 10 INVITE.
Contact: "Verso CM" <sip:19057722572 at 209.139.240.87:5060>.
Expires: 60.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
P-Behind-NAT: Yes.
Record-Route: <sip:24.102.50.52;r2=on;lr=on;ftag=2B4A958E-509A70950009DCE6-013A6700;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBFLWLZAOBy7M.1LMBu5oB1dNBu5oB1EpSthH.eGWFFsW.rtO.jAzjFwMxquMxyAzjaxa.31MxFlP.3wMxyXoEpBNSfJH9IINA**>.
Content-Type: application/sdp.
Content-Length: 187.
.
v=0.
o=Clarent 63704 63705 IN IP4 209.139.240.87.
s=Clarent CallManager.
c=IN IP4 209.139.240.87.
t=0 0.
m=audio 43416 RTP/AVP 18.
a=rtpmap:18 G729/8000.
a=ptime:20.
a=fmtp:18 annexb=no.

#
U 127.0.0.1:5060 -> 127.0.0.1:5080
SIP/2.0 183 Session Progress.
Via: SIP/2.0/UDP 127.0.0.1:5080;branch=z9hG4bKxpvBzazy;rport=5080.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=2B4A958E-509A70950009DCE6-013A6700.
To: <sip:19057722572 at 209.139.240.87>;tag=GR52RWG346-34.
Call-ID: a604c03e at 10.40.36.124_b2b-1.
CSeq: 10 INVITE.
Contact: "Verso CM" <sip:10.1.1.10;line=sr-N6IAzBFsMxjwWlVLW.NLPxVAzmZfMlq7MBPAOBcwzBjAWBy*>.
Expires: 60.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
P-Behind-NAT: Yes.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthH.eGWFFsW.rtO.jAzjFwMxquMxyAzjaxa.31MxFlP.3wMxyXoEpBNSfJH9IINA**>.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=2B4A958E-509A70950009DCE6-013A6700;ngcplb=yes>.
Content-Type: application/sdp.
Content-Length: 187.
P-NGCP-Src-Ip: 209.139.240.87.
P-NGCP-Src-Port: 5060.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
.
v=0.
o=Clarent 63704 63705 IN IP4 209.139.240.87.
s=Clarent CallManager.
c=IN IP4 209.139.240.87.
t=0 0.
m=audio 43416 RTP/AVP 18.
a=rtpmap:18 G729/8000.
a=ptime:20.
a=fmtp:18 annexb=no.

#
U 127.0.0.1:5080 -> 127.0.0.1:5062
SIP/2.0 183 Session Progress.
Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=SP13ff589e0b68e258;did=0cf.928;mpd=ii;rtpprx=yes;vsf=a1dtSzQCcio0JzkSAX4veGlXbip3Q2pOMFgrA0A4Vygi>.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8002 INVITE.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=684BF1F9-509A70950009DBF6-0879A700.
Via: SIP/2.0/UDP 127.0.0.1:5062;branch=z9hG4bKae6c.3fc477474ce0a8e60d6023264e727a2e.0;received=127.0.0.1.
Via: SIP/2.0/UDP 127.0.0.1;rport=5060;branch=z9hG4bKae6c.b7cda0e9c480b7fe572c99b1686c0cba.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.qLzRWEz.cXNh05NhPQW.y6My**.
Expires: 60.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
Contact: <sip:19057722572 at 127.0.0.1:5080>.
Content-Type: application/sdp.
Content-Length: 187.
.
v=0.
o=Clarent 63704 63705 IN IP4 209.139.240.87.
s=Clarent CallManager.
c=IN IP4 209.139.240.87.
t=0 0.
m=audio 43416 RTP/AVP 18.
a=rtpmap:18 G729/8000.
a=ptime:20.
a=fmtp:18 annexb=no.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 183 Session Progress.
Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=SP13ff589e0b68e258;did=0cf.928;mpd=ii;rtpprx=yes;vsf=a1dtSzQCcio0JzkSAX4veGlXbip3Q2pOMFgrA0A4Vygi>.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8002 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=684BF1F9-509A70950009DBF6-0879A700.
Via: SIP/2.0/UDP 127.0.0.1;rport=5060;branch=z9hG4bKae6c.b7cda0e9c480b7fe572c99b1686c0cba.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.qLzRWEz.cXNh05NhPQW.y6My**.
Expires: 60.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
Contact: <sip:19057722572 at 127.0.0.1:5080>.
Content-Type: application/sdp.
Content-Length: 201.
.
v=0.
o=Clarent 63704 63705 IN IP4 24.102.50.52.
s=Clarent CallManager.
c=IN IP4 24.102.50.52.
t=0 0.
m=audio 30002 RTP/AVP 18.
a=rtpmap:18 G729/8000.
a=ptime:20.
a=fmtp:18 annexb=no.
a=nortpproxy:yes.

#
U 24.102.50.52:5060 -> 10.40.36.124:5060
SIP/2.0 183 Session Progress.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBFLWLZAOBy7M.vuMx3Lz6fLHRQ7z6g43RNQjuyfM6gEW.csg.0JWBrIMBjZz6aYgx4A3637z.VZz6uAgxuYC.1LpU0ANhcQkRKlzwglgBurMRa4jwYaP6WYol0TkE1.PKc4pEKUotrJC9ylj.eA.4uSgwe0MFF4KhIhCP**>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBFLWLZAOBy7M.1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>.
Record-Route: <sip:24.102.50.52;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8002 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=684BF1F9-509A70950009DBF6-0879A700.
Via: SIP/2.0/UDP 10.40.36.124:5060;branch=z9hG4bK-929cf98;rport=5060.
Expires: 60.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
Content-Type: application/sdp.
Content-Length: 201.
Contact: <sip:10.1.1.10;line=sr-N6IAzEsh3wy1oSeyMBP7M.yLOBjAOBjLzBjAWBy*>.
.
v=0.
o=Clarent 63704 63705 IN IP4 24.102.50.52.
s=Clarent CallManager.
c=IN IP4 24.102.50.52.
t=0 0.
m=audio 30002 RTP/AVP 18.
a=rtpmap:18 G729/8000.
a=ptime:20.
a=fmtp:18 annexb=no.
a=nortpproxy:yes.

#
U 209.139.240.87:5060 -> 24.102.50.52:5060
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 24.102.50.52;branch=z9hG4bK590e.842eae9ab99afb63cdd88f73e0dc120c.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.VwOBy7MGZfzBjAzxyXKFcQgSI6z6eL3RsBCxu-zRrUWSeOkU06PhYrkhqXNh05NhPQW.yZMy**.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=2B4A958E-509A70950009DCE6-013A6700.
To: <sip:19057722572 at 209.139.240.87>;tag=GR52RWG346-34.
Call-ID: a604c03e at 10.40.36.124_b2b-1.
CSeq: 10 INVITE.
Contact: "Verso CM" <sip:19057722572 at 209.139.240.87:5060>.
Expires: 60.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
P-Behind-NAT: Yes.
Allow: ACK, NOTIFY, OPTIONS, REFER, INFO, BYE, CANCEL, INVITE.
Record-Route: <sip:24.102.50.52;r2=on;lr=on;ftag=2B4A958E-509A70950009DCE6-013A6700;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBFLWLZAOBy7M.1LMBu5oB1dNBu5oB1EpSthH.eGWFFsW.rtO.jAzjFwMxquMxyAzjaxa.31MxFlP.3wMxyXoEpBNSfJH9IINA**>.
Content-Type: application/sdp.
Content-Length: 187.
.
v=0.
o=Clarent 63326 63326 IN IP4 209.139.240.87.
s=Clarent CallManager.
c=IN IP4 209.139.240.87.
t=0 0.
m=audio 43416 RTP/AVP 18.
a=rtpmap:18 G729/8000.
a=ptime:20.
a=fmtp:18 annexb=no.

#
U 127.0.0.1:5060 -> 127.0.0.1:5080
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 127.0.0.1:5080;branch=z9hG4bKxpvBzazy;rport=5080.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=2B4A958E-509A70950009DCE6-013A6700.
To: <sip:19057722572 at 209.139.240.87>;tag=GR52RWG346-34.
Call-ID: a604c03e at 10.40.36.124_b2b-1.
CSeq: 10 INVITE.
Contact: "Verso CM" <sip:10.1.1.10;line=sr-N6IAzBFsMxjwWlVLW.NLPxVAzmZfMlq7MBPAOBcwzBjAWBy*>.
Expires: 60.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
P-Behind-NAT: Yes.
Allow: ACK, NOTIFY, OPTIONS, REFER, INFO, BYE, CANCEL, INVITE.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthH.eGWFFsW.rtO.jAzjFwMxquMxyAzjaxa.31MxFlP.3wMxyXoEpBNSfJH9IINA**>.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=2B4A958E-509A70950009DCE6-013A6700;ngcplb=yes>.
Content-Type: application/sdp.
Content-Length: 187.
P-NGCP-Src-Ip: 209.139.240.87.
P-NGCP-Src-Port: 5060.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
.
v=0.
o=Clarent 63326 63326 IN IP4 209.139.240.87.
s=Clarent CallManager.
c=IN IP4 209.139.240.87.
t=0 0.
m=audio 43416 RTP/AVP 18.
a=rtpmap:18 G729/8000.
a=ptime:20.
a=fmtp:18 annexb=no.

#
U 127.0.0.1:5080 -> 127.0.0.1:5062
SIP/2.0 200 OK.
Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=SP13ff589e0b68e258;did=0cf.928;mpd=ii;rtpprx=yes;vsf=a1dtSzQCcio0JzkSAX4veGlXbip3Q2pOMFgrA0A4Vygi>.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8002 INVITE.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=684BF1F9-509A70950009DBF6-0879A700.
Via: SIP/2.0/UDP 127.0.0.1:5062;branch=z9hG4bKae6c.3fc477474ce0a8e60d6023264e727a2e.0;received=127.0.0.1.
Via: SIP/2.0/UDP 127.0.0.1;rport=5060;branch=z9hG4bKae6c.b7cda0e9c480b7fe572c99b1686c0cba.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.qLzRWEz.cXNh05NhPQW.y6My**.
Expires: 60.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
Allow: ACK, NOTIFY, OPTIONS, REFER, INFO, BYE, CANCEL, INVITE.
Contact: <sip:19057722572 at 127.0.0.1:5080>.
Content-Type: application/sdp.
Content-Length: 187.
.
v=0.
o=Clarent 63326 63326 IN IP4 209.139.240.87.
s=Clarent CallManager.
c=IN IP4 209.139.240.87.
t=0 0.
m=audio 43416 RTP/AVP 18.
a=rtpmap:18 G729/8000.
a=ptime:20.
a=fmtp:18 annexb=no.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 200 OK.
Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=SP13ff589e0b68e258;did=0cf.928;mpd=ii;rtpprx=yes;vsf=a1dtSzQCcio0JzkSAX4veGlXbip3Q2pOMFgrA0A4Vygi>.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8002 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=684BF1F9-509A70950009DBF6-0879A700.
Via: SIP/2.0/UDP 127.0.0.1;rport=5060;branch=z9hG4bKae6c.b7cda0e9c480b7fe572c99b1686c0cba.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSI6z6eL3RsBCxu-zRrUWSeOO.qLzRWEz.cXNh05NhPQW.y6My**.
Expires: 60.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
Allow: ACK, NOTIFY, OPTIONS, REFER, INFO, BYE, CANCEL, INVITE.
Contact: <sip:19057722572 at 127.0.0.1:5080>.
Content-Type: application/sdp.
Content-Length: 201.
.
v=0.
o=Clarent 63326 63326 IN IP4 24.102.50.52.
s=Clarent CallManager.
c=IN IP4 24.102.50.52.
t=0 0.
m=audio 30002 RTP/AVP 18.
a=rtpmap:18 G729/8000.
a=ptime:20.
a=fmtp:18 annexb=no.
a=nortpproxy:yes.

#
U 24.102.50.52:5060 -> 10.40.36.124:5060
SIP/2.0 200 OK.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBFLWLZAOBy7M.vuMx3Lz6fLHRQ7z6g43RNQjuyfM6gEW.csg.0JWBrIMBjZz6aYgx4A3637z.VZz6uAgxuYC.1LpU0ANhcQkRKlzwglgBurMRa4jwYaP6WYol0TkE1.PKc4pEKUotrJC9ylj.eA.4uSgwe0MFF4KhIhCP**>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBFLWLZAOBy7M.1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>.
Record-Route: <sip:24.102.50.52;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>.
Call-ID: a604c03e at 10.40.36.124.
CSeq: 8002 INVITE.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=684BF1F9-509A70950009DBF6-0879A700.
Via: SIP/2.0/UDP 10.40.36.124:5060;branch=z9hG4bK-929cf98;rport=5060.
Expires: 60.
P-Asserted-Identity: <sip:12894330284 at sip.optionsdsl.ca>.
Allow: ACK, NOTIFY, OPTIONS, REFER, INFO, BYE, CANCEL, INVITE.
Content-Type: application/sdp.
Content-Length: 201.
Contact: <sip:10.1.1.10;line=sr-N6IAzEsh3wy1oSeyMBP7M.yLOBjAOBjLzBjAWBy*>.
.
v=0.
o=Clarent 63326 63326 IN IP4 24.102.50.52.
s=Clarent CallManager.
c=IN IP4 24.102.50.52.
t=0 0.
m=audio 30002 RTP/AVP 18.
a=rtpmap:18 G729/8000.
a=ptime:20.
a=fmtp:18 annexb=no.
a=nortpproxy:yes.

#
U 10.40.36.124:5060 -> 24.102.50.52:5060
ACK sip:10.1.1.10;line=sr-N6IAzEsh3wy1oSeyMBP7M.yLOBjAOBjLzBjAWBy* SIP/2.0.
Call-ID: a604c03e at 10.40.36.124.
Content-Length: 0.
CSeq: 8002 ACK.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
Max-Forwards: 70.
Route: <sip:24.102.50.52;r2=on;lr=on;ftag=SP13ff589e0b68e258;nat=yes;ngcplb=yes>,<sip:10.1.1.10;line=sr-N6IAzBFLWLZAOBy7M.1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx1739PQkRKlz6sh3w0d3Busg9M*>,<sip:10.1.1.10;line=sr-N6IAzBFLWLZAOBy7M.vuMx3Lz6fLHRQ7z6g43RNQjuyfM6gEW.csg.0JWBrIMBjZz6aYgx4A3637z.VZz6uAgxuYC.1LpU0ANhcQkRKlzwglgBurMRa4jwYaP6WYol0TkE1.PKc4pEKUotrJC9ylj.eA.4uSgwe0MFF4KhIhCP**>.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=684BF1F9-509A70950009DBF6-0879A700.
Via: SIP/2.0/UDP 10.40.36.124:5060;branch=z9hG4bK-16d6485;rport.
Proxy-Authorization: DIGEST algorithm=MD5,nonce="UJpxwFCacJSuHN6ktsbDw6+bC+xA9b2n",realm="sip.optionsdsl.ca",response="77069ce0fed6b96bb0d9abf630e4f53e",uri="sip:19057722572 at sip.optionsdsl.ca:5060",username="test3".
User-Agent: OBIHAI/OBi100-1.3.0.2744.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:5062
ACK sip:127.0.0.1:5080 SIP/2.0.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx17g6WAoSVQkRKl>.
Call-ID: a604c03e at 10.40.36.124.
Content-Length: 0.
CSeq: 8002 ACK.
From: <sip:test3 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
Max-Forwards: 69.
Route: <sip:127.0.0.1:5062;lr=on;ftag=SP13ff589e0b68e258;did=0cf.928;mpd=ii;rtpprx=yes;vsf=a1dtSzQCcio0JzkSAX4veGlXbip3Q2pOMFgrA0A4Vygi>.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=684BF1F9-509A70950009DBF6-0879A700.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKae6c.97fb4b789e60994cbb44b2e3257a9ac2.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSW6z6eL3RsBCxu-zRrUWSeOO.F6gx34zxjXNh05NhPQW.y6My**.
Proxy-Authorization: DIGEST algorithm=MD5,nonce="UJpxwFCacJSuHN6ktsbDw6+bC+xA9b2n",realm="sip.optionsdsl.ca",response="77069ce0fed6b96bb0d9abf630e4f53e",uri="sip:19057722572 at sip.optionsdsl.ca:5060",username="test3".
User-Agent: OBIHAI/OBi100-1.3.0.2744.
P-NGCP-Src-Ip: 10.40.36.124.
P-NGCP-Src-Port: 5060.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5080
ACK sip:127.0.0.1:5080 SIP/2.0.
Record-Route: <sip:127.0.0.1:5062;lr=on;ftag=SP13ff589e0b68e258;rtpprx=yes>.
Record-Route: <sip:127.0.0.1;r2=on;lr=on;ftag=SP13ff589e0b68e258;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthHKWPM.WEgBjZzRjA3B3Zg.Vuzx17g6WAoSVQkRKl>.
Call-ID: a604c03e at 10.40.36.124.
Content-Length: 0.
CSeq: 8002 ACK.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=SP13ff589e0b68e258.
Max-Forwards: 68.
To: <sip:19057722572 at sip.optionsdsl.ca>;tag=684BF1F9-509A70950009DBF6-0879A700.
Via: SIP/2.0/UDP 127.0.0.1:5062;branch=z9hG4bKae6c.437ef6964f204a6fe001e11fda4151d9.0.
Via: SIP/2.0/UDP 127.0.0.1;rport=5060;branch=z9hG4bKae6c.97fb4b789e60994cbb44b2e3257a9ac2.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.y7Wxy7Ml37M.V4zBjAWByXKFcQgSW6z6eL3RsBCxu-zRrUWSeOO.F6gx34zxjXNh05NhPQW.y6My**.
User-Agent: OBIHAI/OBi100-1.3.0.2744.
.

#
U 127.0.0.1:5080 -> 127.0.0.1:5060
ACK sip:10.1.1.10;line=sr-N6IAzBFsMxjwWlVLW.NLPxVAzmZfMlq7MBPAOBcwzBjAWBy* SIP/2.0.
Via: SIP/2.0/UDP 127.0.0.1:5080;branch=z9hG4bKhryBCabZ;rport.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=2B4A958E-509A70950009DCE6-013A6700.
To: <sip:19057722572 at 209.139.240.87>;tag=GR52RWG346-34.
CSeq: 10 ACK.
Call-ID: a604c03e at 10.40.36.124_b2b-1.
Contact: <sip:127.0.0.1:5080>.
Route: <sip:127.0.0.1;r2=on;lr=on;ftag=2B4A958E-509A70950009DCE6-013A6700;ngcplb=yes>, <sip:10.1.1.10;line=sr-N6IAzBV4OBFAMJZuMGZuMB1LMBu5oB1dNBu5oB1EpSthH.eGWFFsW.rtO.jAzjFwMxquMxyAzjaxa.31MxFlP.3wMxyXoEpBNSfJH9IINA**>.
Content-Length: 0.
.

#
U 24.102.50.52:5060 -> 209.139.240.87:5060
ACK sip:19057722572 at 209.139.240.87:5060 SIP/2.0.
Max-Forwards: 10.
Record-Route: <sip:24.102.50.52;r2=on;lr=on;ftag=2B4A958E-509A70950009DCE6-013A6700;ngcplb=yes>.
Record-Route: <sip:10.1.1.10;line=sr-N6IAzBFLWLZAOBy7M.1LMBu5oB1dNBu5oB1EpSthH.eGWFFsW.rtO.jAzjFwMxquMxyAzjaxa.31MxFlP.3wMxyXoEpBNSfJH9IINA**>.
Via: SIP/2.0/UDP 24.102.50.52;branch=z9hG4bK590e.85db68d5bf0b1fecfa4a5099c45a2b5c.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycM.VwOBy7MGZfzBjAzxyXKFcQgSW6z6eL3RsBCxu-zRrUWSeOCUesPqWr3IvXNh05NhPQW.yZMy**.
From: <sip:12894330284 at sip.optionsdsl.ca>;tag=2B4A958E-509A70950009DCE6-013A6700.
To: <sip:19057722572 at 209.139.240.87>;tag=GR52RWG346-34.
CSeq: 10 ACK.
Call-ID: a604c03e at 10.40.36.124_b2b-1.
Content-Length: 0.
Contact: <sip:10.1.1.10;line=sr-N6IAzEsh3wy1oSeyMBP7M.yLOBjAOBjLzBjAWBy*>.
.

#
U 127.0.0.1:5062 -> 192.168.50.66:5060
OPTIONS sip:10.40.36.124:5060 SIP/2.0.
Via: SIP/2.0/UDP 127.0.0.1:5062;branch=0.
Route: <sip:lb at 192.168.50.66;lr;received='sip:10.40.36.124:5060'>.
From: sip:pinger at sipwise.local;tag=b3132db5.
To: sip:10.40.36.124:5060.
Call-ID: c3c0a5c6-1ccd2f47-4f7d645 at 127.0.0.1.
CSeq: 1 OPTIONS.
Content-Length: 0.
.

#
U 127.0.0.1:8553 -> 127.0.0.1:5060
OPTIONS sip:nagios at voip.sipwise.local SIP/2.0.
Via: SIP/2.0/UDP 24.102.50.52:8553;branch=z9hG4bK.383c4921;rport;alias.
From: sip:sipsak at 24.102.50.52:8553;tag=7d7935de.
To: sip:nagios at voip.sipwise.local.
Call-ID: 2105095646 at 24.102.50.52.
CSeq: 1 OPTIONS.
Contact: sip:sipsak at 24.102.50.52:8553.
Content-Length: 0.
Max-Forwards: 70.
User-Agent: sipsak 0.9.6.
Accept: text/plain.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:5062
OPTIONS sip:nagios at voip.sipwise.local SIP/2.0.
Record-Route: <sip:127.0.0.1;lr=on;ftag=7d7935de;ngcplb=yes>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK5fa4.2a8ebb2e2d34f754571426cdca3f897f.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcuW.MXNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZlzxWBWxqLM.1LNSQLpx4ZW.jlz6tdCRtl.
From: sip:sipsak at 24.102.50.52:8553;tag=7d7935de.
To: sip:nagios at voip.sipwise.local.
Call-ID: 2105095646 at 24.102.50.52.
CSeq: 1 OPTIONS.
Contact: <sip:10.1.1.10;line=sr-N6IAzhWYNUWrC4yLWGZfMxV7W.y7W.V-zxjuMA**>.
Content-Length: 0.
Max-Forwards: 69.
User-Agent: sipsak 0.9.6.
Accept: text/plain.
P-NGCP-Src-Ip: 127.0.0.1.
P-NGCP-Src-Port: 8553.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK5fa4.2a8ebb2e2d34f754571426cdca3f897f.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcuW.MXNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZlzxWBWxqLM.1LNSQLpx4ZW.jlz6tdCRtl.
From: sip:sipsak at 24.102.50.52:8553;tag=7d7935de.
To: sip:nagios at voip.sipwise.local.
Call-ID: 2105095646 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 200 Alive.
Record-Route: <sip:127.0.0.1;lr=on;ftag=7d7935de;ngcplb=yes>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK5fa4.2a8ebb2e2d34f754571426cdca3f897f.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcuW.MXNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZlzxWBWxqLM.1LNSQLpx4ZW.jlz6tdCRtl.
From: sip:sipsak at 24.102.50.52:8553;tag=7d7935de.
To: sip:nagios at voip.sipwise.local;tag=1d24a28a0bded6c40d31e6db8aab9ac6.3b41.
Call-ID: 2105095646 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:8553
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 24.102.50.52:8553;received=127.0.0.1;branch=z9hG4bK.383c4921;rport=8553;alias.
From: sip:sipsak at 24.102.50.52:8553;tag=7d7935de.
To: sip:nagios at voip.sipwise.local.
Call-ID: 2105095646 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:8553
SIP/2.0 200 Alive.
Record-Route: <sip:127.0.0.1;lr=on;ftag=7d7935de;ngcplb=yes>.
Via: SIP/2.0/UDP 24.102.50.52:8553;received=127.0.0.1;branch=z9hG4bK.383c4921;rport=8553;alias.
From: sip:sipsak at 24.102.50.52:8553;tag=7d7935de.
To: sip:nagios at voip.sipwise.local;tag=1d24a28a0bded6c40d31e6db8aab9ac6.3b41.
Call-ID: 2105095646 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:8278 -> 127.0.0.1:5060
OPTIONS sip:nagios at voip.sipwise.local SIP/2.0.
Via: SIP/2.0/UDP 24.102.50.52:8278;branch=z9hG4bK.01dd41e6;rport;alias.
From: sip:sipsak at 24.102.50.52:8278;tag=f8cf22.
To: sip:nagios at voip.sipwise.local.
Call-ID: 16305954 at 24.102.50.52.
CSeq: 1 OPTIONS.
Contact: sip:sipsak at 24.102.50.52:8278.
Content-Length: 0.
Max-Forwards: 70.
User-Agent: sipsak 0.9.6.
Accept: text/plain.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:5062
OPTIONS sip:nagios at voip.sipwise.local SIP/2.0.
Record-Route: <sip:127.0.0.1;lr=on;ftag=f8cf22;ngcplb=yes>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK01b7.ceab118bffa9a6aeab80f40f7ff28737.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcLWlcXNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZAMRaqWxtIWB1LNSQLpx4ZMBNZz6tdCRtl.
From: sip:sipsak at 24.102.50.52:8278;tag=f8cf22.
To: sip:nagios at voip.sipwise.local.
Call-ID: 16305954 at 24.102.50.52.
CSeq: 1 OPTIONS.
Contact: <sip:10.1.1.10;line=sr-N6IAzhWYNUWrC4yLWGZfMxV7W.y7W.V-zxVwzy**>.
Content-Length: 0.
Max-Forwards: 69.
User-Agent: sipsak 0.9.6.
Accept: text/plain.
P-NGCP-Src-Ip: 127.0.0.1.
P-NGCP-Src-Port: 8278.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK01b7.ceab118bffa9a6aeab80f40f7ff28737.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcLWlcXNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZAMRaqWxtIWB1LNSQLpx4ZMBNZz6tdCRtl.
From: sip:sipsak at 24.102.50.52:8278;tag=f8cf22.
To: sip:nagios at voip.sipwise.local.
Call-ID: 16305954 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 200 Alive.
Record-Route: <sip:127.0.0.1;lr=on;ftag=f8cf22;ngcplb=yes>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK01b7.ceab118bffa9a6aeab80f40f7ff28737.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcLWlcXNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZAMRaqWxtIWB1LNSQLpx4ZMBNZz6tdCRtl.
From: sip:sipsak at 24.102.50.52:8278;tag=f8cf22.
To: sip:nagios at voip.sipwise.local;tag=1d24a28a0bded6c40d31e6db8aab9ac6.9baa.
Call-ID: 16305954 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:8278
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 24.102.50.52:8278;received=127.0.0.1;branch=z9hG4bK.01dd41e6;rport=8278;alias.
From: sip:sipsak at 24.102.50.52:8278;tag=f8cf22.
To: sip:nagios at voip.sipwise.local.
Call-ID: 16305954 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:8278
SIP/2.0 200 Alive.
Record-Route: <sip:127.0.0.1;lr=on;ftag=f8cf22;ngcplb=yes>.
Via: SIP/2.0/UDP 24.102.50.52:8278;received=127.0.0.1;branch=z9hG4bK.01dd41e6;rport=8278;alias.
From: sip:sipsak at 24.102.50.52:8278;tag=f8cf22.
To: sip:nagios at voip.sipwise.local;tag=1d24a28a0bded6c40d31e6db8aab9ac6.9baa.
Call-ID: 16305954 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5062 -> 192.168.50.66:5060
OPTIONS sip:10.40.36.124:5061 SIP/2.0.
Via: SIP/2.0/UDP 127.0.0.1:5062;branch=0.
Route: <sip:lb at 192.168.50.66;lr;received='sip:10.40.36.124:5061'>.
From: sip:pinger at sipwise.local;tag=c3132db5.
To: sip:10.40.36.124:5061.
Call-ID: c3c0a5c6-2ccd2f47-008d645 at 127.0.0.1.
CSeq: 1 OPTIONS.
Content-Length: 0.
.

#
U 127.0.0.1:8536 -> 127.0.0.1:5060
OPTIONS sip:nagios at voip.sipwise.local SIP/2.0.
Via: SIP/2.0/UDP 24.102.50.52:8536;branch=z9hG4bK.130153f1;rport;alias.
From: sip:sipsak at 24.102.50.52:8536;tag=76bb9672.
To: sip:nagios at voip.sipwise.local.
Call-ID: 1992005234 at 24.102.50.52.
CSeq: 1 OPTIONS.
Contact: sip:sipsak at 24.102.50.52:8536.
Content-Length: 0.
Max-Forwards: 70.
User-Agent: sipsak 0.9.6.
Accept: text/plain.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:5062
OPTIONS sip:nagios at voip.sipwise.local SIP/2.0.
Record-Route: <sip:127.0.0.1;lr=on;ftag=76bb9672;ngcplb=yes>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKc158.e0b9e3667070f2086c42428f7240f9ca.0.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcuMl3XNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZfMlyfW.WEM.1LNSQLpx4ZW.M6z6tdCRtl.
From: sip:sipsak at 24.102.50.52:8536;tag=76bb9672.
To: sip:nagios at voip.sipwise.local.
Call-ID: 1992005234 at 24.102.50.52.
CSeq: 1 OPTIONS.
Contact: <sip:10.1.1.10;line=sr-N6IAzhWYNUWrC4yLWGZfMxV7W.y7W.V-zxjlWc**>.
Content-Length: 0.
Max-Forwards: 69.
User-Agent: sipsak 0.9.6.
Accept: text/plain.
P-NGCP-Src-Ip: 127.0.0.1.
P-NGCP-Src-Port: 8536.
P-NGCP-Src-Proto: udp.
P-NGCP-Src-Af: 4.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKc158.e0b9e3667070f2086c42428f7240f9ca.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcuMl3XNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZfMlyfW.WEM.1LNSQLpx4ZW.M6z6tdCRtl.
From: sip:sipsak at 24.102.50.52:8536;tag=76bb9672.
To: sip:nagios at voip.sipwise.local.
Call-ID: 1992005234 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5062 -> 127.0.0.1:5060
SIP/2.0 200 Alive.
Record-Route: <sip:127.0.0.1;lr=on;ftag=76bb9672;ngcplb=yes>.
Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKc158.e0b9e3667070f2086c42428f7240f9ca.0;rport=5060.
Via: SIP/2.0/UDP 10.1.1.10;branch=z9hG4bKsr-j4IPOlV7MGQKatycMBP7M.yLOBjAOBjLzBcuMl3XNEKBgRI6gRPQM.VwOBy7MGZfzuaVHRaYpB1JNEt736cQkBIvalaJmLZfMlyfW.WEM.1LNSQLpx4ZW.M6z6tdCRtl.
From: sip:sipsak at 24.102.50.52:8536;tag=76bb9672.
To: sip:nagios at voip.sipwise.local;tag=1d24a28a0bded6c40d31e6db8aab9ac6.13cd.
Call-ID: 1992005234 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:8536
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 24.102.50.52:8536;received=127.0.0.1;branch=z9hG4bK.130153f1;rport=8536;alias.
From: sip:sipsak at 24.102.50.52:8536;tag=76bb9672.
To: sip:nagios at voip.sipwise.local.
Call-ID: 1992005234 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

#
U 127.0.0.1:5060 -> 127.0.0.1:8536
SIP/2.0 200 Alive.
Record-Route: <sip:127.0.0.1;lr=on;ftag=76bb9672;ngcplb=yes>.
Via: SIP/2.0/UDP 24.102.50.52:8536;received=127.0.0.1;branch=z9hG4bK.130153f1;rport=8536;alias.
From: sip:sipsak at 24.102.50.52:8536;tag=76bb9672.
To: sip:nagios at voip.sipwise.local;tag=1d24a28a0bded6c40d31e6db8aab9ac6.13cd.
Call-ID: 1992005234 at 24.102.50.52.
CSeq: 1 OPTIONS.
Server: Sipwise NGCP Proxy 2.X.
Content-Length: 0.
.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20121107/c90c64fa/attachment-0004.html>
-------------- next part --------------


Nov  7 09:36:49 sip /usr/sbin/kamailio[28793]: INFO: <script>: New request - M=INVITE R=sip:19057722572 at sip.optionsdsl.ca:5060 F=sip:test3 at sip.optionsdsl.ca T=sip:19057722572 at sip.optionsdsl.ca IP=udp:10.40.36.124:5060 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28793]: INFO: <script>: NATed request detected - R=sip:19057722572 at sip.optionsdsl.ca:5060 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28793]: INFO: <script>: Relaying request, du='sip:127.0.0.1:5062', fs='udp:127.0.0.1:5060' - R=sip:19057722572 at sip.optionsdsl.ca:5060 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28801]: INFO: <script>: Reply from Inbound - S=100 - Trying M=INVITE IP=udp:127.0.0.1:5062 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28801]: INFO: <script>: Sending reply, fs='udp:24.102.50.52:5060' - ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28802]: INFO: <script>: Reply from Inbound - S=407 - Proxy Authentication Required M=INVITE IP=udp:127.0.0.1:5062 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28802]: INFO: <script>: Sending reply, fs='udp:24.102.50.52:5060' - ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28794]: INFO: <script>: New request - M=ACK R=sip:19057722572 at sip.optionsdsl.ca:5060 F=sip:test3 at sip.optionsdsl.ca T=sip:19057722572 at sip.optionsdsl.ca IP=udp:10.40.36.124:5060 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28794]: INFO: <script>: Relaying request, du='sip:127.0.0.1:5062', fs='udp:127.0.0.1:5060' - R=sip:19057722572 at sip.optionsdsl.ca:5060 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28795]: INFO: <script>: New request - M=INVITE R=sip:19057722572 at sip.optionsdsl.ca:5060 F=sip:test3 at sip.optionsdsl.ca T=sip:19057722572 at sip.optionsdsl.ca IP=udp:10.40.36.124:5060 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28795]: INFO: <script>: NATed request detected - R=sip:19057722572 at sip.optionsdsl.ca:5060 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28795]: INFO: <script>: Relaying request, du='sip:127.0.0.1:5062', fs='udp:127.0.0.1:5060' - R=sip:19057722572 at sip.optionsdsl.ca:5060 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28797]: INFO: <script>: Reply from Inbound - S=100 - Trying M=INVITE IP=udp:127.0.0.1:5062 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28797]: INFO: <script>: Sending reply, fs='udp:24.102.50.52:5060' - ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28804]: INFO: <script>: Reply from Inbound - S=101 - Connecting M=INVITE IP=udp:127.0.0.1:5062 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:49 sip /usr/sbin/kamailio[28798]: INFO: <script>: New request - M=INVITE R=sip:19057722572 at 209.139.240.87:5060;transport=udp F=sip:12894330284 at sip.optionsdsl.ca T=sip:19057722572 at 209.139.240.87 IP=udp:127.0.0.1:5080 ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:49 sip /usr/sbin/kamailio[28798]: INFO: <script>: Mask local B2BUA contact - R=sip:19057722572 at 209.139.240.87:5060;transport=udp ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:49 sip /usr/sbin/kamailio[28798]: INFO: <script>: Recovering D-URI - R=sip:19057722572 at 209.139.240.87:5060;transport=udp ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:49 sip /usr/sbin/kamailio[28798]: INFO: <script>: Recovered rcv 'sip:209.139.240.87:5060;transport=udp' from D-URI - R=sip:19057722572 at 209.139.240.87:5060;transport=udp ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:49 sip /usr/sbin/kamailio[28798]: INFO: <script>: Relaying request, du='sip:209.139.240.87:5060;transport=udp', fs='udp:24.102.50.52:5060' - R=sip:19057722572 at 209.139.240.87:5060;transport=udp ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:49 sip /usr/sbin/kamailio[28796]: INFO: <script>: Reply from Outbound - S=100 - Trying M=INVITE IP=udp:209.139.240.87:5060 ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:49 sip /usr/sbin/kamailio[28796]: INFO: <script>: Sending reply, fs='udp:127.0.0.1:5060' - ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:51 sip /usr/sbin/kamailio[28789]: INFO: <script>: Reply from Outbound - S=183 - Session Progress M=INVITE IP=udp:209.139.240.87:5060 ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:51 sip /usr/sbin/kamailio[28789]: INFO: <script>: Sending reply, fs='udp:127.0.0.1:5060' - ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:51 sip /usr/sbin/kamailio[28799]: INFO: <script>: Reply from Inbound - S=183 - Session Progress M=INVITE IP=udp:127.0.0.1:5062 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:51 sip /usr/sbin/kamailio[28799]: INFO: <script>: Mask B2BUA contact - ID=c7773fdf at 10.40.36.124
Nov  7 09:36:51 sip /usr/sbin/kamailio[28799]: INFO: <script>: Sending reply, fs='udp:24.102.50.52:5060' - ID=c7773fdf at 10.40.36.124
Nov  7 09:36:52 sip /usr/sbin/kamailio[28790]: INFO: <script>: Reply from Outbound - S=200 - OK M=INVITE IP=udp:209.139.240.87:5060 ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:52 sip /usr/sbin/kamailio[28790]: INFO: <script>: Sending reply, fs='udp:127.0.0.1:5060' - ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:52 sip /usr/sbin/kamailio[28800]: INFO: <script>: Reply from Inbound - S=200 - OK M=INVITE IP=udp:127.0.0.1:5062 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:52 sip /usr/sbin/kamailio[28800]: INFO: <script>: Mask B2BUA contact - ID=c7773fdf at 10.40.36.124
Nov  7 09:36:52 sip /usr/sbin/kamailio[28800]: INFO: <script>: Sending reply, fs='udp:24.102.50.52:5060' - ID=c7773fdf at 10.40.36.124
Nov  7 09:36:52 sip /usr/sbin/kamailio[28791]: INFO: <script>: New request - M=ACK R=sip:ngcp-lb at 24.102.50.52:5060 F=sip:test3 at sip.optionsdsl.ca T=sip:19057722572 at sip.optionsdsl.ca IP=udp:10.40.36.124:5060 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:52 sip /usr/sbin/kamailio[28791]: INFO: <script>: Unmasked B2BUA contact - R=sip:127.0.0.1:5080 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:52 sip /usr/sbin/kamailio[28791]: INFO: <script>: Perform loose-routing, du='sip:127.0.0.1:5062;lr=on;ftag=SP13ff589e0b68e258;did=42d.822;mpd=ii;rtpprx=yes;vsf=a1dtSzQCcio0JzkSAX4veGlXbip3Q2pOMFgrA0A4Vygi' - R=sip:127.0.0.1:5080 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:52 sip /usr/sbin/kamailio[28791]: INFO: <script>: NATed in-dialog request detected - R=sip:127.0.0.1:5080 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:52 sip /usr/sbin/kamailio[28791]: INFO: <script>: Relaying request, du='sip:127.0.0.1:5062;lr=on;ftag=SP13ff589e0b68e258;did=42d.822;mpd=ii;rtpprx=yes;vsf=a1dtSzQCcio0JzkSAX4veGlXbip3Q2pOMFgrA0A4Vygi', fs='udp:127.0.0.1:5060' - R=sip:127.0.0.1:5080 ID=c7773fdf at 10.40.36.124
Nov  7 09:36:52 sip /usr/sbin/kamailio[28803]: INFO: <script>: New request - M=ACK R=sip:19057722572 at 209.139.240.87:5060 F=sip:12894330284 at sip.optionsdsl.ca T=sip:19057722572 at 209.139.240.87 IP=udp:127.0.0.1:5080 ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:52 sip /usr/sbin/kamailio[28803]: INFO: <script>: Mask local B2BUA contact - R=sip:19057722572 at 209.139.240.87:5060 ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:52 sip /usr/sbin/kamailio[28803]: INFO: <script>: Perform loose-routing, du='<null>' - R=sip:19057722572 at 209.139.240.87:5060 ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:52 sip /usr/sbin/kamailio[28803]: INFO: <script>: Relaying request, du='<null>', fs='udp:24.102.50.52:5060' - R=sip:19057722572 at 209.139.240.87:5060 ID=c7773fdf at 10.40.36.124_b2b-1
Nov  7 09:36:55 sip /usr/sbin/kamailio[28801]: INFO: <script>: New request - M=OPTIONS R=sip:nagios at voip.sipwise.local F=sip:sipsak at 24.102.50.52:6023 T=sip:nagios at voip.sipwise.local IP=udp:127.0.0.1:6023 ID=1032636779 at 24.102.50.52
Nov  7 09:36:55 sip /usr/sbin/kamailio[28801]: INFO: <script>: Relaying request, du='sip:127.0.0.1:5062', fs='udp:127.0.0.1:5060' - R=sip:nagios at voip.sipwise.local ID=1032636779 at 24.102.50.52
Nov  7 09:36:55 sip /usr/sbin/kamailio[28802]: INFO: <script>: Reply from Inbound - S=100 - Trying M=OPTIONS IP=udp:127.0.0.1:5062 ID=1032636779 at 24.102.50.52
Nov  7 09:36:55 sip /usr/sbin/kamailio[28802]: INFO: <script>: Sending reply, fs='udp:127.0.0.1:5060' - ID=1032636779 at 24.102.50.52
Nov  7 09:36:55 sip /usr/sbin/kamailio[28797]: INFO: <script>: Reply from Inbound - S=200 - Alive M=OPTIONS IP=udp:127.0.0.1:5062 ID=1032636779 at 24.102.50.52
Nov  7 09:36:55 sip /usr/sbin/kamailio[28797]: INFO: <script>: Sending reply, fs='udp:127.0.0.1:5060' - ID=1032636779 at 24.102.50.52
Nov  7 09:37:05 sip /usr/sbin/kamailio[28804]: INFO: <script>: New request - M=OPTIONS R=sip:nagios at voip.sipwise.local F=sip:sipsak at 24.102.50.52:9070 T=sip:nagios at voip.sipwise.local IP=udp:127.0.0.1:9070 ID=1948994478 at 24.102.50.52
Nov  7 09:37:05 sip /usr/sbin/kamailio[28804]: INFO: <script>: Relaying request, du='sip:127.0.0.1:5062', fs='udp:127.0.0.1:5060' - R=sip:nagios at voip.sipwise.local ID=1948994478 at 24.102.50.52
Nov  7 09:37:05 sip /usr/sbin/kamailio[28798]: INFO: <script>: Reply from Inbound - S=100 - Trying M=OPTIONS IP=udp:127.0.0.1:5062 ID=1948994478 at 24.102.50.52
Nov  7 09:37:05 sip /usr/sbin/kamailio[28798]: INFO: <script>: Sending reply, fs='udp:127.0.0.1:5060' - ID=1948994478 at 24.102.50.52
Nov  7 09:37:05 sip /usr/sbin/kamailio[28799]: INFO: <script>: Reply from Inbound - S=200 - Alive M=OPTIONS IP=udp:127.0.0.1:5062 ID=1948994478 at 24.102.50.52
Nov  7 09:37:05 sip /usr/sbin/kamailio[28799]: INFO: <script>: Sending reply, fs='udp:127.0.0.1:5060' - ID=1948994478 at 24.102.50.52
Nov  7 09:37:15 sip /usr/sbin/kamailio[28800]: INFO: <script>: New request - M=OPTIONS R=sip:nagios at voip.sipwise.local F=sip:sipsak at 24.102.50.52:8247 T=sip:nagios at voip.sipwise.local IP=udp:127.0.0.1:8247 ID=1854334856 at 24.102.50.52
Nov  7 09:37:15 sip /usr/sbin/kamailio[28800]: INFO: <script>: Relaying request, du='sip:127.0.0.1:5062', fs='udp:127.0.0.1:5060' - R=sip:nagios at voip.sipwise.local ID=1854334856 at 24.102.50.52
Nov  7 09:37:15 sip /usr/sbin/kamailio[28803]: INFO: <script>: Reply from Inbound - S=100 - Trying M=OPTIONS IP=udp:127.0.0.1:5062 ID=1854334856 at 24.102.50.52
Nov  7 09:37:15 sip /usr/sbin/kamailio[28803]: INFO: <script>: Sending reply, fs='udp:127.0.0.1:5060' - ID=1854334856 at 24.102.50.52
Nov  7 09:37:15 sip /usr/sbin/kamailio[28801]: INFO: <script>: Reply from Inbound - S=200 - Alive M=OPTIONS IP=udp:127.0.0.1:5062 ID=1854334856 at 24.102.50.52
Nov  7 09:37:15 sip /usr/sbin/kamailio[28801]: INFO: <script>: Sending reply, fs='udp:127.0.0.1:5060' - ID=1854334856 at 24.102.50.52
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20121107/c90c64fa/attachment-0005.html>


More information about the Spce-user mailing list