Update 240_page.xml change kick all to hup all

This removes the message when call ends that they have been kicked from the page (conference call)
This commit is contained in:
FusionPBX 2023-08-20 23:03:57 -06:00 committed by GitHub
parent 086189a769
commit 85d194799f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<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="api_hangup_hook=conference page-${destination_number}@${domain_name} kick all" enabled="false"/>
<action application="set" data="api_hangup_hook=conference page-${destination_number}@${domain_name} hup all" enabled="false"/>
<action application="set" data="execute_on_answer=sched_hangup +80 allotted_timeout" enabled="false"/>
<action application="lua" data="page.lua" />
</condition>