mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Drop feature code *0 extension number and leave *88 extension number for eavesdrop.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="eavesdrop" app_uuid="e944af7e-8fcc-429b-a32f-0dcdce1585d8" enabled="false">
|
||||
<condition field="destination_number" expression="^\*88(\d{2,7})$|^\*0(.*)$">
|
||||
<condition field="destination_number" expression="^\*88(\d{2,7})$">
|
||||
<action application="answer"/>
|
||||
<action application="eavesdrop" data="${hash(select/${domain_name}-spymap/$1)}"/>
|
||||
</condition>
|
||||
|
||||
Reference in New Issue
Block a user