Details
Description
setup:
<action application="set" data="sip_replace_userpart=222"/>
<action application="bridge" data="${sofia_contact(internal/100@sys.local)}" />
The patch does do the following:
The sofia_contact function will search for a user 100 but will replace the 100 with the value of the variable sip_replace_userpart = 222. This is useful if you have trunk registration on FS and you want to make a outgoing call with the same parameter as the trunk registration (IP, Port, ...) but with a different userpart.
<action application="set" data="sip_replace_userpart=222"/>
<action application="bridge" data="${sofia_contact(internal/100@sys.local)}" />
The patch does do the following:
The sofia_contact function will search for a user 100 but will replace the 100 with the value of the variable sip_replace_userpart = 222. This is useful if you have trunk registration on FS and you want to make a outgoing call with the same parameter as the trunk registration (IP, Port, ...) but with a different userpart.
Activity
Mike Jerris
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Incomplete [ 4 ] |
Mike Jerris
made changes -
| Fix Version/s | 1.3.0 [ 10003 ] |
<action application="bridge" data="${sofia_contact(internal/100@sys.local)}^222" />
and
<action application="bridge" data="{sip_route_uri=222}${sofia_contact(internal/100@sys.local)}" />