
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am using a 3430 as an eSBC to connect a PBX to a carrier SBC using SIP trunks. When the PBX makes a privacy call, I see the "Privacy: id" header included in the PBX originated INVITE. However, I do not see the "Privacy: id" header in the INVITE generated by the 3430 going to the carrier SBC. Cisco has the "privacy-policy passthru" command. Is there an equivilent in AOS?
Thanks.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
Zorper,
Thanks for the question. There are a couple of commands you need to enable to pass the privacy through to the carrier SIP trunk.
First, make sure you have the "sip privacy" command configured globally. Second, put the command "trust-domain" on the SIP trunk facing the PBX and the SIP trunk facing the provider. That should do it!
Thanks,
Rob

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
Zorper,
Thanks for the question. There are a couple of commands you need to enable to pass the privacy through to the carrier SIP trunk.
First, make sure you have the "sip privacy" command configured globally. Second, put the command "trust-domain" on the SIP trunk facing the PBX and the SIP trunk facing the provider. That should do it!
Thanks,
Rob

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: SIP "Privacy: id" header not passing through 3430 in eSBC configuration
That did it. Thanks much!