<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
OK, so I gave up on bypass media, but now I have another problem. This time I set up freeswitch to communicate with voip.ms using PCMU codec (configured in my external profile), and use iLBC on my phone (codec configured in my internal profile, where the phone registers). When I call my mobile it rings, but when I pick up all I hear is a high pitched squeal. Am I missing something here?<br><br>&gt; Date: Sun, 30 Jan 2011 16:34:09 -0600<br>&gt; From: anthony.minessale@gmail.com<br>&gt; To: freeswitch-users@lists.freeswitch.org<br>&gt; Subject: Re: [Freeswitch-users] Outbound only calls don't connect when bypass_media is true.<br>&gt; <br>&gt; Just do not use bypass media.<br>&gt; That is all you can do in that situation.<br>&gt; <br>&gt; <br>&gt; On Sun, Jan 30, 2011 at 3:44 PM, Marcin Wojtowicz &lt;marcin321@hotmail.com&gt; wrote:<br>&gt; &gt; I just want to add that I enabled STUN on my cell so now the SDP message in<br>&gt; &gt; the INVITE to voip.ms contains the public IP of my phone, but it still<br>&gt; &gt; doesn't work.<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; From: marcin321@hotmail.com<br>&gt; &gt; To: freeswitch-users@lists.freeswitch.org<br>&gt; &gt; Date: Fri, 28 Jan 2011 19:54:19 -0500<br>&gt; &gt; Subject: [Freeswitch-users] Outbound only calls don't connect when<br>&gt; &gt; bypass_media is true.<br>&gt; &gt;<br>&gt; &gt; Hello,<br>&gt; &gt;<br>&gt; &gt; I'm a new user of freeswitch, so please bear with me. I have the<br>&gt; &gt; following setup:<br>&gt; &gt; voip.ms &lt;- SIP over UDP -&gt; my desktop running freeswitch &lt;- SIP over TCP -&gt;<br>&gt; &gt; my nokia cellphone on AT&amp;T wireless. This setup is intended to conserve the<br>&gt; &gt; battery usage.<br>&gt; &gt; I've managed to make everything work well when I'm calling in over any phone<br>&gt; &gt; to my cell phone, and freeswitch is enabled to work in bypass_media = true,<br>&gt; &gt; even though by cell is behind NAT on at&amp;t's network. Things break when I<br>&gt; &gt; pick up my cell and try to call my home phone (or any phone for that<br>&gt; &gt; matter). This is the relevant snippet from my dialplan:<br>&gt; &gt; &lt;extension name="outbound"&gt;<br>&gt; &gt; &nbsp; &lt;condition field="destination_number"<br>&gt; &gt; expression="^1?([2-9]\d{2}[2-9]\d{6})$"&gt;<br>&gt; &gt; &nbsp;&nbsp;&nbsp; &lt;!--&lt;action application="set" data="bypass_media=true"/&gt;--&gt;<br>&gt; &gt; &nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="sofia/gateway/voip.ms/1$1"/&gt;<br>&gt; &gt; &nbsp; &lt;/condition&gt;<br>&gt; &gt; &lt;/extension&gt;<br>&gt; &gt;<br>&gt; &gt; Like shown above, my call will go to my home phone. When I uncomment the<br>&gt; &gt; bypass_media tag, my call will not connect. Here are the siptraces<br>&gt; &gt; I replaced my real home phone number in the with "MYPHONE".<br>&gt; &gt;<br>&gt; &gt; recv 940 bytes from tcp/[32.136.78.180]:51328 at 21:15:58.406250:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; INVITE sip:MYPHONE@192.168.1.100;transport=TCP SIP/2.0<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/TCP<br>&gt; &gt; 10.153.174.6:5060;branch=z9hG4bK212idg50p1hc6vjdu7steua;rport<br>&gt; &gt; &nbsp;&nbsp; From: &lt;sip:1001@192.168.1.100&gt;;tag=eg6idg0knphc729fu7sj<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:MYPHONE@192.168.1.100&gt;<br>&gt; &gt; &nbsp;&nbsp; Contact: &lt;sip:M9jdt73ig0oOJSbt6Uyy@10.153.174.6:5060;transport=TCP&gt;<br>&gt; &gt; &nbsp;&nbsp; Supported: 100rel,timer<br>&gt; &gt; &nbsp;&nbsp; CSeq: 5244503 INVITE<br>&gt; &gt; &nbsp;&nbsp; Call-ID: bNQCM4UsoIde5f7V6_8z1_Cqd4Q5xn<br>&gt; &gt; &nbsp;&nbsp; Allow: UPDATE,PRACK,SUBSCRIBE,REFER,NOTIFY,INVITE,ACK,CANCEL,OPTIONS,BYE<br>&gt; &gt; &nbsp;&nbsp; User-Agent: S60 RM-624 v 20.2.042 (en)<br>&gt; &gt; &nbsp;&nbsp; Expires: 120<br>&gt; &gt; &nbsp;&nbsp; Privacy: None<br>&gt; &gt; &nbsp;&nbsp; Session-Expires: 1800<br>&gt; &gt; &nbsp;&nbsp; Max-Forwards: 70<br>&gt; &gt; &nbsp;&nbsp; Content-Type: application/sdp<br>&gt; &gt; &nbsp;&nbsp; Accept-Language: en<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 292<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; v=0<br>&gt; &gt; &nbsp;&nbsp; o=1001 63464487340299625 63464487340299625 IN IP4 10.153.174.6<br>&gt; &gt; &nbsp;&nbsp; s=-<br>&gt; &gt; &nbsp;&nbsp; c=IN IP4 10.153.174.6<br>&gt; &gt; &nbsp;&nbsp; t=0 0<br>&gt; &gt; &nbsp;&nbsp; m=audio 49152 RTP/AVP 18 97 98<br>&gt; &gt; &nbsp;&nbsp; a=sendrecv<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:18 G729/8000<br>&gt; &gt; &nbsp;&nbsp; a=ptime:20<br>&gt; &gt; &nbsp;&nbsp; a=maxptime:40<br>&gt; &gt; &nbsp;&nbsp; a=fmtp:18 annexb=no<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:97 iLBC/8000<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:98 telephone-event/8000<br>&gt; &gt; &nbsp;&nbsp; a=fmtp:98 0-15<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; send 387 bytes to tcp/[32.136.78.180]:51328 at 21:15:58.406250:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; SIP/2.0 100 Trying<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/TCP<br>&gt; &gt; 10.153.174.6:5060;branch=z9hG4bK212idg50p1hc6vjdu7steua;rport=51328;received=32.136.78.180<br>&gt; &gt; &nbsp;&nbsp; From: &lt;sip:1001@192.168.1.100&gt;;tag=eg6idg0knphc729fu7sj<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:MYPHONE@192.168.1.100&gt;<br>&gt; &gt; &nbsp;&nbsp; Call-ID: bNQCM4UsoIde5f7V6_8z1_Cqd4Q5xn<br>&gt; &gt; &nbsp;&nbsp; CSeq: 5244503 INVITE<br>&gt; &gt; &nbsp;&nbsp; User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-7a04104 2011-01-13 18-04-05<br>&gt; &gt; -0600<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 0<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; send 875 bytes to tcp/[32.136.78.180]:51328 at 21:15:58.406250:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; SIP/2.0 407 Proxy Authentication Required<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/TCP<br>&gt; &gt; 10.153.174.6:5060;branch=z9hG4bK212idg50p1hc6vjdu7steua;rport=51328;received=32.136.78.180<br>&gt; &gt; &nbsp;&nbsp; From: &lt;sip:1001@192.168.1.100&gt;;tag=eg6idg0knphc729fu7sj2011-01-28<br>&gt; &gt; 16:15:58.406250 [WARNING] sofia_reg.c:1241 SIP auth challenge (INVITE) on<br>&gt; &gt; sofia profile 'internal' for [MYPHONE@192.168.1.100] from ip 32.136.78.180<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:MYPHONE@192.168.1.100&gt;;tag=FQy5v5emcyt1m<br>&gt; &gt; &nbsp;&nbsp; Call-ID: bNQCM4UsoIde5f7V6_8z1_Cqd4Q5xn<br>&gt; &gt; &nbsp;&nbsp; CSeq: 5244503 INVITE<br>&gt; &gt; &nbsp;&nbsp; User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-7a04104 2011-01-13 18-04-05<br>&gt; &gt; -0600<br>&gt; &gt; &nbsp;&nbsp; Accept: application/sdp<br>&gt; &gt; &nbsp;&nbsp; Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO,<br>&gt; &gt; REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE<br>&gt; &gt; &nbsp;&nbsp; Supported: timer, precondition, path, replaces<br>&gt; &gt; &nbsp;&nbsp; Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla,<br>&gt; &gt; include-session-description, presence.winfo, message-summary, refer<br>&gt; &gt; &nbsp;&nbsp; Proxy-Authenticate: Digest realm="192.168.1.100",<br>&gt; &gt; nonce="8dc0f0de-04b7-44ba-9ef9-a3caa135ec28", algorithm=MD5, qop="auth"<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 0<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; recv 368 bytes from tcp/[32.136.78.180]:51328 at 21:15:58.765625:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; ACK sip:MYPHONE@192.168.1.100;transport=TCP SIP/2.0<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/TCP<br>&gt; &gt; 10.153.174.6:5060;branch=z9hG4bK212idg50p1hc6vjdu7steua;rport<br>&gt; &gt; &nbsp;&nbsp; From: &lt;sip:1001@192.168.1.100&gt;;tag=eg6idg0knphc729fu7sj<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:MYPHONE@192.168.1.100&gt;;tag=FQy5v5emcyt1m<br>&gt; &gt; &nbsp;&nbsp; Call-ID: bNQCM4UsoIde5f7V6_8z1_Cqd4Q5xn<br>&gt; &gt; &nbsp;&nbsp; CSeq: 5244503 ACK<br>&gt; &gt; &nbsp;&nbsp; Supported: sec-agree<br>&gt; &gt; &nbsp;&nbsp; Max-Forwards: 70<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 0<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; recv 1222 bytes from tcp/[32.136.78.180]:51328 at 21:15:59.406250:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; INVITE sip:MYPHONE@192.168.1.100;transport=TCP SIP/2.0<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/TCP<br>&gt; &gt; 10.153.174.6:5060;branch=z9hG4bKlelbaqjr084phj1q4r0cg9b;rport<br>&gt; &gt; &nbsp;&nbsp; From: &lt;sip:1001@192.168.1.100&gt;;tag=eg6idg0knphc729fu7sj<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:MYPHONE@192.168.1.100&gt;<br>&gt; &gt; &nbsp;&nbsp; Contact: &lt;sip:M9jdt73ig0oOJSbt6Uyy@10.153.174.6:5060;transport=TCP&gt;<br>&gt; &gt; &nbsp;&nbsp; Supported: 100rel,timer<br>&gt; &gt; &nbsp;&nbsp; CSeq: 5244504 INVITE<br>&gt; &gt; &nbsp;&nbsp; Call-ID: bNQCM4UsoIde5f7V6_8z1_Cqd4Q5xn<br>&gt; &gt; &nbsp;&nbsp; Allow: UPDATE,PRACK,SUBSCRIBE,REFER,NOTIFY,INVITE,ACK,CANCEL,OPTIONS,BYE<br>&gt; &gt; &nbsp;&nbsp; User-Agent: S60 RM-624 v 20.2.042 (en)<br>&gt; &gt; &nbsp;&nbsp; Expires: 120<br>&gt; &gt; &nbsp;&nbsp; Privacy: None<br>&gt; &gt; &nbsp;&nbsp; Session-Expires: 1800<br>&gt; &gt; &nbsp;&nbsp; Max-Forwards: 70<br>&gt; &gt; &nbsp;&nbsp; Proxy-Authorization: Digest<br>&gt; &gt; qop=auth,realm="192.168.1.100",nonce="8dc0f0de-04b7-44ba-9ef9-a3caa135ec28",algorithm=MD5,username="1001",cnonce="0a1e034e285d559db5d6ded3fb0ce4ee",nc=00000001,uri="sip:MYPHONE@192.168.1.100;transport=TCP",response="6c16edff1f978e58fadf6fb464ab8913"<br>&gt; &gt; &nbsp;&nbsp; Content-Type: application/sdp<br>&gt; &gt; &nbsp;&nbsp; Accept-Language: en<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 292<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; v=0<br>&gt; &gt; &nbsp;&nbsp; o=1001 63464487340299625 63464487340299625 IN IP4 10.153.174.6<br>&gt; &gt; &nbsp;&nbsp; s=-<br>&gt; &gt; &nbsp;&nbsp; c=IN IP4 10.153.174.6<br>&gt; &gt; &nbsp;&nbsp; t=0 0<br>&gt; &gt; &nbsp;&nbsp; m=audio 49152 RTP/AVP 18 97 98<br>&gt; &gt; &nbsp;&nbsp; a=sendrecv<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:18 G729/8000<br>&gt; &gt; &nbsp;&nbsp; a=ptime:20<br>&gt; &gt; &nbsp;&nbsp; a=maxptime:40<br>&gt; &gt; &nbsp;&nbsp; a=fmtp:18 annexb=no<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:97 iLBC/8000<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:98 telephone-event/8000<br>&gt; &gt; &nbsp;&nbsp; a=fmtp:98 0-15<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; send 387 bytes to tcp/[32.136.78.180]:51328 at 21:15:59.406250:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; SIP/2.0 100 Trying<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/TCP<br>&gt; &gt; 10.153.174.6:5060;branch=z9hG4bKlelbaqjr084phj1q4r0cg9b;rport=51328;received=32.136.78.180<br>&gt; &gt; &nbsp;&nbsp; From: &lt;sip:1001@192.168.1.100&gt;;tag=eg6idg0knphc729fu7sj<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:MYPHONE@192.168.1.100&gt;<br>&gt; &gt; &nbsp;&nbsp; Call-ID: bNQCM4UsoIde5f7V6_8z1_Cqd4Q5xn<br>&gt; &gt; &nbsp;&nbsp; CSeq: 5244504 INVITE<br>&gt; &gt; &nbsp;&nbsp; User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-7a04104 2011-01-13 18-04-05<br>&gt; &gt; -0600<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 0<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; 2011-01-28 16:15:59.406250 [NOTICE] switch_channel.c:808 New Channel<br>&gt; &gt; sofia/internal/1001@192.168.1.100 [e5841001-04bd-4e16-9519-64ff2c7a8c2f]<br>&gt; &gt; 2011-01-28 16:15:59.421875 [INFO] mod_dialplan_xml.c:331 Processing 1001<br>&gt; &gt; &lt;1001&gt;-&gt;MYPHONE in context default<br>&gt; &gt; 2011-01-28 16:15:59.437500 [NOTICE] switch_channel.c:808 New Channel<br>&gt; &gt; sofia/external/1MYPHONE [60940227-9ae0-4c0c-abdb-f3988852fae0]<br>&gt; &gt; send 1141 bytes to udp/[74.63.41.218]:5060 at 21:15:59.453125:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; INVITE sip:1MYPHONE@newyork.voip.ms SIP/2.0<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/UDP 69.125.20.15:5080;rport;branch=z9hG4bKNp4ZFeKSD43tS<br>&gt; &gt; &nbsp;&nbsp; Max-Forwards: 69<br>&gt; &gt; &nbsp;&nbsp; From: "Extension 1001"<br>&gt; &gt; &lt;sip:121628@newyork.voip.ms;transport=udp&gt;;tag=Ny7H8Nt8eSy1S<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:1MYPHONE@newyork.voip.ms&gt;<br>&gt; &gt; &nbsp;&nbsp; Call-ID: a4fa75b2-a5c6-122e-9b9c-c5a13034e45a<br>&gt; &gt; &nbsp;&nbsp; CSeq: 7788615 INVITE<br>&gt; &gt; &nbsp;&nbsp; Contact: &lt;sip:gw+voip.ms@69.125.20.15:5080;transport=udp;gw=voip.ms&gt;<br>&gt; &gt; &nbsp;&nbsp; User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-7a04104 2011-01-13 18-04-05<br>&gt; &gt; -0600<br>&gt; &gt; &nbsp;&nbsp; Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO,<br>&gt; &gt; REGISTER, REFER, NOTIFY<br>&gt; &gt; &nbsp;&nbsp; Supported: timer, precondition, path, replaces<br>&gt; &gt; &nbsp;&nbsp; Allow-Events: talk, hold, refer<br>&gt; &gt; &nbsp;&nbsp; Content-Type: application/sdp<br>&gt; &gt; &nbsp;&nbsp; Content-Disposition: session<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 280<br>&gt; &gt; &nbsp;&nbsp; X-FS-Support: update_display<br>&gt; &gt; &nbsp;&nbsp; Remote-Party-ID: "Extension 1001"<br>&gt; &gt; &lt;sip:1001@69.125.20.15&gt;;party=calling;screen=yes;privacy=off<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; v=0<br>&gt; &gt; &nbsp;&nbsp; o=1001 63464487340299625 63464487340299625 IN IP4 10.153.174.6<br>&gt; &gt; &nbsp;&nbsp; s=-<br>&gt; &gt; &nbsp;&nbsp; c=IN IP4 10.153.174.6<br>&gt; &gt; &nbsp;&nbsp; t=0 0<br>&gt; &gt; &nbsp;&nbsp; m=audio 49152 RTP/AVP 18 97 98<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:18 G729/8000<br>&gt; &gt; &nbsp;&nbsp; a=fmtp:18 annexb=no<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:97 iLBC/8000<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:98 telephone-event/8000<br>&gt; &gt; &nbsp;&nbsp; a=fmtp:98 0-15<br>&gt; &gt; &nbsp;&nbsp; a=ptime:20<br>&gt; &gt; &nbsp;&nbsp; a=maxptime:40<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; recv 570 bytes from udp/[74.63.41.218]:5060 at 21:15:59.468750:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; SIP/2.0 407 Proxy Authentication Required<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/UDP<br>&gt; &gt; 69.125.20.15:5080;branch=z9hG4bKNp4ZFeKSD43tS;received=69.125.20.15;rport=5080<br>&gt; &gt; &nbsp;&nbsp; From: "Extension 1001"<br>&gt; &gt; &lt;sip:121628@newyork.voip.ms;transport=udp&gt;;tag=Ny7H8Nt8eSy1S<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:1MYPHONE@newyork.voip.ms&gt;;tag=as7e7ea843<br>&gt; &gt; &nbsp;&nbsp; Call-ID: a4fa75b2-a5c6-122e-9b9c-c5a13034e45a<br>&gt; &gt; &nbsp;&nbsp; CSeq: 7788615 INVITE<br>&gt; &gt; &nbsp;&nbsp; User-Agent: VoIPMS/SERAST<br>&gt; &gt; &nbsp;&nbsp; Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<br>&gt; &gt; &nbsp;&nbsp; Supported: replaces<br>&gt; &gt; &nbsp;&nbsp; Proxy-Authenticate: Digest algorithm=MD5, realm="newyork.voip.ms",<br>&gt; &gt; nonce="2d534dd6"<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 0<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; send 359 bytes to udp/[74.63.41.218]:5060 at 21:15:59.468750:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; ACK sip:1MYPHONE@newyork.voip.ms SIP/2.0<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/UDP 69.125.20.15:5080;rport;branch=z9hG4bKNp4ZFeKSD43tS<br>&gt; &gt; &nbsp;&nbsp; Max-Forwards: 69<br>&gt; &gt; &nbsp;&nbsp; From: "Extension 1001"<br>&gt; &gt; &lt;sip:121628@newyork.voip.ms;transport=udp&gt;;tag=Ny7H8Nt8eSy1S<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:1MYPHONE@newyork.voip.ms&gt;;tag=as7e7ea843<br>&gt; &gt; &nbsp;&nbsp; Call-ID: a4fa75b2-a5c6-122e-9b9c-c5a13034e45a<br>&gt; &gt; &nbsp;&nbsp; CSeq: 7788615 ACK<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 0<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; send 1344 bytes to udp/[74.63.41.218]:5060 at 21:15:59.468750:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; INVITE sip:1MYPHONE@newyork.voip.ms SIP/2.0<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/UDP 69.125.20.15:5080;rport;branch=z9hG4bKpZXrH93vaDtDN<br>&gt; &gt; &nbsp;&nbsp; Max-Forwards: 69<br>&gt; &gt; &nbsp;&nbsp; From: "Extension 1001"<br>&gt; &gt; &lt;sip:121628@newyork.voip.ms;transport=udp&gt;;tag=Ny7H8Nt8eSy1S<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:1MYPHONE@newyork.voip.ms&gt;<br>&gt; &gt; &nbsp;&nbsp; Call-ID: a4fa75b2-a5c6-122e-9b9c-c5a13034e45a<br>&gt; &gt; &nbsp;&nbsp; CSeq: 7788616 INVITE<br>&gt; &gt; &nbsp;&nbsp; Contact: &lt;sip:gw+voip.ms@69.125.20.15:5080;transport=udp;gw=voip.ms&gt;<br>&gt; &gt; &nbsp;&nbsp; Expires: 300<br>&gt; &gt; &nbsp;&nbsp; User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-7a04104 2011-01-13 18-04-05<br>&gt; &gt; -0600<br>&gt; &gt; &nbsp;&nbsp; Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO,<br>&gt; &gt; REGISTER, REFER, NOTIFY<br>&gt; &gt; &nbsp;&nbsp; Supported: timer, precondition, path, replaces<br>&gt; &gt; &nbsp;&nbsp; Allow-Events: talk, hold, refer<br>&gt; &gt; &nbsp;&nbsp; Proxy-Authorization: Digest username="121628", realm="newyork.voip.ms",<br>&gt; &gt; nonce="2d534dd6", algorithm=MD5, uri="sip:1MYPHONE@newyork.voip.ms",<br>&gt; &gt; response="16f3301efae13df926da7550f709d28a"<br>&gt; &gt; &nbsp;&nbsp; Content-Type: application/sdp<br>&gt; &gt; &nbsp;&nbsp; Content-Disposition: session<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 280<br>&gt; &gt; &nbsp;&nbsp; X-FS-Support: update_display<br>&gt; &gt; &nbsp;&nbsp; Remote-Party-ID: "Extension 1001"<br>&gt; &gt; &lt;sip:1001@69.125.20.15&gt;;party=calling;screen=yes;privacy=off<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; v=0<br>&gt; &gt; &nbsp;&nbsp; o=1001 63464487340299625 63464487340299625 IN IP4 10.153.174.6<br>&gt; &gt; &nbsp;&nbsp; s=-<br>&gt; &gt; &nbsp;&nbsp; c=IN IP4 10.153.174.6<br>&gt; &gt; &nbsp;&nbsp; t=0 0<br>&gt; &gt; &nbsp;&nbsp; m=audio 49152 RTP/AVP 18 97 98<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:18 G729/8000<br>&gt; &gt; &nbsp;&nbsp; a=fmtp:18 annexb=no<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:97 iLBC/8000<br>&gt; &gt; &nbsp;&nbsp; a=rtpmap:98 telephone-event/8000<br>&gt; &gt; &nbsp;&nbsp; a=fmtp:98 0-15<br>&gt; &gt; &nbsp;&nbsp; a=ptime:20<br>&gt; &gt; &nbsp;&nbsp; a=maxptime:40<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; recv 488 bytes from udp/[74.63.41.218]:5060 at 21:15:59.484375:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; SIP/2.0 100 Trying<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/UDP<br>&gt; &gt; 69.125.20.15:5080;branch=z9hG4bKpZXrH93vaDtDN;received=69.125.20.15;rport=5080<br>&gt; &gt; &nbsp;&nbsp; From: "Extension 1001"<br>&gt; &gt; &lt;sip:121628@newyork.voip.ms;transport=udp&gt;;tag=Ny7H8Nt8eSy1S<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:1MYPHONE@newyork.voip.ms&gt;<br>&gt; &gt; &nbsp;&nbsp; Call-ID: a4fa75b2-a5c6-122e-9b9c-c5a13034e45a<br>&gt; &gt; &nbsp;&nbsp; CSeq: 7788616 INVITE<br>&gt; &gt; &nbsp;&nbsp; User-Agent: VoIPMS/SERAST<br>&gt; &gt; &nbsp;&nbsp; Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<br>&gt; &gt; &nbsp;&nbsp; Supported: replaces<br>&gt; &gt; &nbsp;&nbsp; Contact: &lt;sip:1MYPHONE@74.63.41.218&gt;<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 0<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; recv 516 bytes from udp/[74.63.41.218]:5060 at 21:15:59.562500:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; SIP/2.0 503 Service Unavailable<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/UDP<br>&gt; &gt; 69.125.20.15:5080;branch=z9hG4bKpZXrH93vaDtDN;received=69.125.20.15;rport=5080<br>&gt; &gt; &nbsp;&nbsp; From: "Extension 1001"<br>&gt; &gt; &lt;sip:121628@newyork.voip.ms;transport=udp&gt;;tag=Ny7H8Nt8eSy1S<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:1MYPHONE@newyork.voip.ms&gt;;tag=as632cb7d9<br>&gt; &gt; &nbsp;&nbsp; Call-ID: a4fa75b2-a5c6-122e-9b9c-c5a13034e45a<br>&gt; &gt; &nbsp;&nbsp; CSeq: 7788616 INVITE<br>&gt; &gt; &nbsp;&nbsp; User-Agent: VoIPMS/SERAST<br>&gt; &gt; &nbsp;&nbsp; Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<br>&gt; &gt; &nbsp;&nbsp; Supported: replaces<br>&gt; &gt; &nbsp;&nbsp; Contact: &lt;sip:1MYPHONE@74.63.41.218&gt;<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 0<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; send 359 bytes to udp/[74.63.41.218]:5060 at 21:15:59.562500:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; ACK sip:1MYPHONE@newyork.voip.ms SIP/2.0<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/UDP 69.125.20.15:5080;rport;branch=z9hG4bKpZXrH93vaDtDN<br>&gt; &gt; &nbsp;&nbsp; Max-Forwards: 69<br>&gt; &gt; &nbsp;&nbsp; From: "Extension 1001"<br>&gt; &gt; &lt;sip:121628@newyork.voip.ms;transport=udp&gt;;tag=Ny7H8Nt8eSy1S<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:1MYPHONE@newyork.voip.ms&gt;;tag=as632cb7d9<br>&gt; &gt; &nbsp;&nbsp; Call-ID: a4fa75b2-a5c6-122e-9b9c-c5a13034e45a<br>&gt; &gt; &nbsp;&nbsp; CSeq: 7788616 ACK<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 0<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; 2011-01-28 16:15:59.562500 [INFO] mod_dptools.c:2612 Originate Failed.<br>&gt; &gt; Cause: NO_ANSWER<br>&gt; &gt; 2011-01-28 16:15:59.562500 [NOTICE] sofia.c:5286 Hangup<br>&gt; &gt; sofia/external/1MYPHONE [CS_CONSUME_MEDIA] [NORMAL_TEMPORARY_FAILURE]<br>&gt; &gt; 2011-01-28 16:15:59.562500 [NOTICE] switch_core_state_machine.c:189<br>&gt; &gt; sofia/internal/1001@192.168.1.100 has executed the last dialplan<br>&gt; &gt; instruction, hanging up.<br>&gt; &gt; 2011-01-28 16:15:59.562500 [NOTICE] switch_core_state_machine.c:191 Hangup<br>&gt; &gt; sofia/internal/1001@192.168.1.100 [CS_EXECUTE] [NORMAL_CLEARING]<br>&gt; &gt; 2011-01-28 16:15:59.578125 [NOTICE] switch_core_session.c:1306 Session 2<br>&gt; &gt; (sofia/external/1MYPHONE) Ended<br>&gt; &gt; 2011-01-28 16:15:59.578125 [NOTICE] switch_core_session.c:1308 Close Channel<br>&gt; &gt; sofia/external/1MYPHONE [CS_DESTROY]<br>&gt; &gt; send 887 bytes to tcp/[32.136.78.180]:51328 at 21:15:59.593750:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; SIP/2.0 503 Service Unavailable<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/TCP<br>&gt; &gt; 10.153.174.6:5060;branch=z9hG4bKlelbaqjr084phj1q4r0cg9b;rport=51328;received=32.136.78.180<br>&gt; &gt; &nbsp;&nbsp; From: &lt;sip:1001@192.168.1.100&gt;;tag=eg6idg0knphc729fu7sj<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:MYPHONE@192.168.1.100&gt;;tag=g0Qyy0ZQ96gmg<br>&gt; &gt; &nbsp;&nbsp; Call-ID: bNQCM4UsoIde5f7V6_8z1_Cqd4Q5xn<br>&gt; &gt; &nbsp;&nbsp; CSeq: 5244504 INVITE<br>&gt; &gt; &nbsp;&nbsp; User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-7a04104 2011-01-13 18-04-05<br>&gt; &gt; -0600<br>&gt; &gt; &nbsp;&nbsp; Accept: application/sdp<br>&gt; &gt; &nbsp;&nbsp; Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO,<br>&gt; &gt; REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE<br>&gt; &gt; &nbsp;&nbsp; Supported: timer, precondition, path, replaces<br>&gt; &gt; &nbsp;&nbsp; Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla,<br>&gt; &gt; include-session-description, presence.winfo, message-summary, refer<br>&gt; &gt; &nbsp;&nbsp; Reason: Q.850;cause=16;text="NORMAL_CLEARING"<br>&gt; &gt; 2011-01-28 16:15:59.593750 [NOTICE] switch_core_session.c:1306 Session 1<br>&gt; &gt; (sofia/internal/1001@192.168.1.100) Ended<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 02011-01-28 16:15:59.593750 [NOTICE]<br>&gt; &gt; switch_core_session.c:1308 Close Channel sofia/internal/1001@192.168.1.100<br>&gt; &gt; [CS_DESTROY]<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; Remote-Party-ID: "MYPHONE"<br>&gt; &gt; &lt;sip:MYPHONE@192.168.1.100&gt;;party=calling;privacy=off;screen=no<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; recv 650 bytes from tcp/[32.136.78.180]:51328 at 21:15:59.953125:<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt; &nbsp;&nbsp; ACK sip:MYPHONE@192.168.1.100;transport=TCP SIP/2.0<br>&gt; &gt; &nbsp;&nbsp; Via: SIP/2.0/TCP<br>&gt; &gt; 10.153.174.6:5060;branch=z9hG4bKlelbaqjr084phj1q4r0cg9b;rport<br>&gt; &gt; &nbsp;&nbsp; From: &lt;sip:1001@192.168.1.100&gt;;tag=eg6idg0knphc729fu7sj<br>&gt; &gt; &nbsp;&nbsp; To: &lt;sip:MYPHONE@192.168.1.100&gt;;tag=g0Qyy0ZQ96gmg<br>&gt; &gt; &nbsp;&nbsp; Call-ID: bNQCM4UsoIde5f7V6_8z1_Cqd4Q5xn<br>&gt; &gt; &nbsp;&nbsp; CSeq: 5244504 ACK<br>&gt; &gt; &nbsp;&nbsp; Supported: sec-agree<br>&gt; &gt; &nbsp;&nbsp; Max-Forwards: 70<br>&gt; &gt; &nbsp;&nbsp; Proxy-Authorization: Digest<br>&gt; &gt; qop=auth,realm="192.168.1.100",nonce="8dc0f0de-04b7-44ba-9ef9-a3caa135ec28",algorithm=MD5,username="1001",cnonce="0a1e034e285d559db5d6ded3fb0ce4ee",nc=00000001,uri="sip:MYPHONE@192.168.1.100;transport=TCP",response="6c16edff1f978e58fadf6fb464ab8913"<br>&gt; &gt; &nbsp;&nbsp; Content-Length: 0<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; Thank you in advance.<br>&gt; &gt;<br>&gt; &gt; _______________________________________________ FreeSWITCH-users mailing<br>&gt; &gt; list FreeSWITCH-users@lists.freeswitch.org<br>&gt; &gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; &gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; &gt; http://www.freeswitch.org<br>&gt; &gt; _______________________________________________<br>&gt; &gt; FreeSWITCH-users mailing list<br>&gt; &gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; &gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; &gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; &gt; http://www.freeswitch.org<br>&gt; &gt;<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Anthony Minessale II<br>&gt; <br>&gt; FreeSWITCH http://www.freeswitch.org/<br>&gt; ClueCon http://www.cluecon.com/<br>&gt; Twitter: http://twitter.com/FreeSWITCH_wire<br>&gt; <br>&gt; AIM: anthm<br>&gt; MSN:anthony_minessale@hotmail.com<br>&gt; GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com<br>&gt; IRC: irc.freenode.net #freeswitch<br>&gt; <br>&gt; FreeSWITCH Developer Conference<br>&gt; sip:888@conference.freeswitch.org<br>&gt; googletalk:conf+888@conference.freeswitch.org<br>&gt; pstn:+19193869900<br>&gt; <br>&gt; _______________________________________________<br>&gt; FreeSWITCH-users mailing list<br>&gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; http://www.freeswitch.org<br>                                               </body>
</html>