<div class="gmail_quote">On Fri, Mar 5, 2010 at 9:33 AM, Cory Andrews <span dir="ltr">&lt;<a href="mailto:ipcbcory@gmail.com">ipcbcory@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">






<div bgcolor="#ffffff" text="#000000">
Is there a way to strip the normal features out of FollowMe (call
acceptance, etc), and just set followme up to to blind transfer any
call to an extension&#39;s associated cell number if it is not answered on
the extension after 4 rings?  Users want followme calls to wind up in
their cellphone voicemail and I&#39;m having some issues with ring/answer
timing and Asterisk wants to pull the call back into the extension&#39;s
Asterisk VM box....<br>
<br>
Thanks in advance!<font color="#888888"></font><br clear="all"></div></blockquote></div><br>Why not just set up their extension to try ring their desk phone for 20 seconds, then dial their cell phone for 40 seconds?  Something like this:<br>
<br>exten =&gt; 100,1,Dial(SIP/100,20)<br>exten =&gt; 100,2,Dial(DAHDI/g1/${CELL_NUM},40)<br>exten =&gt; 100,3,Hangup()<br><br>-- <br>Thanks,<br>--Warren Selby<br><a href="http://www.selbytech.com">http://www.selbytech.com</a><br>