Skip to content

Instantly share code, notes, and snippets.

@tzuryby
Created December 23, 2009 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzuryby/262342 to your computer and use it in GitHub Desktop.
Save tzuryby/262342 to your computer and use it in GitHub Desktop.
<configuration name="openzap.conf" description="OpenZAP Configuration">
<settings>
<param name="debug" value="0"/>
<!--<param name="hold-music" value="$${moh_uri}"/>-->
<!--<param name="enable-analog-option" value="call-swap"/>-->
<!--<param name="enable-analog-option" value="3-way"/>-->
</settings>
<libpri_spans>
<span name="PRI_1">
<!-- Log Levels: none, alert, crit, err, warning, notice, info, debug -->
<param name="node" value="cpe"/>
<param name="switch" value="euroisdn"/>
<param name="l1" value="alaw"/>
<param name="dialplan" value="XML"/>
<param name="context" value="public"/>
<param name="dialect" value="q931"/>
</span>
</libpri_spans>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment