mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add the follow me dialplan
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="follow-me" number="*21" continue="false" app_uuid="b8c28c75-1a03-4dad-9a53-980ca5f487f0" enabled="true">
|
||||
<condition field="destination_number" expression="^\*21$">
|
||||
<action application="answer"/>
|
||||
<action application="lua" data="follow_me.lua"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
Reference in New Issue
Block a user