[Asterisk-Users] 911 context, is this right?
Chris Coulthurst
asterisk at shuksan.com
Fri Jun 3 02:50:36 MST 2005
I have 3 analog trunks zap/1, zap/4 and zap/5. zap/5 is the least used
line. Would the following work for 911 calls?
[e911]
exten => 911,1,ChanIsAvail(Zap/1)
exten => 911,2,Dial(Zap/1/911)
exten => 911,3,Hangup()
exten => 911,102,ChanIsAvail(Zap/4)
exten => 911,103,Dial(Zap/4/911)
exten => 911,104,Hangup()
exten => 911,203,ChanIsAvail(Zap/5)
exten => 911,204,Dial(Zap/5/911)
exten => 911,205,Hangup()
exten => 911,304,SoftHangup(Zap/5-1)
exten => 911,305,Wait(2)
exten => 911,306,Goto(204)
Did I get the Priority + 101 idea right here?
Chris Coulthurst
chris at shuksan.com
More information about the asterisk-users
mailing list