diff options
Diffstat (limited to 'templates-cfg/system/conntrack/modules/sip/port/node.def')
-rw-r--r-- | templates-cfg/system/conntrack/modules/sip/port/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates-cfg/system/conntrack/modules/sip/port/node.def b/templates-cfg/system/conntrack/modules/sip/port/node.def index b72f1ca..78a0f07 100644 --- a/templates-cfg/system/conntrack/modules/sip/port/node.def +++ b/templates-cfg/system/conntrack/modules/sip/port/node.def @@ -3,6 +3,8 @@ type: u32 help: Port number that SIP traffic is carried on +default: 5060 + val_help: u32:1-65535; SIP port number syntax:expression: ($VAR(@) >= 1 && $VAR(@) <=65535) ; "Port number must be in range 1 to 65535" |