Update 240_page.xml

Changed this value to false as the check destination status will be checked by default. The purpose of this change to keep the original behavior.
This commit is contained in:
FusionPBX 2024-05-09 10:30:35 -06:00 committed by GitHub
parent 4f7c5789fc
commit 1a9eaef5f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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="delay=false" />
<action application="set" data="check_destination_status=true" enabled="false" />
<action application="set" data="check_destination_status=false" 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" />