[Asterisk-Users] Source for 9-911 Labels to attach to phones?

Nicholas Bachmann asterisk at not-real.org
Mon Jul 26 17:28:08 MST 2004


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




More information about the asterisk-users mailing list