Adding a SIP Header to outgoing call

This script gives you how to add a SIP header to the outgoing call leg. In the example, Source IP and Port ( incoming leg) are added to X-SOURCE-URI header in the following format:

X-SOURCE-URI: sip:" + source_ip + “:” + source_port + “;transport=udp”

X-SOURCE-URI.zip (498 Bytes)

I’m not able to download the file. It shows the message: “Oops! That page doesn’t exist or is private.”

1 Like

All of the .zip files on other posts seem to be inaccessible.

Download URL has been fixed.