mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
da8d9bc20f
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6802 d0543943-73ff-0310-b7d9-9358b9ac24b2
11 lines
339 B
XML
11 lines
339 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}}sofia/${dialed_domain}/${dialed_user}"/>
|
|
</params>
|
|
|
|
<X-PRE-PROCESS cmd="include" data="default/*.xml"/>
|
|
</domain>
|
|
</include>
|