<div dir="ltr">Hello,<br><br>I wish to kindly ask how can I access the "Identity" header.<br>I set the following variable to true in my sip profile:`<param name="parse-all-invite-headers" value="true"/>` in order to access all invite header but without luck.<br>The SIP invite header is the following:<br>`<br>INVITE <a href="mailto:sip%3A1002@192.168.59.203">sip:1002@192.168.59.203</a> SIP/2.0.<br>Record-Route: <sip:192.168.59.203;lr>.<br>Call-ID: dd566f5f1c0c7f746226fdd374fdb2ae@0:0:0:0:0:0:0:0.<br>CSeq: 1 INVITE.<br>From: "1001" <<a href="mailto:sip%3A1001@192.168.59.203">sip:1001@192.168.59.203</a>>;tag=1bcc4483.<br>To: <<a href="mailto:sip%3A1002@192.168.59.203">sip:1002@192.168.59.203</a>>.<br>Via: SIP/2.0/UDP 192.168.59.203:5060;branch=z9hG4bK2003.33316c51.0.<br>Via: SIP/2.0/UDP 192.168.59.213:5060;branch=z9hG4bK-323138-463e2aa4a02196f588595ac028866af3.<br>Max-Forwards: 69.<br>Contact: "1001" <sip:1001@192.168.59.213:5060;transport=udp;registering_acc=192_168_59_203>.<br>User-Agent: Jitsi2.11.20200408Linux.<br>Content-Type: application/sdp.<br>Content-Length: 897.<br>Date: Thu, 09 Apr 2020 10:11:24 GMT.<br>Identity: eyJhbGciOiJFUzI1NiIsInBwdCI6InNoYWtlbiIsInR5cCI6InBhc3Nwb3J0IiwieDV1IjoiaHR0cHM6Ly9jZXJ0LmV4YW1wbGUub3JnL3Bhc3Nwb3J0LmNlciJ9.eyJhdHRlc3QiOiJBIiwiZGVzdCI6eyJ0biI6WyI8bnVsbD4iXX0sImlhdCI6MTU4NjQyNzA4NCwib3JpZyI6eyJ0biI6IjxudWxsPiJ9LCJvcmlnaWQiOiIxMjM0NTYifQ.MEQCIH9KqTnrIW6pAlCqrYbHEFoCF3AsS6crh4ptSEzfnOM_AiAjZrZJ2Ur1csuYvJN8NygYEg1N-3RseLSoNHQOEX_Z5w;info=<<a href="https://cert.example.org/passport.cer">https://cert.example.org/passport.cer</a>>;ppt="shaken".<br>Test-Header: mytest.<br>`<br>And the message log I get is :<br>`<br>variable_sip_i_from: ["1001" <<a href="mailto:sip%3A1001@192.168.59.203">sip:1001@192.168.59.203</a>>;tag=1bcc4483]<br>variable_sip_i_to: [<<a href="mailto:sip%3A1002@192.168.59.203">sip:1002@192.168.59.203</a>>]<br>variable_sip_i_call_id: [dd566f5f1c0c7f746226fdd374fdb2ae@0:0:0:0:0:0:0:0]<br>variable_sip_i_cseq: [1 INVITE]<br>variable_sip_i_max_forwards: [69]<br>variable_sip_i_contact: ["1001" <sip:1001@192.168.59.213:5060;transport=udp;registering_acc=192_168_59_203>]<br>variable_sip_i_user_agent: [Jitsi2.11.20200408Linux]<br>variable_sip_i_date: [Thu, 09 Apr 2020 10:11:24 GMT]<br>variable_sip_i_content_type: [application/sdp]<br>variable_sip_i_content_length: [897]<br>variable_sip_i_via: [ARRAY::SIP/2.0/UDP 192.168.59.203:5060;branch=z9hG4bK2003.33316c51.0;received=192.168.58.201|:SIP/2.0/UDP 192.168.59.213:5060;branch=z9hG4bK-323138-463e2aa4a02196f588595ac028866af3]<br>variable_sip_i_record_route: [<sip:192.168.59.203;lr>]<br>variable_sip_i_test_header: [mytest]<br>`<br>I tested this in latest release(<a href="https://github.com/signalwire/freeswitch/releases/tag/v1.10.2">https://github.com/signalwire/freeswitch/releases/tag/v1.10.2</a>) and on master(commit: ae0444e9cbccdee55a80467d605e1e8c3363a36d) and the same thing happened: the Test-Header is present in the log but the Identity header is not. <br>How can I access the "Identity" header in the dialplan?<br><br>Thanks for your time,<br>Tripon Alexandru<br></div>