Skip to content

Instantly share code, notes, and snippets.

@benlangfeld
Created July 29, 2010 16:21
Show Gist options
  • Save benlangfeld/498567 to your computer and use it in GitHub Desktop.
Save benlangfeld/498567 to your computer and use it in GitHub Desktop.
<?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