mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
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.
18 lines
1007 B
XML
18 lines
1007 B
XML
<extension name="page" number="*724" context="${domain_name}" continue="false" app_uuid="2011c518-696d-4878-a9b2-b217b6311311" enabled="false" order="240">
|
|
<condition field="destination_number" expression="^\*724$" >
|
|
<action application="set" data="caller_id_name=Page" />
|
|
<action application="set" data="caller_id_number=" />
|
|
<action application="set" data="pin_number={v_pin_number}" />
|
|
<action application="set" data="destinations=101-103,105" />
|
|
<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=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" />
|
|
</condition>
|
|
</extension>
|
|
|
|
|