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”

Attachments

Adding a SIP Header to outgoing call Attachment
X-SOURCE-URI.zip Delete(1 Kb) Downloaded 56 times

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.