[asterisk-gui] Creating Voicemenus
Mat Jones
mat at bibliopolis.com
Wed Dec 13 09:47:08 MST 2006
"Dial other extensions" is if you want the user to be able to manually enter an extension, no? Not
redirect during a menu step. Either way, I tried checking the box as you suggested, and the step is
written to extensions.conf as follows still:
exten = s,3,Goto(301|1)
which still fails, as the default context is not specified.
Mat
Pari Nannapaneni wrote:
> > When using 'Goto Extension' to direct the call to a Call Queue
> extension (301), the
> > routing failed.
>
> Even when "Dial other Extensions?" checkbox is checked ?
>
> Note: To be able to dial other extensions from the voice menu,
> make sure that "Dial other Extensions?" checkbox is checked.
> Enabling the checkbox will include the default context
>
> - Pari
>
>
>
> Mat Jones wrote:
>
>> When trying to set up a voicemenu, I noticed another problem. When
>> using 'Goto Extension' to direct the call to a Call Queue extension
>> (301), the routing failed. It was looking for the Call Queue extension
>> (301)within the current context [voicemenu-custom-3], whereas the Call
>> Queue Menu (301) resides in the default context.
>>
>> [voicemenu-custom-3]
>> comment = Website Support
>> alias_exten = 421
>> exten = s,1,Answer
>> exten = s,2,Playback(bibliopolis-website-welcome)
>> exten = s,3,Goto(301|1)
>>
>> To get this working, I just modified my extensions.conf to add the
>> default context:
>>
>> [voicemenu-custom-3]
>> comment = Website Support
>> alias_exten = 421
>> exten = s,1,Answer
>> exten = s,2,Playback(bibliopolis-website-welcome)
>> exten = s,3,Goto(default|301|1)
>>
>> But now I can no longer edit this entry with the GUI. When a 'goto
>> extension' is added to a voicemenu,the drop down list of extensions
>> should also show, and add the correct context.
>>
>>
>> Mat
>>
>> _______________________________________________
>> --Bandwidth and Colocation provided by Easynews.com --
>>
>> asterisk-gui mailing list
>> To UNSUBSCRIBE or update options visit:
>> http://lists.digium.com/mailman/listinfo/asterisk-gui
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-gui mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-gui
>
>
>
More information about the asterisk-gui
mailing list