mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Unset Call_timeout (#4520)
I believe that call_timeout from the original destination should be unset, so that call_timeouts of the various follow-me destinations can work properly.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<extension name="follow-me-destinations" continue="false" app_uuid="846bbc43-683b-49e9-b697-c4714b17c528" global="true">
|
||||
<condition field="${user_exists}" expression="^true$"/>
|
||||
<condition field="${follow_me_enabled}" expression="^true$">
|
||||
<action application="unset" data="call_timeout" inline="true"/>
|
||||
<action application="lua" data="app.lua follow_me"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
||||
Reference in New Issue
Block a user