Fix. Do not request number when do call forward toggle. (#2938)
It is consistent with enable/disable actions.
This commit is contained in:
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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue