Fix. Do not request number when do call forward toggle. (#2938)

It is consistent with enable/disable actions.
This commit is contained in:
Alexey Melnichuk
2018-01-07 11:05:58 +03:00
committed by FusionPBX
parent d8a12163aa
commit b08e02e77d

View File

@@ -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>