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 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
