hi,<div>exten 000,1.Progress() work in some situation. <br><br><div class="gmail_quote">On Thu, Mar 21, 2013 at 9:30 PM, Gerard <span dir="ltr">&lt;<a href="mailto:gsaraber@rarcoa.com" target="_blank">gsaraber@rarcoa.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 03/21/13 14:14, Gerard wrote:<br>
&gt;&gt; I think a simple tcpdump of the traffic will show the mystery. It can<br>
&gt;&gt; be your provider doing something nasty. Have you tried using some<br>
&gt;&gt; other cheap SIP termination? or arrange a fake termination yourself<br>
&gt;&gt; on another server?<br>
&gt;&gt;<br>
&gt;&gt; Leandro<br>
&gt;<br>
&gt; I thought so too, but it doesn&#39;t appear to .<br>
&gt;<br>
&gt; I just bought a door intercom device, set up the extension for it and<br>
&gt; it&#39;s doing the same thing, when it connects there is a 10 second delay<br>
&gt; before the other side can hear my voice.<br>
&gt; However watching tcpdump, the audio starts streaming both ways immediately.<br>
&gt; Changing the dialplan fixes the issue:<br>
&gt;         957 =&gt; { // Test door phone<br>
&gt;                 Answer(); //  &lt;--- this line fixes the problem!<br>
&gt;                 Dial(SIP/199,20);<br>
&gt;                 Hangup();<br>
&gt;                 };<br>
&gt;<br>
&gt; It&#39;s an ok workaround for the door intercom, but in the case of the<br>
&gt; forwarded calls below, as soon as I Answer() their ringback disappears<br>
&gt; and the line goes dead while they wait for our guy to answer the phone.<br>
&gt;<br>
&gt; I may start a separate post about getting ringback to work after Answer();<br>
<br>
As a followup, hold music instead of ringback works fine, so as my<br>
current workaround, I&#39;m using an mp3 of the ringback sound as the hold<br>
music.<br>
Anything is better then a dead line :)<br>
<br>
<br>
&gt;<br>
&gt; Thanks for the help by the way.<br>
&gt; -Gerard<br>
&gt;<br>
&gt;<br>
&gt; On 03/01/13 14:34, Leandro Dardini wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; 2013/3/1 Gerard &lt;<a href="mailto:gsaraber@rarcoa.com">gsaraber@rarcoa.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; I thought it was the re-invites too, but I have it turned off<br>
&gt;&gt;&gt; everywhere.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On 03/01/13 08:36, Eric Wieling wrote:<br>
&gt;&gt;&gt;&gt; When Answer fixes the issue, the root cause is often NAT (could<br>
&gt;&gt;&gt;&gt; be<br>
&gt;&gt;&gt; firewall) since Answering the call prevents any reinvites.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; -----Original Message----- From:<br>
&gt;&gt;&gt;&gt; <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> [mailto:<br>
&gt;&gt;&gt; <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Gerard<br>
&gt;&gt;&gt;&gt; Sent: Friday, March 01, 2013 9:33 AM To:<br>
&gt;&gt;&gt;&gt; <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a> Subject: Re: [asterisk-users]<br>
&gt;&gt;&gt;&gt; Delay before audio starts<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;ve found a workaround of sorts, If I change my below code to :<br>
&gt;&gt;&gt;&gt; 1AAAAAAAAAA =&gt; { NoOp(${CALLERID(num)}); Answer();  //<br>
&gt;&gt;&gt;&gt; &lt;--------------- add this Ringing;<br>
&gt;&gt;&gt;&gt; Set(CHANNEL(musicclass)=none);<br>
&gt;&gt;&gt;&gt; Dial(${OUTBOUND-TRUNKR}/1XXXXXXXXXX,30); Voicemail(198,u); };<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; That fixes the issue. It doesn&#39;t fix the call forward issue on<br>
&gt;&gt;&gt;&gt; the phone<br>
&gt;&gt;&gt; though. I&#39;ve made a few extra extensions, one each corresponding to<br>
&gt;&gt;&gt; a number he wants to call forward to, if I have him forward to the<br>
&gt;&gt;&gt; extensions who then forward to the real number, it works, thanks to<br>
&gt;&gt;&gt; adding &quot;Answer()&quot; to the dialplan.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; -Gerard<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On 02/26/13 13:19, Gerard wrote:<br>
&gt;&gt;&gt;&gt;&gt; Hi everyone,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I&#39;m having a hard time figuring this issue out, we just<br>
&gt;&gt;&gt;&gt;&gt; switched from a T1 PRI to a SIP trunk provider and that&#39;s when<br>
&gt;&gt;&gt;&gt;&gt; the issue started. Now when someone forwards all calls on their<br>
&gt;&gt;&gt;&gt;&gt; phone to a cellphone, when a customer calls in, Asterisk<br>
&gt;&gt;&gt;&gt;&gt; correctly calls the cellphone and connects the call, but there<br>
&gt;&gt;&gt;&gt;&gt; is a long delay before the audio starts, basically for the<br>
&gt;&gt;&gt;&gt;&gt; first 6-10 seconds of the call there is dead silence,<br>
&gt;&gt;&gt;&gt;&gt; eventually the audio will start and everything works<br>
&gt;&gt;&gt;&gt;&gt; correctly. We never had this problem with the PRI. So I suspect<br>
&gt;&gt;&gt;&gt;&gt; it has something to do with a call coming in as SIP and going<br>
&gt;&gt;&gt;&gt;&gt; out as SIP.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; At first I thought it was a call forwarding issue because I got<br>
&gt;&gt;&gt;&gt;&gt; this message in the console: [Feb 26 12:35:19]<br>
&gt;&gt;&gt;&gt;&gt; NOTICE[1143][C-0000025d]: app_dial.c:958 do_forward: Not<br>
&gt;&gt;&gt;&gt;&gt; accepting call completion offers from call-forward recipient<br>
&gt;&gt;&gt;&gt;&gt; Local/1XXXXXXXXXX@default-00000013;1<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; So I put this in my dial plan:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; 1AAAAAAAAAA =&gt; { NoOp(${CALLERID(num)}); Ringing;<br>
&gt;&gt;&gt;&gt;&gt; Set(CHANNEL(musicclass)=none);<br>
&gt;&gt;&gt;&gt;&gt; Dial(${OUTBOUND-TRUNKR}/1XXXXXXXXXX,30); Voicemail(198,u); };<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; So basically as soon as someone calls incoming number<br>
&gt;&gt;&gt;&gt;&gt; AAAAAAAAAA, Asterisk dials phone number XXXXXXXXXX. it&#39;s a<br>
&gt;&gt;&gt;&gt;&gt; quick and dirty way to call forward.. and this does the same<br>
&gt;&gt;&gt;&gt;&gt; thing, there&#39;s a good 8 second delay before the audio kicks<br>
&gt;&gt;&gt;&gt;&gt; in.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; There is a Linux firewall with NAT in the path, but I have no<br>
&gt;&gt;&gt;&gt;&gt; other audio issues, so don&#39;t *think* it&#39;s a factor. I just<br>
&gt;&gt;&gt;&gt;&gt; upgraded to asterisk 11.2.1.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Asterisk 11.2.1 built by root @ phonesys2 on a i686 running<br>
&gt;&gt;&gt;&gt;&gt; Linux on 2013-02-23 01:40:02 UTC<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Any help would be appreciated, Thanks,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&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> --<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>