Added toll allow and ability to enable it in outbound routes

This commit is contained in:
Riccardo Granchi
2014-11-13 12:12:41 +00:00
parent c47de42b2a
commit 7bc38b2d80
4 changed files with 99 additions and 21 deletions

View File

@@ -1,7 +0,0 @@
<context name="{v_context}">
<extension name="toll_type_assignment" continue="true" app_uuid="742714e5-8cdf-32fd-462c-cbe7e3d655db" enabled="false">
<condition field="destination_number" expression="^.*$">
<action application="set" data="toll_type=${luarun toll_type_assignment.lua ${uuid}}" inline="true"/>
</condition>
</extension>
</context>