Out of curiosity, is there any documentation on what is planned for the Geolocation/E911? Is the plan for Asterisk to expose the SIP body and leave it to dial plan, ARI, AMI to process the data? For example, mime pidf+xml section? Or is there a different approach being worked on (or planned to be worked on)? Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20220523/e509ec3f/attachment.html>
What are you talking about exactly? What I have understand, E911 geo information is sent “out of band” when 911 is called. So the question is, is you operating a 911 call centre – then you should have this information at hand already how to access this information. Or are it the opposite, you want to send geocoded information about SIP handset location to a E911 service when 911 is called? (that you want to embed in the outgoing body when 911 is called)? I think gaining access to these types of E911 API’s requires you being a SIP operator – and if you are a SIP operator with a number plan already, you should already have access to these types of API from the beginning and how to use them. Från: asterisk-users-bounces at lists.digium.com <asterisk-users-bounces at lists.digium.com> För Dan Cropp Skickat: den 23 maj 2022 22:01 Till: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Ämne: [asterisk-users] Geolocation/E911 Out of curiosity, is there any documentation on what is planned for the Geolocation/E911? Is the plan for Asterisk to expose the SIP body and leave it to dial plan, ARI, AMI to process the data? For example, mime pidf+xml section? Or is there a different approach being worked on (or planned to be worked on)? Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20220523/533d1c09/attachment.html>
On Mon, May 23, 2022 at 4:59 PM Dan Cropp <dan at amtelco.com> wrote:> Out of curiosity, is there any documentation on what is planned for the > Geolocation/E911? >There is a review up on Gerrit[1] with the documentation in markdown. There's also a branch in Gerrit with the work. We are planning to do interop testing, so it hasn't been merged into main and may change.> > > Is the plan for Asterisk to expose the SIP body and leave it to dial plan, > ARI, AMI to process the data? > > For example, mime pidf+xml section? >No. It will be modules for Geolocation/E911 that understand the XML, with configuration as well as by reference. The PIDF+XML won't be exposed, the code handles it. You create profiles and tell the PJSIP endpoint to use it, and that's that. Can also be dynamically done in the dialplan. -- Joshua C. Colp Asterisk Technical Lead Sangoma Technologies Check us out at www.sangoma.com and www.asterisk.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20220523/38420a61/attachment.html>