sip_invite_req_uri
Created by Ryan Harris, last modified on 2018.02.07
sip_invite_req_uri
string Sets the URI in the header Request-Line INVITE
when calling bridge or originate.
RFC 3261 specifies that compliant endpoints SHOULD route based on the Request URI, not the URI in To:
Usage
<action application="bridge" data="{sip_invite_req_uri=sip:11112222@test1.com}sofia/external/33334444%192.168.4.6"/>
Result:
INVITE sip:11112222@test1.com SIP/2.0
From: "" <sip:0000000000@192.168.2.7>;tag=N6K579y4g6j0D
To: <sip:33334444@192.168.4.6>