freeswitch/conf/directory/default.xml
Brian West 0624a541d8 lets turn this on by default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6991 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-27 06:06:05 +00:00

15 lines
424 B
XML

<include>
<!--the domain or ip (the right hand side of the @ in the addr-->
<domain name="$${domain}">
<params>
<param name="dial-string" value="{transfer_fallback_extension=${dialed_user}}sofia/${dialed_domain}/${dialed_user}"/>
</params>
<variables>
<variable name="record_stereo" value="true"/>
</variables>
<X-PRE-PROCESS cmd="include" data="default/*.xml"/>
</domain>
</include>