First responder here. I am a professional Firefighter/EMT in Arizona. Its not just 911 calls from cell phones, its the whole stack. This will hopefully illustrate the problems we have; Last night we were dispatched to an MVA (accident) with injuries. The 911 call came in from a passer by on a cell phone, but gave the wrong address. A police officer near by, responded as well. When the officer arrived, he told Dispatc…
I'd be interested to know exactly why Google Maps would be too expensive. Is it the licensing of the maps from Google that costs too much, or the development of new software to use the new map source data? In the case of the former, I wonder if OpenStreetMap is any better than CAD Maps' existing map source.
A survey of 911 dispatchers reveals the cost of bad technology
31–40 of 61 posts
Re: A survey of 911 dispatchers reveals the cost of bad technology
#32While this does describe a real problem that we want to address, article reads like surveillance propaganda. I think it reads that way because of strong implication that cell phone technology is bad because it does not allow authorities to obtain quick geolocation fix on a cell phone.
The issue is that GPS is not as accurate as a landline port assignment lookup. 20 years ago, if a toddler dialed 911, the 911 operator knew what building or floor a call came from. That's just fundamental. It's not surveillance state stuff. At one time, this problem was limited to a smaller population of cellphone users. Most people in one of these horrible car accident situations, etc didn't have access to a cellpho…
Speaking on the disappearance of land-lines, another issue is the increase of VoIP subscribers. Keeping address information up-to-date is the responsibility of the subscriber. If they take their VoIP service to the cottage, and call 911, emergency service could be dispatched to their home residence instead.
Re: A survey of 911 dispatchers reveals the cost of bad technology
#33I wish there were a premium 911 smartphone application for the public or maybe even somewhat-trained members of the public. Rather than a single number to call, show me the resources available in my local area, in realtime -- distances to a level I/II trauma facility, hazmat, fire, police, tactical, etc. (some of this might be restricted for security reasons, but "infinite" resources like a police hq or hospital woul…
Re: A survey of 911 dispatchers reveals the cost of bad technology
#34Is anyone working on something better than signal strength triangulation for cell tower based positioning? It seems crazy to me that we can get accuracy of a few meters using weak signals from satellites in space, while the strong signals from nearby cell towers give you only kilometer level accuracy.
Generally speaking, cell phones today already know where they are with pretty good accuracy. So the most obvious solution would be to have a standardized system for a phone to send its GPS/wifi based position to the 911 center. In some cases the caller is not able to communicate verbally because they're choking, hiding in the closet from an intruder, or any number of other reasons. In those situations, being able to…
Re: A survey of 911 dispatchers reveals the cost of bad technology
#35I wish there were a premium 911 smartphone application for the public or maybe even somewhat-trained members of the public. Rather than a single number to call, show me the resources available in my local area, in realtime -- distances to a level I/II trauma facility, hazmat, fire, police, tactical, etc. (some of this might be restricted for security reasons, but "infinite" resources like a police hq or hospital woul…
Resources. My city has a massive problem with retention of IT folk and I suspect this to be the case in lots of other municipalities. Your ideas are awesome, but we can't even manage to get laptops that sit next to each other to communicate and/or share data. There is no comprehensive suite of Fire/EMS software and hardware that I am aware of. It is 100% piece meal and the people making the decisions don't really und…
Essentially drchrono or practice fusion for EMS/fire/police/etc -- less featureful and customizable than the existing solutions, but vastly easier to deploy.
Re: A survey of 911 dispatchers reveals the cost of bad technology
#36It should be the other way! Smartphones should have an emergency button. Pressing the button should automatically call 911 (or 112) and speaking using a Text-To-Speech TTS software (Siri, etc.) the name of the phone owner and the GPS coordinate, street address, etc. This technology is already built in e.g. Ford cars (using Nuance/Microsoft speech technology, using automatic Bluetooth to call via the phone) - at the s…
Re: A survey of 911 dispatchers reveals the cost of bad technology
#37Serious question... why can't I SMS 911? This article focuses on geolocation data... which is fine. But what about cases where a person is unable to speak verbally because of either physical impairment, or because they are afraid or otherwise unable to do so? This would be so easy to implement, can it even really be said to be a technology problem?
For those PSAPs that do have NG911 equipment, managing an SMS "call" is tricky because SMS messages are not sent on a persistent connection. Each message requires routing through the wireless network to a selective router which then routes the call to a PSAP, and the PSAP routes the message to a call taker. So somehow subsequent messages need to be able to find their way to the same call taker that handled the first message.
- How do all of the routing points know what "call" each message belongs to?
- How do they know when the call ends?
- What happens when the caller's location changes and the wireless network routes through a new selective router?
- What if a PSAP is busy or offline? Unlike normal SMS, messages need to be re-routed.
- 911 calls need to be recorded. Who is responsible for storing the SMS conversations? Sometimes PSAPs are required by a state to record conversations. If the SMS solution is a web-hosted application, state laws may need amending to allow the application provider to record the SMS conversation.
The wireless network, selective router, and PSAP equipment may each be managed by a different entity, so it requires new laws, standards and equipment to coordinate a 911 SMS conversation correctly compared to normal SMS calls where the number that is being sent to maps to a single subscriber.
Re: A survey of 911 dispatchers reveals the cost of bad technology
#38Earlier quoted context omitted.
> Is anyone working on something better than signal strength triangulation for cell tower based positioning? First, cell towers do better than mere signal strength triangulation -- they use signal arrival time and round-trip time to get a pretty good fix on a phone's location. Not nearly as good as GPS, but reasonably good. Second, smartphones have GPS receivers, and some of those allow the GPS position to accompany…
>they use signal arrival time and round-trip time Do you have a source for this? As far as I know this is not true. They use signal strength and knowledge of cell tower antenna locations, but not time of flight of the radio signal, as GPS does.
http://en.wikipedia.org/wiki/Mobile_phone_tracking
Quote: "Using the SIM in GSM and UMTS handsets, it is possible to obtain raw radio measurements from the handset.[6][7] The measurements that are available can include the serving Cell ID, round-trip time, and signal strength. "
http://wrongfulconvictionsblog.org/2012/06/01/cell-tower-tri...
Quote: "Within each sector, the tower can make a measurement of how far away the transmitting cell phone is. This is done by measuring signal strength and the round-trip signal time."
Neither of the above references is very specific, but I recently read a paper that went into great detail, and showed graphs of the areas with the greatest accuracy, all based on arrival time measurements. Some of it may have been speculative based on future improvements in the system. But I can't locate that specific paper.
Here's another reference:
http://www.cnet.com/news/feds-push-for-tracking-cell-phones/
Quote: "T-Mobile, for instance, uses a GSM technology called Uplink Time Difference of Arrival, or U-TDOA, which calculates a position based on precisely how long it takes signals to reach towers. A company called TruePosition, which provides U-TDOA services to T-Mobile, boasts of "accuracy to under 50 meters" that's available "for start-of-call, midcall, or when idle.""
You know, now that I've read these articles, it sounds more like a future technology than something that's in place right now, except for a few networks.
Re: A survey of 911 dispatchers reveals the cost of bad technology
#39While this does describe a real problem that we want to address, article reads like surveillance propaganda. I think it reads that way because of strong implication that cell phone technology is bad because it does not allow authorities to obtain quick geolocation fix on a cell phone.
Someone who is calling 911 (or 999) should have no expectation of privacy from the government as to their location.
To get that kind of data from your OS to a 911 dispatcher simply by placing a call would be to concede the ability for that kind of data to be leaked over telephony at all, or otherwise constantly uploaded to telcos/authorities.
Re: A survey of 911 dispatchers reveals the cost of bad technology
#40First responder here. I am a professional Firefighter/EMT in Arizona. Its not just 911 calls from cell phones, its the whole stack. This will hopefully illustrate the problems we have; Last night we were dispatched to an MVA (accident) with injuries. The 911 call came in from a passer by on a cell phone, but gave the wrong address. A police officer near by, responded as well. When the officer arrived, he told Dispatc…
I'd be interested to know exactly why Google Maps would be too expensive. Is it the licensing of the maps from Google that costs too much, or the development of new software to use the new map source data? In the case of the former, I wonder if OpenStreetMap is any better than CAD Maps' existing map source.