July 2017
Intermediate to advanced
434 pages
12h 59m
English
If you set this permission then you'll have the ability to call Dialplan applications from within your httapi web application. This will allow you to use applications with an <execute> tag as described in Work actions syntax. This permission has the same sort of ACL-like control that we have seen in a couple of the other permissions already. Let's deny access to use applications with a default deny policy, and then allow the execution of the info and hangup applications:
<permission name="execute-apps" value="true">
<application-list default="deny">
<application name="info"/>
<application name="hangup"/>
</application-list>
</permission>
Read now
Unlock full access