Teletronics Enterprise SIP Server User Manual
Page 17
Advertising

TELETRONICS INTERNATIONAL, INC.
16
Enterprise SIP Server Tutorial – Dial Plan
s-tut-dp1.51-041228
3.5.4. If the call is outbound, the SIP-URI inside the packet won’t be changed and
the call will be routed to 192.168.0.5
Matching Patterns
Deploy Patterns
$outbound=true
$request=^INVITE
$target=192.168.0.5
¸
There are 2 methods for setting the routing destination in the Dial Plan.
Setting the callee in “to”:
By assigning an assigned value for the To: header field in the SIP request, the
callee can be set.
ex: to=”sip:newuser@domain”
Setting the
callee in $target:
:
The IP Address of the routing destination is set. The SIP-URI information within the SIP
request won’t be
changed.
ex: $target=192.168.0.100
Advertising