Drop feature code *0 extension number and leave *88 extension number for eavesdrop.
This commit is contained in:
parent
da9fc1f5cd
commit
39baaa4036
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue