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([EMAIL PROTECTED])
exten => 300,101,voicemail2([EMAIL PROTECTED])
exten => 300,102,hangup
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([EMAIL PROTECTED])
exten => 300,101,voicemail2([EMAIL PROTECTED])
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
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
