Files
freeswitch/conf/directory/default.xml
T
Brian West c83e508499 woops don't depend on dialed_ext in here
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8196 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-25 20:24:22 +00:00

15 lines
497 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="{presence_id=${dialed_user}@${dialed_domain},transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_domain}/${dialed_user}@${dialed_domain})}"/>
</params>
<variables>
<variable name="record_stereo" value="true"/>
</variables>
<X-PRE-PROCESS cmd="include" data="default/*.xml"/>
</domain>
</include>