mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Add $ as this makes it look for an exact match.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<action application="set" data="enabled=true"/>
|
||||
<action application="lua" data="call_forward.lua $1"/>
|
||||
</condition>
|
||||
<condition field="destination_number" expression="^\*72" break="on-true">
|
||||
<condition field="destination_number" expression="^\*72$" break="on-true">
|
||||
<action application="set" data="request_id=false"/>
|
||||
<action application="set" data="enabled=true"/>
|
||||
<action application="lua" data="call_forward.lua"/>
|
||||
|
||||
Reference in New Issue
Block a user