Update kickall
- Original kickall had an extra set command and was missing the domain name. - Shouldn't be needed because conference is set to end when moderator leaves - For this reason disabled by default. - Additional kickall with sched_api is a time limit for the call
This commit is contained in:
parent
d9e43cda4c
commit
786d60120a
|
|
@ -8,7 +8,8 @@
|
|||
<action application="set" data="moderator=false" />
|
||||
<action application="set" data="mute=true" />
|
||||
<action application="set" data="check_destination_status=true" enabled="false" />
|
||||
<action application="set" data="set api_hangup_hook=conference page-${destination_number} kick all" />
|
||||
<action application="set" data="api_hangup_hook=conference page-${destination_number}@${domain_name} kick all" enabled="false"/>
|
||||
<action application="set" data="api_result=${sched_api(+80 none conference page-${destination_number}@${domain_name} kick all)}" enabled="false"/>
|
||||
<action application="lua" data="page.lua" />
|
||||
</condition>
|
||||
</extension>
|
||||
|
|
|
|||
Loading…
Reference in New Issue