John Fraizer wrote:

[Please don't top post. Conversations on mailing lists flow more logically when you post inline.]

That should be

exten => 911.,1,blah

and

exten => 9911.,1,blah

You don't want to not catch a call when the user is scared to death and hits too many 1's.

Better yet, with some help from the wiki:

exten => 911.,1,ChanIsAvail(Zap/1)
exten => 911.,2,Dial(Zap/1/911)
exten => 911.,3,Hangup()
exten => 911.,102,SoftHangup(Zap/1-1)
exten => 911.,103,Wait(1)
exten => 911.,104,Goto(1)

exten => 9911.,1,Goto(911,1)

Nick

_______________________________________________
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