I'm trying to setup a VERY simple mainmenu ivr but can't seem to get the
tones to be recognized during the background( ) the playback and background
files play, but asterisk doesn't do anything when I start pushing keys -
I've tried it from softphones and pstn line phones

 

Can anyone tell me what I'm doing wrong?  Required contexts Exentions.conf
below

 

[from-broadvoice]

exten => s,1,Answer

exten => s,2,Playback(pbx-candles-welcome)

exten => s,3,Background(pbx-candles-mainmenu)

exten => 1,1,dial,SIP/101|45|r

exten => 1,2,voicemail,1111

exten => 1,3,hangup()

exten => 2,1,dial,SIP/101|45|r

exten => 2,2,voicemail,1111

exten => 2,3,hangup()

exten => 3,1,dial,SIP/102|45|r

exten => 3,2,voicemail,1111

exten => 3,3,hangup()

exten => 4,1,Goto(from-broadvoice,s,2)

 

[from-broadvoice2]

exten => s,1,Answer

exten => s,2,Playback(pbx-candled-route,skip),2

exten => s,3,dial,SIP/101|45|r             

exten => s,4,voicemail,1112

exten => s,5,hangup()

 

[internal]

exten => 101,1,dial,SIP/101|45|r

exten => 101,2,voicemail,1111

exten => 102,1,dial,SIP/101|45|r

exten => 102,2,voicemail,1112

 

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to