Merge pull request #1340 from mafoo/Enhance-Intercept-Polycom
Intercept mode for Polycom
This commit is contained in:
commit
e9f082deb5
|
|
@ -0,0 +1,8 @@
|
||||||
|
<context name="${domain_name}">
|
||||||
|
<extension name="intercept-ext-polycom" number="*97[ext]" continue="false" app_uuid="07493266-2b99-400a-8fde-3e1a9d11f575" global="true">
|
||||||
|
<condition field="destination_number" expression="^\*97(\d+)$">
|
||||||
|
<action application="answer"/>
|
||||||
|
<action application="lua" data="intercept.lua $1"/>
|
||||||
|
</condition>
|
||||||
|
</extension>
|
||||||
|
</context>
|
||||||
Loading…
Reference in New Issue