Update SIP{$mac}.cnf
add option for different telnet password and turn auto complete off by default
This commit is contained in:
parent
c35a7cc885
commit
02b4cbcfe9
|
|
@ -70,6 +70,9 @@ semi_attended_transfer: "0" ; 0-Disabled, 1-Enabled (default)
|
|||
# Telnet Level (enable or disable the ability to telnet into this phone
|
||||
telnet_level: "2" ; 0-Disabled (default), 1-Enabled, 2-Privileged
|
||||
|
||||
# Uncomment the line below for different telnet password
|
||||
# phone_password: "FusionPBX"
|
||||
|
||||
# Inband DTMF Settings (0-disable, 1-enable (default))
|
||||
dtmf_inband: "1"
|
||||
|
||||
|
|
@ -136,7 +139,7 @@ dial_template: "dialplan"
|
|||
network_media_type: "auto"
|
||||
|
||||
#Autocompletion During Dial (0-off, 1-on [default])
|
||||
autocomplete: "1"
|
||||
autocomplete: "0"
|
||||
|
||||
#Time Format (0-12hr, 1-24hr [default])
|
||||
time_format_24hr: "0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue