[Asterisk-Users] FWD to IVR
Michael Levenson
Michael at Levenson.org
Wed Dec 15 11:07:25 MST 2004
I'm trying to setup my FWD# so that when it reaches my * my IVR plays.
Currently this works by me having it go to a dummy SIP/# as shown here in my
extensions.conf
exten => ${FWDNUMBER},1,SetMusicOnHold(default)
exten => ${FWDNUMBER},2,Dial(SIP/XXXX},10,tr)
exten => ${FWDNUMBER},3,Wait(2)
exten => ${FWDNUMBER},4,Answer
exten => ${FWDNUMBER},5,Wait(1)
exten => ${FWDNUMBER},6,Goto(mainmenu,s,1)
Is this the correct way? Is there a better way on doing this?
Thanks
Mike
More information about the asterisk-users
mailing list