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:
parent
4f7c5789fc
commit
1a9eaef5f3
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue