2. Java version: 1.8.0_144
3. OS type and the version: Windows Server 2012
4. UA (phone), gateway or other hardware/software involved: SIP application, ITSP
5. Your problem:
My SIP application issues a REFER to transfer a call and BSS sends it to my ITSP OK, but the REFER-TO uri is the BSS external IP address and I need it to be the ITSP's IP address. I would like to replace the IP address of the REFER-TO field.
Example:
Code: Select all
Old REFER-TO - sip:1234567@10.10.10.10
New REFER-TO - sip:1234567@99.99.99.99
Code: Select all
&net.sip.outside.dialog.pattern = ^REFER|^NOTIFY
Matching Patterns:
Code: Select all
$request = ^REFER
Code: Select all
Refer-To = sip:1234567@99.99.99.99
Thanks,
wfx
[/code]