Created
July 29, 2010 16:21
-
-
Save benlangfeld/498567 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<document type="freeswitch/xml"> | |
<X-PRE-PROCESS cmd="include" data="vars.xml"/> | |
<section name="configuration" description="Various Configuration"> | |
<X-PRE-PROCESS cmd="include" data="autoload_configs/*.xml"/> | |
</section> | |
<section name="dialplan" description="Regex/XML Dialplan"> | |
<context name="public"> | |
<extension name="event_socket"> | |
<action application="socket" data="127.0.0.1:8084 async"/> | |
</extension> | |
</context> | |
</section> | |
</document> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment