10-15-2019 12:23 PM - edited 10-15-2019 12:23 PM
Little help?
How to config to modify sip "from" header on router 2900 with sip profile?
The Voice gateway is sending the “FROM” header in the follow format: 850735200@10.10.10.10 this needs to be: 850735200@test.it.com. So the “FROM” header needs to be transformed.
Below needs to be removed from the “From header”
*Remote-Party-ID
*Cisco-GUID
Regards,
VZ
10-31-2019 02:51 AM
Hi
try to apply the following sip profile to the outgoing dial-peer:
voice class sip-profiles 1
request ANY sip-header From modify "10.10.10.10" "test.it.com"
request ANY sip-header Remote-Party-ID remove
request ANY sip-header Cisco-Guid remove
10-31-2019 03:31 AM
You may also find some info on the following:
G
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide