How To Read Or Write Geolocation (RFC6442) Data In SIP/PJSIP Messages ?

Home » Asterisk Users » How To Read Or Write Geolocation (RFC6442) Data In SIP/PJSIP Messages ?
Asterisk Users 3 Comments

Hello,

I’m having a look at section 13.1 from SIP Connect v2 doc (see [1]). It refers to RFC6442 which gives the following example (sorry for its length):

INVITE sips:bob@biloxi.example.com SIP/2.0
Via: SIPS/2.0/TLS pc33.atlanta.example.com;branch=z9hG4bK74bf9
Max-Forwards: 70
To: Bob
From: Alice ;tag

3 thoughts on - How To Read Or Write Geolocation (RFC6442) Data In SIP/PJSIP Messages ?

  • Hello,

    As far as I know there is no way to read or write the INVITE’s body, neither with chan_sip nor chan_pjsip.

    Jean Aunis

    Le 07/12/2017 à 17:35, Olivier a écrit :

  • This is correct. There is nothing in Asterisk or the channel drivers to allow this. You would need to define a mechanism to do so and implement it in the code.