mbo
2015-05-21 19:57:18 UTC
Our carrier sends us always the callerid in the P-Asserted-Identity field in the SIP header. When a caller calls anonymous, in the INVITE the relevant fields in the header look like:
From: <sip:***@anonymous.invalid;user=phone;udp>
P-Asserted-Identity: <sip:+***@IPADDRESS>
Privacy: header;user;id
When I bridge the call, in the INVITE which is sent to the remote server, the relevant fields in the header look like:
From: "anonymous" <sip:+***@IP-ADDRESS>;tag=K90ap6HBNQDtQ
Privacy: id
P-Asserted-Identity: "anonymous" <sip:+***@IP-ADDRESS>
But I fo not want to sent the callerid at all, so the fields should be set to:
From: <sip:***@anonymous.invalid;user=phone;udp>
P-Asserted-Identity: "anonymous" <sip:+***@anonymous.invalid;user=phone;udp>
Privacy: header;user;id
or drop the P-Asserted-Identity field like:
From: <sip:***@anonymous.invalid;user=phone;udp>
Privacy: header;user;id
Which variables do I need to set before the call is bridged to archive this (I’m still using FS 1.2)
Thanks and Regards
Markus
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
***@freeswitch.org
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
FreeSWITCH-***@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
From: <sip:***@anonymous.invalid;user=phone;udp>
P-Asserted-Identity: <sip:+***@IPADDRESS>
Privacy: header;user;id
When I bridge the call, in the INVITE which is sent to the remote server, the relevant fields in the header look like:
From: "anonymous" <sip:+***@IP-ADDRESS>;tag=K90ap6HBNQDtQ
Privacy: id
P-Asserted-Identity: "anonymous" <sip:+***@IP-ADDRESS>
But I fo not want to sent the callerid at all, so the fields should be set to:
From: <sip:***@anonymous.invalid;user=phone;udp>
P-Asserted-Identity: "anonymous" <sip:+***@anonymous.invalid;user=phone;udp>
Privacy: header;user;id
or drop the P-Asserted-Identity field like:
From: <sip:***@anonymous.invalid;user=phone;udp>
Privacy: header;user;id
Which variables do I need to set before the call is bridged to archive this (I’m still using FS 1.2)
Thanks and Regards
Markus
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
***@freeswitch.org
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
FreeSWITCH-***@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org