<HTML>
<HEAD>
<TITLE>Re: [asterisk-users] Follow-me challenge</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Is the problem just when you don&#8217;t answer the cell phone? &nbsp;Many cell phones go to a voice announcement when they&#8217;re turned off or not answered, and Asterisk thinks the call has been answered. The other issue could be that your gateway (asterisk1) is answering the call before the outbound leg is answered. &nbsp;One workaround would be to use a macro that requires you to press a key to accept the call on your cell. &nbsp;(See the M option to the dial command and <a href="http://www.voip-info.org/wiki/view/Asterisk+tips+findme)">http://www.voip-info.org/wiki/view/Asterisk+tips+findme)</a><BR>
<BR>
Also, I see that you&#8217;re using the r option &#8212; you might want to drop that.<BR>
<BR>
I&#8217;m also not convinced that it will ever find 102,107 in your dialplan. &nbsp;You might want to look at using ${DIALSTATUS} and making it a bit more explicit.<BR>
<BR>
Cheers,<BR>
Eric<BR>
<BR>
<BR>
On 2006-12-18 23:09, &quot;Chris Johnson&quot; &lt;masterof1@gmail.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>The problem I am running into is that when the call to my cellphone is made, it appears as though the call &quot;completes&quot; so it never rolls to asterisk voicemail.<BR>
<BR>
Here is my current config:<BR>
exten =&gt; 102,1,Dial(${sipura},10,)<BR>
exten =&gt; 102,n,playback(pls-wait-connect-call)<BR>
exten =&gt; 102,n,Dial(IAX2/asterisk1/9139275900,10,r)<BR>
exten =&gt; 102,n,VoiceMail( u102@default)<BR>
exten =&gt; 102,107,VoiceMail(b102@default)<BR>
<BR>
Here is the log from asterisk:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Executing [102@internal:2] Playback(&quot;SIP/101-0a1178c0&quot;, &quot;pls-wait-connect-call&quot;) in new stack <BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Playing 'pls-wait-connect-call' (language 'en')<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Executing [102@internal:3] Dial(&quot;SIP/101-0a1178c0&quot;, &quot;IAX2/asterisk1/9139275900|10|r&quot;) in new stack<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Called asterisk1/9139275900 <BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Call accepted by 192.168.1.2 <a href="http://192.168.1.2">&lt;http://192.168.1.2&gt;</a> &nbsp;(format ulaw)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Format for call is ulaw<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- IAX2/asterisk1-7 answered SIP/101-0a1178c0<BR>
&nbsp;&nbsp;&nbsp;&nbsp;-- Hungup 'IAX2/asterisk1-7'<BR>
<BR>
The one thing I will note is that there is not an analog trunk in this server. It hands off the outbound call to trixbox running on another server, which I fear may be my problem. Having said that, I will also note that I have had the same challenge trying to get follow-me set up on trixbox as well. <BR>
<BR>
Thanks<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
--Bandwidth and Colocation provided by Easynews.com --<BR>
<BR>
asterisk-users mailing list<BR>
To UNSUBSCRIBE or update options visit:<BR>
&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
<BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>-- <BR>
Eric Jacksch<BR>
+1 613 860-0964 Ottawa<BR>
+1 647 722-3544 Toronto<BR>
+1 514 907-0031 Montreal<BR>
<BR>
&quot;They who would give up an essential liberty for temporary security deserve neither liberty or security.&quot; -- Benjamin Franklin<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>