NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia...

10
NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University
  • date post

    20-Dec-2015
  • Category

    Documents

  • view

    214
  • download

    0

Transcript of NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia...

Page 1: NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University.

NG 911 Project

Wonsang Song, Jong Yul Kim, and Henning Schulzrinne

Internet Real-Time Lab, Columbia University

Page 2: NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University.

2

Overview

• Project goals

• Four phases of an emergency call1) Call identification

2) Determining caller location

3) Routing to call center

4) Call presentation

Page 3: NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University.

3

Project Goals

• Develop a prototype system that routes emergency calls over SIP based VoIP networks.

• Implement requirements for IP-based PSAP

• Provide opportunities to enhance 911 system:– Multimedia (audio, video, text)– Data delivery (floor plan, CPR how-to)– Language-based routing

Page 4: NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University.

4

Four Phases of Emergency Calling

Phase 1 Phase 2 Phase 3 Phase 4

Page 5: NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University.

5

Phase 1 : Identifying Emergency Calls

• Emergency URI– sip:[email protected]

• Identification by number– (911, 112) -> sip:[email protected]

Page 6: NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University.

6

Phase 2 : Determining Caller Location

• Different types of callers– stationary, nomadic, or mobile

• Different types of solution

CDP DHCP GPS Manual Entry

Merits Cisco devices are ubiquitous

Less burden for administrators than DHCP

DHCP is ubiquitous

Applicable to both SIP UA and SIP proxy

Delivers precise location

No work for administrators

Is always a backup method

Drawbacks Only works with Cisco switches and access points

Administrators have to enter switch – location mapping

No good for wireless connections

Administrators have to enter machine – location mapping for each machine

GPS does not work indoors or when a significant portion of the sky is blocked from view.

No guarantee of timely update

Prone to human error

Useful Situation

In organizations that use Cisco devices

In organizations where computers are fixed in one place

Outdoors When all else fails

Page 7: NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University.

7

Phase 3 : Routing to Correct PSAP

• Which PSAP should the call go to?– Usually to the PSAP that covers the area– Sometimes to a backup PSAP– If no location, then ‘default’ PSAP

• PSAP determination– DNS-SOS– LUMP : Location-to-URL Mapping Protocol

Page 8: NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University.

8

Phase 4 : Call Presentation in PSAP

Call Taker 1

Call Taker 2

Call Taker n

Hospital Police Fire Envinsa Server

HTTP SOAPTelephone #

Location Info

psap@domainw/location

Controller (psapd)

Policy

Conference Mixer

selectavailable calltaker

createconference

INVITE toconference

joinconference

REFER PoliceTo conference

joinconference

(1)

(3)(2)

(4)

(5)

(6a)

(6b)

(8)

(7)

INVITE toconference

Page 9: NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University.

9

Screenshot of a call taker

Page 10: NG 911 Project Wonsang Song, Jong Yul Kim, and Henning Schulzrinne Internet Real-Time Lab, Columbia University.

10

Thank you!

• Question?