mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Change eavesdrop from *88[ext] to *33[ext] to prevent a conflict with page extension on *8[ext]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="eavesdrop" number="*88[ext]" continue="false" app_uuid="e944af7e-8fcc-429b-a32f-0dcdce1585d8">
|
||||
<condition field="destination_number" expression="^\*88(\d{2,7})$">
|
||||
<extension name="eavesdrop" number="*33[ext]" continue="false" app_uuid="e944af7e-8fcc-429b-a32f-0dcdce1585d8">
|
||||
<condition field="destination_number" expression="^\*33(\d{2,7})$">
|
||||
<action application="answer"/>
|
||||
<action application="set" data="pin_number={v_pin_number}"/>
|
||||
<action application="lua" data="eavesdrop.lua $1"/>
|
||||
|
||||
Reference in New Issue
Block a user