> 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
_______________________________________________
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

Reply via email to