Hello,
I'm dealing with a doorbell that rejects a call because of Privacy: none header. Here is the the full INVITE.
Support asked me to remove it, and I've tried many ways to do it, but so far, nothing.
For example, this doesn't work.
I'm dealing with a doorbell that rejects a call because of Privacy: none header. Here is the the full INVITE.
Code:
INVITE sip:600@192.168.12.12:37310;transport=TCP SIP/2.0
Via: SIP/2.0/TCP 149.28.xx.xx;rport;branch=z9hG4bKF4ZSHpc2vrcKj
Route: <sip:600@69.112.xx.xx:60980>;transport=TCP
Max-Forwards: 68
From: "CALLER ID" <sip:+1310xxxxxxx@m302w>;tag=t0rDmp1j9pFKD
To: <sip:600@192.168.12.12:37310;transport=TCP>
Call-ID: f0a045cc-c99e-123d-6f9d-3cecefb9f556
CSeq: 86647714 INVITE
Contact: <sip:mod_sofia@149.28.46.101:5060;transport=tcp>
User-Agent: FreeSWITCH
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Session-Expires: 120;refresher=uac
Min-SE: 120
Privacy: none
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 461
X-FS-Support: update_display,send_info
P-Asserted-Identity: "CALLER ID" <sip:+1310xxxxxxx@m302w>
Support asked me to remove it, and I've tried many ways to do it, but so far, nothing.
For example, this doesn't work.
Code:
<action application="unset" data="sip_h_Privacy"/>
Last edited: