[asterisk-users] FollowMe / Asterisk 1.4 Question

Warren Selby wcselby at selbytech.com
Fri Mar 5 11:02:00 CST 2010


On Fri, Mar 5, 2010 at 9:33 AM, Cory Andrews <ipcbcory at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100305/cc2f0cb2/attachment.htm 


More information about the asterisk-users mailing list