I think a simple tcpdump of the traffic will show the mystery. It can be your provider doing something nasty. Have you tried using some other cheap SIP termination? or arrange a fake termination yourself on another server?<div>
<br></div><div>Leandro<br><br><div class="gmail_quote">2013/3/1 Gerard <span dir="ltr">&lt;<a href="mailto:gsaraber@rarcoa.com" target="_blank">gsaraber@rarcoa.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I thought it was the re-invites too, but I have it turned off everywhere.<br>
<br>
On 03/01/13 08:36, Eric Wieling wrote:<br>
&gt; When Answer fixes the issue, the root cause is often NAT (could be firewall) since Answering the call prevents any reinvites.<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Gerard<br>

&gt; Sent: Friday, March 01, 2013 9:33 AM<br>
&gt; To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>
&gt; Subject: Re: [asterisk-users] Delay before audio starts<br>
&gt;<br>
&gt; I&#39;ve found a workaround of sorts, If I change my below code to :<br>
&gt;  1AAAAAAAAAA =&gt; {<br>
&gt;          NoOp(${CALLERID(num)});<br>
&gt;        Answer();  // &lt;--------------- add this<br>
&gt;          Ringing;<br>
&gt;          Set(CHANNEL(musicclass)=none);<br>
&gt;          Dial(${OUTBOUND-TRUNKR}/1XXXXXXXXXX,30);<br>
&gt;          Voicemail(198,u);<br>
&gt;   };<br>
&gt;<br>
&gt; That fixes the issue. It doesn&#39;t fix the call forward issue on the phone though. I&#39;ve made a few extra extensions, one each corresponding to a number he wants to call forward to, if I have him forward to the extensions who then forward to the real number, it works, thanks to adding &quot;Answer()&quot; to the dialplan.<br>

&gt;<br>
&gt; -Gerard<br>
&gt;<br>
&gt;<br>
&gt; On 02/26/13 13:19, Gerard wrote:<br>
&gt;&gt; Hi everyone,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m having a hard time figuring this issue out, we just switched from<br>
&gt;&gt; a<br>
&gt;&gt; T1 PRI to a SIP trunk provider and that&#39;s when the issue started.<br>
&gt;&gt; Now when someone forwards all calls on their phone to a cellphone,<br>
&gt;&gt; when a customer calls in, Asterisk correctly calls the cellphone and<br>
&gt;&gt; connects the call, but there is a long delay before the audio starts,<br>
&gt;&gt; basically for the first 6-10 seconds of the call there is dead<br>
&gt;&gt; silence, eventually the audio will start and everything works correctly.<br>
&gt;&gt; We never had this problem with the PRI. So I suspect it has something<br>
&gt;&gt; to do with a call coming in as SIP and going out as SIP.<br>
&gt;&gt;<br>
&gt;&gt; At first I thought it was a call forwarding issue because I got this<br>
&gt;&gt; message in the console:<br>
&gt;&gt; [Feb 26 12:35:19] NOTICE[1143][C-0000025d]: app_dial.c:958 do_forward:<br>
&gt;&gt; Not accepting call completion offers from call-forward recipient<br>
&gt;&gt; Local/1XXXXXXXXXX@default-00000013;1<br>
&gt;&gt;<br>
&gt;&gt; So I put this in my dial plan:<br>
&gt;&gt;<br>
&gt;&gt; 1AAAAAAAAAA =&gt; {<br>
&gt;&gt;         NoOp(${CALLERID(num)});<br>
&gt;&gt;         Ringing;<br>
&gt;&gt;         Set(CHANNEL(musicclass)=none);<br>
&gt;&gt;         Dial(${OUTBOUND-TRUNKR}/1XXXXXXXXXX,30);<br>
&gt;&gt;         Voicemail(198,u);<br>
&gt;&gt;  };<br>
&gt;&gt;<br>
&gt;&gt; So basically as soon as someone calls incoming number AAAAAAAAAA,<br>
&gt;&gt; Asterisk dials phone number XXXXXXXXXX. it&#39;s a quick and dirty way to<br>
&gt;&gt; call forward.. and this does the same thing, there&#39;s a good 8 second<br>
&gt;&gt; delay before the audio kicks in.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; There is a Linux firewall with NAT in the path, but I have no other<br>
&gt;&gt; audio issues, so don&#39;t *think* it&#39;s a factor.<br>
&gt;&gt; I just upgraded to asterisk 11.2.1.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Asterisk 11.2.1 built by root @ phonesys2 on a i686 running Linux on<br>
&gt;&gt; 2013-02-23 01:40:02 UTC<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Any help would be appreciated,<br>
&gt;&gt; Thanks,<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; _____________________________________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> -- New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;                <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
&gt; --<br>
&gt; _____________________________________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;                <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<br>
<br>
--<br>
Gerard Saraber<br>
Network Admin.<br>
Rarcoa, Inc<br>
<a href="tel:%28630%29%20654-2580%20x199" value="+16306542580">(630) 654-2580 x199</a><br>
<a href="tel:%28630%29%20654-3556" value="+16306543556">(630) 654-3556</a> (fax)<br>
<a href="tel:%28630%29%20915-4122" value="+16309154122">(630) 915-4122</a> (cell)<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br></div>