mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
voice-client: ringing schedule is off by default
This commit is contained in:
parent
906307df05
commit
a6047dadbf
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ uci -q batch <<-EOT
|
||||||
add voice_client ringing_status
|
add voice_client ringing_status
|
||||||
rename voice_client.@ringing_status[-1]=RINGING_STATUS
|
rename voice_client.@ringing_status[-1]=RINGING_STATUS
|
||||||
set voice_client.RINGING_STATUS.status=0
|
set voice_client.RINGING_STATUS.status=0
|
||||||
set voice_client.RINGING_STATUS.enabled=1
|
set voice_client.RINGING_STATUS.enabled=0
|
||||||
set voice_client.RINGING_STATUS.shouldring=1
|
set voice_client.RINGING_STATUS.shouldring=1
|
||||||
commit voice_client
|
commit voice_client
|
||||||
EOT
|
EOT
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue