[Asterisk-Users] Menu's & Sub-Menu's

Mark Farver mfarver at ticom.com
Mon Nov 10 15:30:27 MST 2003


On Mon, 2003-11-10 at 15:28, David J Carter wrote:
> [insurance]
> exten => s,1,Background(insurance_thanks)
> exten => s,2,MusicOnHold(default)
> exten => s,3,Background(sorry_for_delay)
> exten => s,4,Goto(s,2)
> exten => s,5,Hangup
> 
> if I enter an internal extension (range = 7001 to 7015) then the line hangs
> up the call.
> 

You don't have the "default" context (where you 7001-7015 extensions are
presumably defined) included into the options context. 

Otherwise you would have to send the entire extensions file for me to
guess.

Mark



More information about the asterisk-users mailing list