提交 291b1499 authored 作者: Brian West's avatar Brian West

woops

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6303 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 81b3b098
<configuration name="mod_cdr.conf" description="CDR Configuration">
<configuration name="cdr.conf" description="CDR Configuration">
<pddcdr>
<param name="path" value="/work/temp/pddcdr"/>
<!-- <param name="chanvars" value="username,accountcode"/> -->
......
......@@ -2,6 +2,7 @@
<extension name="global" continue="true">
<condition>
<action application="set" data="use_profile=${cond(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
<action application="info"/>
</condition>
<!-- This will setup some variables if the user isn't authenticated.
numbering_plan is required for the demo to function properly.
......
<configuration name="modules.conf" description="Modules">
<modules>
<!-- Loggers (I'd load these first) -->
<load module="mod_console"/>
<!-- <load module="mod_syslog"/> -->
......@@ -26,7 +27,7 @@
<!-- Endpoints -->
<!-- <load module="mod_dingaling"/> -->
<!-- <load module="mod_iax"/> -->
<!-- <load module="mod_portaudio"/> -->
<load module="mod_portaudio"/>
<!-- <load module="mod_alsa"/> -->
<load module="mod_sofia"/>
<!-- <load module="mod_wanpipe"/> -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论