mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
Fix. Do not request number when do call forward toggle. (#2938)
It is consistent with enable/disable actions.
This commit is contained in:
committed by
FusionPBX
parent
d8a12163aa
commit
b08e02e77d
@@ -9,7 +9,6 @@
|
||||
<action application="lua" data="call_forward.lua"/>
|
||||
</condition>
|
||||
<condition field="destination_number" expression="^\*74$" break="on-true">
|
||||
<action application="set" data="request_id=true"/>
|
||||
<action application="set" data="enabled=toggle"/>
|
||||
<action application="lua" data="call_forward.lua"/>
|
||||
</condition>
|
||||
|
||||
Reference in New Issue
Block a user