sip_invite_to_uri
Created by Ryan Harris, last modified on 2018.02.07
sip_invite_to_uri
string Sets the URI in the header To
when calling bridge or originate.
Usage
originate {sip_invite_to_uri=<sip:11112222@test1.com>}sofia/internal/33334444@192.168.4.6 &park
Result:
INVITE sip:33334444@192.168.4.6 SIP/2.0
From: "" <sip:0000000000@192.168.2.7>;tag=N6K579y4g6j0D
To: <sip:11112222@test1.com>
Alternatively, if you need to set just the username in the header To
, you can pass it at the end of the dial string:
originate sofia/internal/33334444@192.168.4.6^11112222 &park
Result:
INVITE sip:33334444@192.168.4.6 SIP/2.0
From: "" <sip:0000000000@192.168.2.7>;tag=Qr6pB00BBrZ5m
To: <sip:11112222@@192.168.4.6>