camaraproject / WebRTC

Repository to describe, develop, document and test the WebRTC API family
Apache License 2.0
5 stars 8 forks source link

Emergency call support for BYON #25

Open deepakjaiswal1 opened 9 months ago

deepakjaiswal1 commented 9 months ago

@pradeepachar-mavenir @TEF-RicardoSerr

Problem description The BYON call handling API does not currently support emergency calls.

Possible evolution Enhance APIs to enable emergency calling, transmitting user location (PIDF-LO format) when available and fallback options for locationless calls.

TEF-RicardoSerr commented 8 months ago

Hi Deepak. It was commented in our last call the dificulties we find here is the retrieval of the location as is not retreived by the WebRTC Gateway but by the Op. Network. In terms of the network location procedures, for a mobile phone is easier as it can be retrieved the Cell the user is connected to, but for a simless device it might not be that simple, I don't know what your plans would be.

Said that for us is okay to perform emergency calls always the location parameter is optional to be retreived

TEF-RicardoSerr commented 5 months ago

A collaborative document regarding this topic is to be written here feel free to provide comments, content and possible solutions

stroncoso-quobis commented 2 days ago

Update:

Commented at today's meeting, we are holding this feature while we achieve the "stable release" status, once completed, we will focus on this feature.

Regards,