[Asterisk-Users] Custom Menu Not Working

timebandit001 at gmail.com timebandit001 at gmail.com
Tue Feb 22 01:48:58 MST 2005


> When adding the details in AMP for when caller dials 3, I have
> referenced it using 'custom-myapp,s,1', and if I go to
> 'extensions_additional.conf' I see the following line under the rest of
> menu item info that was created :
> 
> "exten => 3,1,Goto(custom-myapp,s,1)     ;"
> 
> and in the extensions_custom.conf file I have
> 
> [custom-myapp]
> exten => 3,1,SayDigits(1234)
> exten => 3,2,Hangup()

Change to this
 [custom-myapp]
 exten => s,1,SayDigits(1234)
 exten => s,2,Hangup()

since you send it to "s,1"

hth



More information about the asterisk-users mailing list