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! -- *Cory J Andrews* 725 Powell Lane Lewiston, NY 14092 voice - 716.579.6331 email - ipcbcory at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100305/aaa6080c/attachment.htm
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
On Fri, Mar 5, 2010 at 10: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! > -- > Cory J Andrews 725 Powell Lane Lewiston, NY 14092 voice - 716.579.6331 email > - ipcbcory at gmail.com > --Hey Cory - When I original put together app_followme, the intent was to avoid what you're looking for it to do. :-) I think you're probably better off going the dial plan route as another poster had recommended earlier this week. BJ -- Bird's The Word Technologies, Inc. http://www.btwtech.com/