Add sip_trust_ctl to w52 provisioning (#2032)
This commit is contained in:
parent
6a99829ea7
commit
f1e1e1fe0f
|
|
@ -257,6 +257,7 @@ account.1.dnd.enable =
|
|||
|
||||
#Configure the DND on code and off code for account1.
|
||||
|
||||
account.1.sip_trust_ctrl = 1
|
||||
|
||||
#######################################################################################
|
||||
## Account2 Settings ##
|
||||
|
|
@ -501,6 +502,10 @@ features.dnd_mode =
|
|||
account.2.dnd.enable =
|
||||
|
||||
#Configure the DND on code and off code for account1.
|
||||
|
||||
account.2.sip_trust_ctrl = 1
|
||||
|
||||
#######################################################################################
|
||||
## Account3 Settings ##
|
||||
#######################################################################################
|
||||
|
||||
|
|
@ -744,6 +749,9 @@ account.3.dnd.enable =
|
|||
|
||||
#Configure the DND on code and off code for account3.
|
||||
|
||||
account.3.sip_trust_ctrl = 1
|
||||
|
||||
#######################################################################################
|
||||
## Account4 Settings ##
|
||||
#######################################################################################
|
||||
|
||||
|
|
@ -989,7 +997,7 @@ account.4.dnd.enable =
|
|||
|
||||
#Configure the DND on code and off code for account4.
|
||||
|
||||
|
||||
account.4.sip_trust_ctrl = 1
|
||||
|
||||
#######################################################################################
|
||||
## Account5 Settings ##
|
||||
|
|
@ -1235,8 +1243,11 @@ account.5.dnd.enable =
|
|||
|
||||
#Configure the DND on code and off code for account5.
|
||||
|
||||
#######################################################################################
|
||||
account.5.sip_trust_ctrl = 1
|
||||
|
||||
voice_mail.number.1 = {$voicemail_number}
|
||||
|
||||
#######################################################################################
|
||||
## Network ##
|
||||
#######################################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue