[OpenSIPS-Users] Parallel Forking messes up Voicemail two-way audio

osiris123d duane.larson at gmail.com
Fri Dec 11 18:00:44 CET 2009


Seems like there were multiple issues here with the 482 Loop and the way I
was setting up my parallel and serial calls, but for the most part I have
figured out what was causing the two-way audio problem when the call was
handed off to the voicemail server.  I tested the same call at work behind a
different internet connection that was NAT'ed and everything worked fine. 
This leads me to believe that the issue had something to do with my internet
router at home which is a DLink.  Not sure why it caused this for the
parallel and serial calls, because I don't have any issue when a regular
call is made without serial and parallel forking and the call is handed off
to Voicemail.

As for the 482 Loop I still think there is something up with the new
Branch() pseudo-variable.  I have no clue why it was doing another invite
for the same number it had already called before.  Anyway it doesn't matter
because I have written new code where I don't use that pseudo-variable and
instead add contacts to the location database and use lookup() and
serialize_branches() to accomplish the same thing.  I was also able to set
up "Time of Day" and "Day of Week" avp variables that would add or remove
the contact to the location DB based on those variables.

Sorry for the confusion.  Really don't know why my DLINK messed up the
voicemail two-way audio during a serial call.



Bogdan-Andrei Iancu wrote:
> 
> Hi,
> 
> To check what branches you have after the serialize branches function, 
> try to print the branch set via the $ds :
>     http://www.opensips.org/Resources/DocsCoreVar16#toc27
> 
> Normally, you should have only one left branch (the mobile)....
> 
> Regards,
> Bogdan
> 
> osiris123d wrote:
>> Any clue as to why its 482 looping?  It shouldn't be calling the office
>> number the second time and from the way my append_branch() and everything
>> else is set up it should work.
>>
>>
>>
>> osiris123d wrote:
>>   
>>> OK.  I ran a trace and see something weird (did a trace also on the
>>> loopback interface and didn't see any traffic at all).  So here is the
>>> scenario
>>>
>>> The caller is 9XX273XXX8
>>> He is calling 9XX273XXX9 Office Phone (This account has a Mobile number
>>> set up that is 9XX83X3XXX)
>>> The Q-Value for the mobile number is kept in an AVP and the value is 100
>>>
>>> So 9XX273XXX9 gets called and the following occurs
>>> lookup("location");      <------ This sets up the 9XX273XXX9 office
>>> phone
>>> as the first device to get called.
>>>
>>> if ( is_avp_set("$avp(s:mobile_num)") )							
>>> {											
>>> append_branch("sip:mobile.com");							             
>>> $(branch(uri)[0]) = "sip:" + $avp(s:mobile_num) + "@pt1.vitelity.net";
>>> #Mobile Number URI Config	
>>> $(branch(q)[0]) = $avp(s:mobile_q_value); #Mobile Number Q Value Config				
>>> $(branch(duri)[0]) = "sip:pt1.vitelity.net:5060"; #Mobile Number
>>> destination Config			
>>> }; 											
>>>
>>>
>>> serialize_branches(1);     <------ Since I only added one number to the
>>> branch (mobile number) it is set up to be called after the office number
>>>
>>>
>>> failure_route[1] {
>>>
>>>         if (t_was_cancelled()) {
>>>                 exit;
>>>         };
>>>
>>>         if (next_branches() )
>>>         {
>>>                 t_on_failure("1");
>>>
>>>                 setbflag(6); # Required to enable Mediaproxy
>>>                 route(6);
>>> xlog("L_INFO", "Failure_Route 1: In Next Branches Before t_relay ds
>>> value
>>> is $ds \n");
>>>                 t_relay();
>>>         }
>>> }
>>>
>>>
>>> So in the Failure Route you see that the next_branches is getting
>>> called. 
>>> So from the SIP trace I performed I believe I see the following
>>>
>>> Office Phone 9XX273XXX9 gets called and rings, then after 10 seconds it
>>> fail to the Failure_Route.  The next_branch is true since the mobile
>>> number is the next branch.  So the Mobile number is called, then after
>>> 10
>>> seconds it fails to the Failure_Route.   (**** Here is the weird thing I
>>> notice ****) The next_branch is true again and the office number is the
>>> value!?  How did the office number get added to the branch? 
>>> If(next_branches()) should have been false.
>>>
>>> Here is the SIP Trace (I also included the OpenSIPS.log stuff from my
>>> xlog
>>> messages)
>>>
>>> Main Route: call CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> [INVITE] rU[273XXX9] ru[sip:273XXX9 at coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] RPID[<null>] 
>>> Route 3: Call [INVITE] rU[273XXX9] ru[sip:273XXX9 at coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] 
>>>
>>> U 192.XXX.XXX.XXX:13139 -> 6X.XX.XXX.XX:5060
>>> INVITE sip:273XXX9 at coolbeans.com SIP/2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-3c9ca166894e6fcf-1---d8754z-;rport.
>>> Max-Forwards: 70.
>>> Contact: <sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>.
>>> To: <sip:273XXX9 at coolbeans.com>.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 1 INVITE.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE,
>>> SUBSCRIBE, INFO.
>>> Content-Type: application/sdp.
>>> User-Agent: Bria release 2.5.4 stamp 53956.
>>> Content-Length: 260.
>>> .
>>> v=0.
>>> o=- 4 2 IN IP4 192.168.100.82.
>>> s=CounterPath Bria.
>>> c=IN IP4 192.168.100.82.
>>> t=0 0.
>>> m=audio 34314 RTP/AVP 107 0 8 18 101.
>>> a=sendrecv.
>>> a=rtpmap:107 BV32/16000.
>>> a=rtpmap:18 G729/8000.
>>> a=fmtp:18 annexb=yes.
>>> a=rtpmap:101 telephone-event/8000.
>>> a=fmtp:101 0-15.
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 407 Proxy Authentication Required.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-3c9ca166894e6fcf-1---d8754z-;rport=13139;received=192.XXX.XXX.XXX.
>>> To:
>>> <sip:273XXX9 at coolbeans.com>;tag=eb4f595d3de5f0bd1aa7f6687dc18bd8.a3ec.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 1 INVITE.
>>> Proxy-Authenticate: Digest realm="coolbeans.com",
>>> nonce="4b05b71a00000004eae52f6f8bc6f96c164aef2a6b20b5d4", qop="auth".
>>> Server: Ae SIP Proxy.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 192.XXX.XXX.XXX:13139 -> 6X.XX.XXX.XX:5060
>>> ACK sip:273XXX9 at coolbeans.com SIP/2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-3c9ca166894e6fcf-1---d8754z-;rport.
>>> Max-Forwards: 70.
>>> To:
>>> <sip:273XXX9 at coolbeans.com>;tag=eb4f595d3de5f0bd1aa7f6687dc18bd8.a3ec.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 1 ACK.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Main Route: call CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> [INVITE] rU[273XXX9] ru[sip:273XXX9 at coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] RPID[<null>] 
>>> Route 3: Call [INVITE] rU[273XXX9] ru[sip:273XXX9 at coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] 
>>> Route 10: Call [INVITE] rU[901273XXX9] ru[sip:901273XXX9 at irock.com]
>>> rd[irock.com] fu[sip:9XX273XXX8 at coolbeans.com]
>>> tu[sip:273XXX9 at coolbeans.com] si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] RPID[<null>] 
>>> Route 5 Beginning of Route: Call [INVITE] rU[901273XXX9]
>>> ru[sip:901273XXX9 at irock.com] td[coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] 
>>> Route 6: Call [INVITE] rU[901273XXX9]
>>> ru[sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] 
>>> Route 1: Call [INVITE] rU[901273XXX9]
>>> ru[sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] 
>>>
>>>
>>>
>>>
>>>
>>>
>>> U 192.XXX.XXX.XXX:13139 -> 6X.XX.XXX.XX:5060
>>> INVITE sip:273XXX9 at coolbeans.com SIP/2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport.
>>> Max-Forwards: 70.
>>> Contact: <sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>.
>>> To: <sip:273XXX9 at coolbeans.com>.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE,
>>> SUBSCRIBE, INFO.
>>> Content-Type: application/sdp.
>>> Proxy-Authorization: Digest
>>> username="9XX273XXX8",realm="coolbeans.com",nonce="4b05b71a00000004eae52f6f8bc6f96c164aef2a6b20b5d4",uri
>>> ="sip:273XXX9 at coolbeans.com",response="4be06cb6c542fe3fa2561393e6eee4c0",cnonce="e65f3739fa53fa066fbef58ab1b7f365",nc=00000001,qop=a
>>> uth,algorithm=MD5.
>>> User-Agent: Bria release 2.5.4 stamp 53956.
>>> Content-Length: 260.
>>> .
>>> v=0.
>>> o=- 4 2 IN IP4 192.168.100.82.
>>> s=CounterPath Bria.
>>> c=IN IP4 192.168.100.82.
>>> t=0 0.
>>> m=audio 34314 RTP/AVP 107 0 8 18 101.
>>> a=sendrecv.
>>> a=rtpmap:107 BV32/16000.
>>> a=rtpmap:18 G729/8000.
>>> a=fmtp:18 annexb=yes.
>>> a=rtpmap:101 telephone-event/8000.
>>> a=fmtp:101 0-15.
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 100 Giving a try.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139;received=192.XXX.XXX.XXX.
>>> To: <sip:273XXX9 at coolbeans.com>.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Server: Ae SIP Proxy.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13142
>>> INVITE sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76
>>> SIP/2.0.
>>> Record-Route:
>>> <sip:6X.XX.XXX.XX;lr=on;ftag=9d9dbc27;nat=yes;did=a13.af129722>.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> Max-Forwards: 69.
>>> Contact: <sip:9XX273XXX8 at 192.XXX.XXX.XXX:13139;transport=udp>.
>>> To: <sip:273XXX9 at coolbeans.com>.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE,
>>> SUBSCRIBE, INFO.
>>> Content-Type: application/sdp.
>>> User-Agent: Bria release 2.5.4 stamp 53956.
>>> Content-Length: 260.
>>> P-hint: route(3)|setflag7,forcerport,fix_contact.
>>> P-hint: inbound->inbound .
>>> .
>>> v=0.
>>> o=- 4 2 IN IP4 192.168.100.82.
>>> s=CounterPath Bria.
>>> c=IN IP4 192.168.100.82.
>>> t=0 0.
>>> m=audio 34314 RTP/AVP 107 0 8 18 101.
>>> a=sendrecv.
>>> a=rtpmap:107 BV32/16000.
>>> a=rtpmap:18 G729/8000.
>>> a=fmtp:18 annexb=yes.
>>> a=rtpmap:101 telephone-event/8000.
>>> a=fmtp:101 0-15.
>>>
>>>
>>>
>>> U 192.XXX.XXX.XXX:13142 -> 6X.XX.XXX.XX:5060
>>> SIP/2.0 180 Ringing.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> Record-Route:
>>> <sip:6X.XX.XXX.XX;lr;ftag=9d9dbc27;nat=yes;did=a13.af129722>.
>>> Contact:
>>> <sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76>.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=113ecf54.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> User-Agent: X-Lite release 1103k stamp 53621.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 180 Ringing.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> Record-Route:
>>> <sip:6X.XX.XXX.XX;lr;ftag=9d9dbc27;nat=yes;did=a13.af129722>.
>>> Contact:
>>> <sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76>.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=113ecf54.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> User-Agent: X-Lite release 1103k stamp 53621.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Failure Route 1: CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> call [INVITE] rU[901273XXX9]
>>> ru[sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76]
>>> rd[192.XXX.XXX.XXX] fu[sip:9XX273XXX8 at coolbeans.com]
>>> tu[sip:273XXX9 at coolbeans.com] si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] 
>>> Route 6: Call [INVITE] rU[9018313182]
>>> ru[sip:9018313182 at pt1.vitelity.net]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] 
>>>
>>>
>>>
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 64.2.142.93:5060
>>> INVITE sip:9018313182 at pt1.vitelity.net SIP/2.0.
>>> Record-Route:
>>> <sip:6X.XX.XXX.XX;lr=on;ftag=9d9dbc27;nat=yes;did=a13.af129722>.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.1.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> Max-Forwards: 69.
>>> Contact: <sip:9XX273XXX8 at 192.XXX.XXX.XXX:13139;transport=udp>.
>>> To: <sip:273XXX9 at coolbeans.com>.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE,
>>> SUBSCRIBE, INFO.
>>> Content-Type: application/sdp.
>>> User-Agent: Bria release 2.5.4 stamp 53956.
>>> Content-Length: 258.
>>> P-hint: route(3)|setflag7,forcerport,fix_contact.
>>> P-hint: inbound->inbound .
>>> P-hint: Route[6]: mediaproxy .
>>> .
>>> v=0.
>>> o=- 4 2 IN IP4 192.168.100.82.
>>> s=CounterPath Bria.
>>> c=IN IP4 6X.XX.XXX.X3.
>>> t=0 0.
>>> m=audio 10070 RTP/AVP 107 0 8 18 101.
>>> a=sendrecv.
>>> a=rtpmap:107 BV32/16000.
>>> a=rtpmap:18 G729/8000.
>>> a=fmtp:18 annexb=yes.
>>> a=rtpmap:101 telephone-event/8000.
>>> a=fmtp:101 0-15.
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13142
>>> CANCEL sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76
>>> SIP/2.0.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.0.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> To: <sip:273XXX9 at coolbeans.com>.
>>> CSeq: 2 CANCEL.
>>> Max-Forwards: 70.
>>> User-Agent: OpenSIPS (1.6.0-notls (i386/linux)).
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Reply Route 1: call [INVITE] rU[<null>] ru[<null>]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[64.2.142.93] ct[<sip:9018313182 at 64.2.142.74>] 
>>>
>>>
>>>
>>> U 64.2.142.93:5060 -> 6X.XX.XXX.XX:5060
>>> SIP/2.0 100 Trying.
>>> Via: SIP/2.0/UDP
>>> 6X.XX.XXX.XX:5060;branch=z9hG4bKe438.de32c2d2.1;received=6X.XX.XXX.XX;rport=5060.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>.
>>> From: "Bob Yoda" <sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Contact: <sip:9018313182 at 64.2.142.74>.
>>> Content-Length: 0.
>>> Record-Route: <sip:64.2.142.93:5060>.
>>> Record-Route:
>>> <sip:6X.XX.XXX.XX;lr=on;ftag=9d9dbc27;nat=yes;did=a13.af129722>.
>>> User-Agent: Packetrino.
>>> Supported: replaces.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Reply Route 1: call [INVITE] rU[<null>] ru[<null>]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX] ct[<null>] 
>>>
>>>
>>> U 192.XXX.XXX.XXX:13142 -> 6X.XX.XXX.XX:5060
>>> SIP/2.0 200 OK.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.0.
>>> Contact:
>>> <sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76>.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=113ecf54.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 CANCEL.
>>> User-Agent: X-Lite release 1103k stamp 53621.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 192.XXX.XXX.XXX:13142 -> 6X.XX.XXX.XX:5060
>>> SIP/2.0 487 Request Terminated.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=113ecf54.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> User-Agent: X-Lite release 1103k stamp 53621.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13142
>>> ACK sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76
>>> SIP/2.0.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.0.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> To: <sip:273XXX9 at coolbeans.com>;tag=113ecf54.
>>> CSeq: 2 ACK.
>>> Max-Forwards: 70.
>>> User-Agent: OpenSIPS (1.6.0-notls (i386/linux)).
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Reply Route 1: call [INVITE] rU[<null>] ru[<null>]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[64.2.142.93] ct[<sip:9018313182 at 64.2.142.74>] 
>>>
>>> U 64.2.142.93:5060 -> 6X.XX.XXX.XX:5060
>>> SIP/2.0 180 Ringing.
>>> Via: SIP/2.0/UDP
>>> 6X.XX.XXX.XX:5060;branch=z9hG4bKe438.de32c2d2.1;received=6X.XX.XXX.XX;rport=5060.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=as330cbd2e.
>>> From: "Bob Yoda" <sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Contact: <sip:9018313182 at 64.2.142.74>.
>>> Content-Length: 0.
>>> Record-Route: <sip:64.2.142.93:5060>.
>>> Record-Route:
>>> <sip:6X.XX.XXX.XX;lr=on;ftag=9d9dbc27;nat=yes;did=a13.af129722>.
>>> User-Agent: Packetrino.
>>> Supported: replaces.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY.
>>> .
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 180 Ringing.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=as330cbd2e.
>>> From: "Bob Yoda" <sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Contact: <sip:9018313182 at 64.2.142.74>.
>>> Content-Length: 0.
>>> Record-Route: <sip:64.2.142.93:5060>.
>>> Record-Route:
>>> <sip:6X.XX.XXX.XX;lr=on;ftag=9d9dbc27;nat=yes;did=a13.af129722>.
>>> User-Agent: Packetrino.
>>> Supported: replaces.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Reply Route 1: call [INVITE] rU[<null>] ru[<null>]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[64.2.142.93] ct[<sip:9018313182 at 64.2.142.74>] 
>>>
>>>
>>> U 64.2.142.93:5060 -> 6X.XX.XXX.XX:5060
>>> SIP/2.0 183 Session Progress.
>>> Via: SIP/2.0/UDP
>>> 6X.XX.XXX.XX:5060;branch=z9hG4bKe438.de32c2d2.1;received=6X.XX.XXX.XX;rport=5060.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=as330cbd2e.
>>> From: "Bob Yoda" <sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Content-Type: application/sdp.
>>> Contact: <sip:9018313182 at 64.2.142.74>.
>>> Content-Length: 285.
>>> Record-Route: <sip:64.2.142.93:5060>.
>>> Record-Route:
>>> <sip:6X.XX.XXX.XX;lr=on;ftag=9d9dbc27;nat=yes;did=a13.af129722>.
>>> User-Agent: Packetrino.
>>> Supported: replaces.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY.
>>> .
>>> v=0.
>>> o=root 11550 11550 IN IP4 64.2.142.74.
>>> s=session.
>>> c=IN IP4 64.2.142.74.
>>> t=0 0.
>>> m=audio 14440 RTP/AVP 0 18 101.
>>> a=rtpmap:0 PCMU/8000.
>>> a=rtpmap:18 G729/8000.
>>> a=fmtp:18 annexb=no.
>>> a=rtpmap:101 telephone-event/8000.
>>> a=fmtp:101 0-16.
>>> a=silenceSupp:off - - - -.
>>> a=ptime:20.
>>> a=sendrecv.
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 183 Session Progress.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=as330cbd2e.
>>> From: "Bob Yoda" <sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Content-Type: application/sdp.
>>> Contact: <sip:9018313182 at 64.2.142.74>.
>>> Content-Length: 286.
>>> Record-Route: <sip:64.2.142.93:5060>.
>>> Record-Route:
>>> <sip:6X.XX.XXX.XX;lr=on;ftag=9d9dbc27;nat=yes;did=a13.af129722>.
>>> User-Agent: Packetrino.
>>> Supported: replaces.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY.
>>> P-hint: onreply_route|usemediaproxy .
>>> .
>>> v=0.
>>> o=root 11550 11550 IN IP4 64.2.142.74.
>>> s=session.
>>> c=IN IP4 6X.XX.XXX.X3.
>>> t=0 0.
>>> m=audio 10068 RTP/AVP 0 18 101.
>>> a=rtpmap:0 PCMU/8000.
>>> a=rtpmap:18 G729/8000.
>>> a=fmtp:18 annexb=no.
>>> a=rtpmap:101 telephone-event/8000.
>>> a=fmtp:101 0-16.
>>> a=silenceSupp:off - - - -.
>>> a=ptime:20.
>>> a=sendrecv.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Failure Route 1: CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> call [INVITE] rU[9018313182] ru[sip:9018313182 at pt1.vitelity.net]
>>> rd[pt1.vitelity.net] fu[sip:9XX273XXX8 at coolbeans.com]
>>> tu[sip:273XXX9 at coolbeans.com] si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] 
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13142
>>> INVITE sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76
>>> SIP/2.0.
>>> Record-Route:
>>> <sip:6X.XX.XXX.XX;lr=on;ftag=9d9dbc27;nat=yes;did=a13.af129722>.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.2.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> Max-Forwards: 69.
>>> Contact: <sip:9XX273XXX8 at 192.XXX.XXX.XXX:13139;transport=udp>.
>>> To: <sip:273XXX9 at coolbeans.com>.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE,
>>> SUBSCRIBE, INFO.
>>> Content-Type: application/sdp.
>>> User-Agent: Bria release 2.5.4 stamp 53956.
>>> Content-Length: 258.
>>> P-hint: route(3)|setflag7,forcerport,fix_contact.
>>> P-hint: inbound->inbound .
>>> P-hint: Route[6]: mediaproxy .
>>> .
>>> v=0.
>>> o=- 4 2 IN IP4 192.168.100.82.
>>> s=CounterPath Bria.
>>> c=IN IP4 6X.XX.XXX.X3.
>>> t=0 0.
>>> m=audio 10070 RTP/AVP 107 0 8 18 101.
>>> a=sendrecv.
>>> a=rtpmap:107 BV32/16000.
>>> a=rtpmap:18 G729/8000.
>>> a=fmtp:18 annexb=yes.
>>> a=rtpmap:101 telephone-event/8000.
>>> a=fmtp:101 0-15.
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 64.2.142.93:5060
>>> CANCEL sip:9018313182 at pt1.vitelity.net SIP/2.0.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.1.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> To: <sip:273XXX9 at coolbeans.com>.
>>> CSeq: 2 CANCEL.
>>> Max-Forwards: 70.
>>> User-Agent: OpenSIPS (1.6.0-notls (i386/linux)).
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Reply Route 1: call [INVITE] rU[<null>] ru[<null>]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[64.2.142.93] ct[<null>] 
>>>
>>> U 64.2.142.93:5060 -> 6X.XX.XXX.XX:5060
>>> SIP/2.0 487 Request Terminated.
>>> Via: SIP/2.0/UDP
>>> 6X.XX.XXX.XX:5060;branch=z9hG4bKe438.de32c2d2.1;received=6X.XX.XXX.XX;rport=5060.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=as330cbd2e.
>>> From: "Bob Yoda" <sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Content-Length: 0.
>>> User-Agent: Packetrino.
>>> Supported: replaces.
>>> Record-Route: <sip:64.2.142.93:5060;lr>.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY.
>>> .
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 64.2.142.93:5060
>>> ACK sip:9018313182 at pt1.vitelity.net SIP/2.0.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.1.
>>> From: "Bob Yoda" <sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> To: <sip:273XXX9 at coolbeans.com>;tag=as330cbd2e.
>>> CSeq: 2 ACK.
>>> Max-Forwards: 70.
>>> User-Agent: OpenSIPS (1.6.0-notls (i386/linux)).
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 64.2.142.93:5060 -> 6X.XX.XXX.XX:5060
>>> SIP/2.0 200 OK.
>>> Via: SIP/2.0/UDP
>>> 6X.XX.XXX.XX:5060;branch=z9hG4bKe438.de32c2d2.1;received=6X.XX.XXX.XX;rport=5060.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=as330cbd2e.
>>> From: "Bob Yoda" <sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 CANCEL.
>>> Contact: <sip:9018313182 at 64.2.142.74>.
>>> Content-Length: 0.
>>> Record-Route: <sip:64.2.142.93:5060>.
>>> User-Agent: Packetrino.
>>> Supported: replaces.
>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Reply Route 1: call [INVITE] rU[<null>] ru[<null>]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX] ct[<null>] 
>>>
>>> U 192.XXX.XXX.XXX:13142 -> 6X.XX.XXX.XX:5060
>>> SIP/2.0 482 Merged Request.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.2.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Accept-Language: en.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Failure Route 1: CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> call [INVITE] rU[901273XXX9]
>>> ru[sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76]
>>> rd[192.XXX.XXX.XXX] fu[sip:9XX273XXX8 at coolbeans.com]
>>> tu[sip:273XXX9 at coolbeans.com] si[192.XXX.XXX.XXX]
>>> ct[<sip:9XX273XXX8 at 192.168.100.82:63250;transport=udp>] 
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13142
>>> ACK sip:901273XXX9 at 192.XXX.XXX.XXX:13142;rinstance=203ca073501bcd76
>>> SIP/2.0.
>>> Via: SIP/2.0/UDP 6X.XX.XXX.XX;branch=z9hG4bKe438.de32c2d2.2.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> CSeq: 2 ACK.
>>> Max-Forwards: 70.
>>> User-Agent: OpenSIPS (1.6.0-notls (i386/linux)).
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 482 Merged Request.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Accept-Language: en.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 482 Merged Request.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Accept-Language: en.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Main Route: call CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> [ACK] rU[273XXX9] ru[sip:273XXX9 at coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX] ct[<null>] RPID[<null>]
>>>
>>>
>>> U 192.XXX.XXX.XXX:13139 -> 6X.XX.XXX.XX:5060
>>> ACK sip:273XXX9 at coolbeans.com SIP/2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport.
>>> Max-Forwards: 70.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 ACK.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>> Main Route: call CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> [ACK] rU[273XXX9] ru[sip:273XXX9 at coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX] ct[<null>] RPID[<null>] 
>>>
>>> U 192.XXX.XXX.XXX:13139 -> 6X.XX.XXX.XX:5060
>>> ACK sip:273XXX9 at coolbeans.com SIP/2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport.
>>> Max-Forwards: 70.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 ACK.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 482 Merged Request.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Accept-Language: en.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>> Main Route: call CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> [ACK] rU[273XXX9] ru[sip:273XXX9 at coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX] ct[<null>] RPID[<null>] 
>>>
>>>
>>> U 192.XXX.XXX.XXX:13139 -> 6X.XX.XXX.XX:5060
>>> ACK sip:273XXX9 at coolbeans.com SIP/2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport.
>>> Max-Forwards: 70.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 ACK.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 482 Merged Request.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Accept-Language: en.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Main Route: call CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> [ACK] rU[273XXX9] ru[sip:273XXX9 at coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX] ct[<null>] RPID[<null>]
>>>
>>> U 192.XXX.XXX.XXX:13139 -> 6X.XX.XXX.XX:5060
>>> ACK sip:273XXX9 at coolbeans.com SIP/2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport.
>>> Max-Forwards: 70.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 ACK.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 482 Merged Request.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Accept-Language: en.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Main Route: call CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> [ACK] rU[273XXX9] ru[sip:273XXX9 at coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX] ct[<null>] RPID[<null>]
>>>
>>> U 192.XXX.XXX.XXX:13139 -> 6X.XX.XXX.XX:5060
>>> ACK sip:273XXX9 at coolbeans.com SIP/2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport.
>>> Max-Forwards: 70.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 ACK.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 482 Merged Request.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Accept-Language: en.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Main Route: call CallId [ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U.]
>>> [ACK] rU[273XXX9] ru[sip:273XXX9 at coolbeans.com]
>>> fu[sip:9XX273XXX8 at coolbeans.com] tu[sip:273XXX9 at coolbeans.com]
>>> si[192.XXX.XXX.XXX] ct[<null>] RPID[<null>]
>>>
>>> U 192.XXX.XXX.XXX:13139 -> 6X.XX.XXX.XX:5060
>>> ACK sip:273XXX9 at coolbeans.com SIP/2.0.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport.
>>> Max-Forwards: 70.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 ACK.
>>> Content-Length: 0.
>>> .
>>>
>>>
>>>
>>> U 6X.XX.XXX.XX:5060 -> 192.XXX.XXX.XXX:13139
>>> SIP/2.0 482 Merged Request.
>>> Via: SIP/2.0/UDP
>>> 192.168.100.82:63250;received=192.XXX.XXX.XXX;branch=z9hG4bK-d8754z-cfb672a7c999fef9-1---d8754z-;rport=13139.
>>> To: <sip:273XXX9 at coolbeans.com>;tag=b748d753.
>>> From: "Bob Yoda"<sip:9XX273XXX8 at coolbeans.com>;tag=9d9dbc27.
>>> Call-ID: ZGVjZmYzMWU3YjBjNGJmMzY5ZTkwZDAwNThmZWFjY2U..
>>> CSeq: 2 INVITE.
>>> Accept-Language: en.
>>> Content-Length: 0.
>>>
>>>     
>>
>>   
> 
> 
> -- 
> Bogdan-Andrei Iancu
> www.voice-system.ro
> 
> 
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> 
> 

-- 
View this message in context: http://n2.nabble.com/Parallel-Forking-messes-up-Voicemail-two-way-audio-tp3925391p4152386.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.



More information about the Users mailing list