woops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6303 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
81b3b09854
commit
291b1499bc
|
@ -1,4 +1,4 @@
|
|||
<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.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<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"/> -->
|
||||
|
|
Loading…
Reference in New Issue