Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 4d4e714bf36d32d4f0a579ff30f2cb6b > files > 93

freeswitch-config-vanilla-1.6.20-6.mga7.noarch.rpm

<?xml version="1.0" encoding="utf-8"?>
<!--
    NOTICE:

    This context is used for skinny to match dialed number

    The special applications:
    - skinny-process tells skinny to process the call (route, set call forwarding, ...)
    - skinny-drop tells skinny to drop the call
    - skinny-wait tells skinny to wait 'data' seconds for more numbers before drop
-->
<!-- http://wiki.freeswitch.org/wiki/Mod_skinny -->
<include>
  <context name="skinny-patterns">
    <!--
    Wait 10 seconds for another digit by default, if data not specified, uses profile default
    -->
    <extension name="Default">
      <condition>
        <action application="skinny-wait" data="10"/>
      </condition>
    </extension>

    <!--
	You can place files in the skinny-patterns directory to get included.
    -->
    <X-PRE-PROCESS cmd="include" data="skinny-patterns/*.xml"/>
    
  </context>
</include>