mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
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>
|
<pddcdr>
|
||||||
<param name="path" value="/work/temp/pddcdr"/>
|
<param name="path" value="/work/temp/pddcdr"/>
|
||||||
<!-- <param name="chanvars" value="username,accountcode"/> -->
|
<!-- <param name="chanvars" value="username,accountcode"/> -->
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<extension name="global" continue="true">
|
<extension name="global" continue="true">
|
||||||
<condition>
|
<condition>
|
||||||
<action application="set" data="use_profile=${cond(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
|
<action application="set" data="use_profile=${cond(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
|
||||||
|
<action application="info"/>
|
||||||
</condition>
|
</condition>
|
||||||
<!-- This will setup some variables if the user isn't authenticated.
|
<!-- This will setup some variables if the user isn't authenticated.
|
||||||
numbering_plan is required for the demo to function properly.
|
numbering_plan is required for the demo to function properly.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<configuration name="modules.conf" description="Modules">
|
<configuration name="modules.conf" description="Modules">
|
||||||
<modules>
|
<modules>
|
||||||
|
|
||||||
<!-- Loggers (I'd load these first) -->
|
<!-- Loggers (I'd load these first) -->
|
||||||
<load module="mod_console"/>
|
<load module="mod_console"/>
|
||||||
<!-- <load module="mod_syslog"/> -->
|
<!-- <load module="mod_syslog"/> -->
|
||||||
@ -26,7 +27,7 @@
|
|||||||
<!-- Endpoints -->
|
<!-- Endpoints -->
|
||||||
<!-- <load module="mod_dingaling"/> -->
|
<!-- <load module="mod_dingaling"/> -->
|
||||||
<!-- <load module="mod_iax"/> -->
|
<!-- <load module="mod_iax"/> -->
|
||||||
<!-- <load module="mod_portaudio"/> -->
|
<load module="mod_portaudio"/>
|
||||||
<!-- <load module="mod_alsa"/> -->
|
<!-- <load module="mod_alsa"/> -->
|
||||||
<load module="mod_sofia"/>
|
<load module="mod_sofia"/>
|
||||||
<!-- <load module="mod_wanpipe"/> -->
|
<!-- <load module="mod_wanpipe"/> -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user