Displaying 20 results from an estimated 4000 matches similar to: "Enhanced 911"
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
2004 Jun 16
3
911 emergency service and VoIP
I understand that most VoIP providers allow for 911 calling but that 911
service is not the same as that available to PSTN.
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
2005 Sep 30
7
911 Q
OK, got a question on 911.
Looking into setting up a couple asterisk servers at a country club,
with VOIP phones in each of 100 short-term residential rental units.
Approx 100 extensions, approx 24 outside lines.
Since everything is geographically at one location, reaching 911
correctly shouldn't present a problem. However, the club wishes to
ensure that 911 authorities are able to identify
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
2004 Jan 06
1
Re: 911 and lawsuits and redundancy
Hi,
Most companies we work with, have 'designated' crisis management teams.
These vary from the insignificant crisis', through to life-threatening
crisis'. There is always an assigned emergency services contact, whose
job it is in an emergency, to maintain communication with the emergency
services.
One of our corporate functions is crisis management - so we have to
consider
2004 Jan 06
7
911 and lawsuits
Just curious if any of the Asterisk installers are doing anything special
to protect themselves from a possible lawsuit caused by 911 failure
during a Asterisk/computer crash?
I realize that any traditional PBX or even a phone line can fail but,
anything running on a computer is probably going to be less reliable
than most PBXs.
Anybody requiring customers to acknowledge and sign any kind of
2003 Jul 21
2
E911 and asterisk
I have a client that would like to use asterisk to link their multiples locations together. However, if a person in the remote office dials 911, How can the 911 operator determine WHERE the emergency is?? Since all calss would be going out of the PRI in the main location, the police/fire trucks will show up at our COLO!!
I know that there are some that are doing this multi site setup, how did
2007 Mar 16
12
Follow me on multiple numbers..
Hi Folks,
I want to setup a follow me routine so that asterisk can call me on the
multiple numbers.
I tried some of the samples at voip-info but there is a problem with those
examples.
I dont have coverage in my home area and my cell phone answering machine
picks up the phone right away so my home phone never rings.
I also want the caller to be able to leave a voicemail and the cell phone
2005 Jan 19
7
E911 Testing !
I believe the 911 is a serious issue if one does an asterisk installation in
an office. How do you test 911? Won't they arrest you or something for
dialing 911 for no reason and talking to one of their agents who could have
taken a more important call?
On the other hand what an emergency comes up (like someone got seriously
injured) and on top of that asterisk crashed all of a sudden
2003 Jul 21
4
Using asterisk for a 911 call center....
Has anyone had any experience using asterisk for a 911 call center? Does anyone know of any reason why it would not be suitable? As far as I know all 911 call routing takes place at the CO switch so a regular T1 line should work fine. I understand that there is support for ACD in asterisk and that is should be possible to implement screen pop (CTI). Any comments?
Gene Kochanowsky
Solution
2005 May 10
2
skype channel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I just noticed that the Skype API for linux seems to be available.
I've read before a number of posts where people were talking about
implementing a chan_skype with the skype API.
I wonder if there is any progress in that direction, and if anyone is
working on it.
/B
- --
* GPG-Key: http://evil.gnarf.org/mrbk.pgp
A: Because we read from top to
2004 Jan 06
2
911
FYI there is a way to do 911 its called E-911 enhanced 911
the user has to set it up with the local emergency services
to it and you setup your pbx to xmit the data.
Here is the fcc rule about it
http://www.fcc.gov/911/enhanced/
2005 Jun 03
3
911 context, is this right?
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 =>
2006 Feb 17
0
Intrado / VoIP E911
Ok,
So... we've been looking at Intrado as a solution for national E911.
They claim to be able to offer FCC compliant E911 services for VoIP
companies. However, as I look into things further, they don't seem
to have links to all the PSAPs for E911. Now, I understand if the
PSAP is not capable of receiving E911 information, the VoIP provider
is under no obligation to provide it.
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 Nov 20
2
e911
One of my providers has a different SIP account for each number.
I have all of my users in one outbound context (caller ID passes fine).
How do I ensure that the callers get routed down their correct SIP account with my provider for e911 purposes without each having their own context?
-----
Mike Hammett
Intelligent Computing Solutions
http://www.ics-il.com
-------------- next part
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
2005 Aug 26
3
911 Notices
With the deadline coming up for sending notices to customers, I found
it curious that out of 4-5 different providers I use, to date only one
of them has contacted me. The rest don't even have anything on their
website that I could find. Junction Networks was the only one that
actually sent me a letter and also have everything right on the first
page when you login to their system.
A week or