McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 60

↗ View in doc context
page
60
source
voice-quality/troubleshooting/cisco-ios-vs-iosxe/cisco-ios-vs-iosxe.md
chunk_id
voice-quality::troubleshooting::cisco-ios-vs-iosxe::cisco-ios-vs-iosxe::74

!

Example SIP Profile to add, modify, or remove Diversion headers.

<#root> ! Add ! voice class sip-profiles 777 request INVITE sip-header Diversion add "Diversion: sip:1234@cisco.com" ! ! ! Modify ! voice class sip-profiles 888 request INVITE sip-header Diversion modify "sip:(.*)>" "sip:1234@cisco.com>" ! ! ! Remove ! voice class sip-profiles 999 request INVITE sip-header Diversion remove !

Example SIP Profile to modify Caller ID Name portion of SIP headers.

! voice class sip-profiles 123 request INVITE sip-header From modify ""."" ""TEST CLID"" !

Example SIP Profile to change a 183 Session In Progress to a 180 Ringing.

! voice class sip-profiles 789 response 183 sip-header SIP-StatusLine modify "SIP/2.0 183 Session in Progress" "SIP/2.0 180 Ringing" !

Example SIP Profile for one-way or no-way audio interoperability with a provider.

<#root> ! voice class sip-profiles 200