similar to: 911 context, is this right?

Displaying 20 results from an estimated 1000 matches similar to: "911 context, is this right?"

2005 Mar 25
2
911 & SoftHangup on SPA-3000
Hi, I have a SPA-3000 and would like to use the 911 recipe from http://www.voip-info.org/wiki-Asterisk+tips+911. So I took the simple recipe and modified it slightly: exten => 911,1,ChanIsAvail(SIP/potsoutbound) exten => 911,2,Dial(SIP/potsoutbound/911) exten => 911,3,Hangup() exten => 911,102,SoftHangup(SIP/potsoutbound) exten => 911,103,Wait(1) exten => 911,104,Goto(1) Now,
2004 Aug 20
3
Strange problem with Dial
I'm trying to add an emergency dial to my context. However, when I try to dial it, I get caught in an endless loop. For debugging, I have pared out nearly all the control flow and just have ChanIsAvail() and Dial() called. Using two different extensions to call teh same number, I get two different actions by *. Here is the vvverbose output: -- Starting simple switch on
2005 Jun 03
0
(no subject)
Rich, What about a combination of your excellent/intelligent suggestion & something like this: exten => 911,1,Dial(Zap/g17/${EXTEN}) exten => 911,2,SoftHangup(Zap/1-1) exten => 911,3,Wait(1) exten => 911,4,Goto(1) ... with the idea that if a line is not free, we forcible seize one. Probably not correctly written, but, do you "get" where I am going? How would I
2006 Apr 27
3
Seize phone line
I have a question, we have some locations were I'm just planning on putting in a PRI, management also wants analog lines incase the PRI is down and someone calls 911. Is there a way to use asterisk to seize a phone line from the fax machine? I don't want to have to have an analog line that only gets used in the very rare situation with the PRI being down and someone needed to dial 911
2010 Mar 03
1
911, channel full
Hi, I am trying to implement 911 funtionality in my PBX. A call should drop if all lines are busy. Here is my context nineoneone from extensions.conf [nineoneone] exten => s,1,Set(SET_EMERG_FLAG=0) exten => s,n(checkavail),ChanIsAvail(${EMERGENCY_TRUNK}) exten => s,n,Set(EMERGENCY=1,g) exten => s,n,Set(SET_EMERG_FLAG=1) exten => s,n(dial),Dial(${EMERGENCY_TRUNK}/${EMERGENCY_NUM})
2004 Dec 03
8
Why, why, why???
Help. Why is it that I can call out from my GSBudgetone SIP phone but the audio is "one-way'? Why is it that when I call my asterisk phone number, I get a fast busy?
2011 Apr 02
1
Problem getting TDM400P clone card to go off-hook and dial
I am having problems getting a Nicherons TDM400P wildcard clone to dial out. Everything appears to be configured correctly, but although I see call progress, it never seems to actually pick up the phone. (The following is a test of 911 emergency, where I substitute 811 [repair service] as the actual number dialed.) *CLI> -- Executing [911 at from-internal:1]
2006 May 14
2
911 @ Zap Channel Breakin
Ok here is one for you. I know we all do the this for 911: exten => _911,1,Dial(Zap/1/911) exten => _9911,1,Dial(Zap/1/911) And this probably is more then acceptable for most of us. However I have a system setup that uses SIP for most calls and 1 POTS line. We use a "least cost" routing that uses the POTS line for local calls AND SIP when appropiate. What I want to do is
2010 Aug 30
2
help with dialplan
Todd How do you have the context in the phones sip configs set? Bryant From: "Todd Reese" treese65 at gmail.com Hi all, I've been have problems with getting this system on line and would like to acquire some help with the extensions.conf. My current problem is that the phones won't dialout.on the VOIP lines listed as dialout1, dialout2, dialout3. This version of asterisk
2023 Sep 07
2
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
ok switching to "Console/default" does show the text --- <("<) --- Call to device 'default' on console from 'default' <2564286000> --- (>")> --- --- <("<) --- Auto-answered --- (>")> --- However I don't hear any audio. Thanks Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Mar 22
5
Enhanced 911
Can Asterisks properly handle outbound Enhanced 911? Blake
2006 Feb 14
1
Softphone and 911
Greetings to all, Can anyone think of a reason that a Softphone would not be compatible with the F.C.C's order for E911? If the user is able to update their address when they move their laptop, etc.
2007 Aug 28
1
E911 mf camma Trunks
I just set up a t1 with 2 camma mf 911 trunks on it, and I am having a issue with it. We can call 911 which is routed out these new trunks, and it goes to the 911 center, but they are not getting the ANI and hence "no record found". Our LEC is Embarq, and they say they can see the call come in and send: KP-911-ST and then KP-0-911-ST rather then KP-0-ANI-ST I turned on all the debug
2023 Sep 08
1
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
Some progress to report: I had to run asterisk as the user logged in - actually not even that. I could not "su user -c " to that user - I had to run it as that user. Then I did a test and got audio! Great... But when I do a second test. Asterisk HANGS on ChanIsAvail() Then I thought lets SKIP that - and just let it do the Dial() - I stopped everything - got it running again. - and
2013 Apr 19
2
E911 Voip Trunking
During the course of a conversation with an member of the IT group who handles the E911 center for our county, I learned that all of the county's E911 is voip based. This got me to wondering why we could not just configure up a SIP or some such trunk directly to the E911 center to handle our emergency traffic. The county seems interested in exploring the possibility. So I'm wondering if
2005 Jul 25
3
To anyone seeking 911 Service Providers "stay away!!!"
To anyone seeking 911 services Highly recommended to everyone to stay away from this issue I do not have a name for the company right off hand, but they got sued really bad when they tried 911 via VOIP and the 911 drop kept occurring in different areas and someone died! Implement 1 single hard wire for this service and cover your tush! Brad -------------- next part -------------- An HTML
2009 Sep 02
2
Configuring Parallel SIP Trunks
Hi, I'm trying to configure 2 parallel sip trunks between 2 boxes. However I seem to have the problem that when making a call from Box 2 to Box 1, it sometimes says authentication failed because it is using the username of the other trunk. Here's my configuration: Box 1: [dp-dp2] type=peer username=dp-dp2 secret=mysecret qualify=yes host=box.2.ip.address context=from-internal [e911-dp2]
2007 Feb 13
2
E911 SIP or IAX providers?
Does anyone have any experience with any SIP or IAX providers that support E911? I'd love to convert entirely to Asterisk at my house, but the lack of emergency dialing has been a major hold-up for me. Thanks in advance for any suggestions! -- Kyle Sexton
2005 Mar 19
2
Routing 911 calls
Has anyone used asterisk as a simple voip server? (I'm sure its been/ing done). If so... how did you provide 911 service? Did you setup different contexts and put sip phones in those contexts per county? Also, is it possible to put a phone into multiple contexts? For instance: context=from-internal Can I add a second context like with a , comma? So the phone can have the rules from 2
2003 Aug 21
2
911, networks of * servers, etc. (was: VOIP Dialtone?)
OK, that "VOIP dialtone?" thread was getting really out of hand, so I'll condense my answers into one big ugly message: 1) 911 service. Yes, that is one of three reasons to keep your PSTN line. The other two reasons are: Inbound calls from local callers still should work on a POTS line, for now. You can't find VOIP providers in most area codes, so you'll most