mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user