beautypg.com

Teletronics Enterprise SIP Server User Manual

Page 24

background image

TELETRONICS INTERNATIONAL, INC.

23

Enterprise SIP Server Tutorial – Dial Plan

s-tut-dp1.51-041228

5.2.5.

If the number of forwards allowed is less than 5, return the code 406 (not
acceptable)

Matching Patterns

Deploy Patterns

$request=^INVITE
max-forwards=^[0-5]$

$action=406

5.2.6.

If the callee isn’t registered with the database, return the code 486

Matching Patterns

Deploy Patterns

$request=^INVITE
$registered=false

$action=486

5.2.7.

If the callee’s User Name is “user”, return the code 603 (refused)

Matching Patterns

Deploy Patterns

$request=^INVITE
to=sip:user@

$action=603