Actions

Special

All public logs

Combined display of all available logs of TB Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:17, 29 March 2024 Allyntree talk contribs created page Routing Script Tutorial: Script Parameters Definition for SIP (Created page with "{{DISPLAYTITLE: Script Parameters Definition for SIP}} == request_uri == Enables access to the Request-Line URI.<br> For example, if the Request-Line is: <pre>Request-Line: INVITE sip:4175162082@172.22.45.13:5060;user=phone;transport=udp SIP/2.0</pre> Then the retrieved request_uri will be "sip:4175162082@172.22.45.13:5060;user=phone;transport=udp SIP/2.0". <br> In the routing scripts, to retrieve only the called number, this script can be used:<br> <pre> if...")