Create 500_follow-me-destinations.xml

This commit is contained in:
FusionPBX 2019-08-31 12:07:28 -06:00 committed by GitHub
parent f1b63969c9
commit cebfa4bf6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<context name="{v_context}">
<extension name="follow-me-destinations" continue="false" uuid="846bbc43-683b-49e9-b697-c4714b17c528">
<condition field="${user_exists}" expression="^true$"/>
<condition field="${follow_me_enabled}" expression="^true$">
<action application="info" data=""/>
<action application="lua" data="app.lua follow_me"/>
</condition>
</extension>
</context>