beautypg.com

Teletronics Enterprise SIP Server User Manual

Page 9

background image

TELETRONICS INTERNATIONAL, INC.

8

Enterprise SIP Server Tutorial – Dial Plan

s-tut-dp1.51-041228

2.2. Deploy Patterns

Define deploy actions for when the condition is fulfilled. The “header field names” and the
“handling variable names” below can be used here.

Handling Variable
Name

Definition

$action

Response code which will be sent to the caller or register action

at Enterprise SIP Server

ex_ $action=404
$action=register

$continue

If $continue=true is set, checking procedures of Matching
Patterns won’t be finished after the deploy patterns are executed.
Checking procedure will be continued from the line right after this
rule.

ex_ $continue=true

$ifdst

Network Interface (IP address) used to send packets to the
callee.

ex_ $ifdst=192.168.1.100

$ifsrc

Network Interface (IP address) used to send packets to the caller.

ex_ $ifsrc=192.168.2.1

$nat

Whether or not to use NAT Traversal function.

ex_ $nat=true

$replaceurl

Whether SIP-URI in the SIP packet is replaced or not.

ex_ $replaceurl=false

$rtp

Whether RTP Stream Tunneling is established or not.

ex_ $rtp=auto

$target

Specifies the callee’s address.

ex_ $target=192.168.0.2