according to SIP server documentation, it should be possible to insert custom parameters to outgoing INVITE message.
It is mentioned on p. 137 of deployment guide (SIP_HEADERS), but not the way how and where to create them. They should be placed in AttributeExtensions section of RequestRouteCall, but i didn’t find how to create them.
I would need to insert Diversion line with the DN number, because our telecom operator is discarding redirected calls outside callcenter (they don’t know whom to bill the calls).
You can find detailed description about setup of this feature in “Framework 7.6 SIP Server Deployment Guide” , chapter “Mapping SIP Headers and SDP Messages”. Just be careful as not all described features are available in previous releases of SIP Server. Please check release notes.
i’m using latest 7.6. I read the section but didn’t understand it quite. There are two ways how to achieve it - 1. edit SIPserver object in CME, 2-edit Troute parameter in URS. We would need to use this 2. way.
Do you have any example syntax of troute function with SIP_HEADERS?