On Fri, Mar 5, 2010 at 9:33 AM, Cory Andrews <ipcbc...@gmail.com> wrote:

>  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'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'm having some issues with ring/answer timing and Asterisk
> wants to pull the call back into the extension's Asterisk VM box....
>
> Thanks in advance!
>

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:

exten => 100,1,Dial(SIP/100,20)
exten => 100,2,Dial(DAHDI/g1/${CELL_NUM},40)
exten => 100,3,Hangup()

-- 
Thanks,
--Warren Selby
http://www.selbytech.com
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to