mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Enable *72 in addition to the *72(2-20) digits
Some people were used to *72 original behavior then at some point someone added *72 followed by 2 - 20 digits. However to make everyone happy both of these can co-exist.
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
<action application="set" data="enabled=true"/>
|
||||
<action application="lua" data="call_forward.lua $1"/>
|
||||
</condition>
|
||||
<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"/>
|
||||
</condition>
|
||||
<condition field="destination_number" expression="^\*73$" break="on-true">
|
||||
<action application="set" data="request_id=false"/>
|
||||
<action application="set" data="enabled=false"/>
|
||||
|
||||
Reference in New Issue
Block a user