[Asterisk-Users] Follow-Me Script

C F shmaltz at gmail.com
Sun Mar 20 21:42:05 MST 2005


Which part is not working?


On Sun, 20 Mar 2005 16:36:08 -0800, Kerry Garrison
<kerryg at techdatapros.com> wrote:
>  
> I am trying to implement a follow-me script
> (http://www.voip-info.org/wiki-Asterisk+Tips+follow+me) but I am having a
> brain fart as I haven't a clue where to get started with what to do with
> this. From my main menu, I want the extension 300 to execute the script as
> follows: 
>   
> exten => 300,1,dial(sip/200,20)
> exten => 300,2,playback(pls-wait-connect-call)
> exten => 300,3,Setvar(NewCaller=${CALLERIDNUM})
> exten => 300,4,SetCIDNum(0${CALLERIDNUM})
> exten => 300,5,dial(${TRUNK}c/2831385,20,r)
> exten => 300,6,SetCIDNum(${NewCaller})
> exten => 300,7,voicemail2(u200 at default)
> exten => 300,101,voicemail2(b200 at default)
> exten => 300,102,hangup 
>   
> Regardless of what (and where) I have tried to implement this, I just cant
> get it to work properly. Does anyone have some tips on this or a nicer
> follow-me type of script? 
>   
> Kerry Garrison 
> http://www.geekgazette.com 
>   
>   
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 
>



More information about the asterisk-users mailing list