git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6683
d0543943-73ff-0310-b7d9-
9358b9ac24b2
<anti-action application="set" data="continue_on_fail=true"/>
<anti-action application="db" data="insert/call_return/${dialed_ext}/${caller_id_number}"/>
<anti-action application="db" data="insert/last_dial_ext/${dialed_ext}/${uuid}"/>
- <anti-action application="bridge" data="sofia/$${domain}/${dialed_ext}"/>
+ <anti-action application="bridge" data="USER/${dialed_ext}@$${domain}"/>
<anti-action application="voicemail" data="default $${domain} ${dialed_ext}"/>
</condition>
</extension>
<include>
<!--the domain or ip (the right hand side of the @ in the addr-->
<domain name="$${domain}">
+ <params>
+ <param name="dial-string" value="sofia/${dialed_domain}/${dialed_user}"/>
+ </params>
+
<X-PRE-PROCESS cmd="include" data="default/*.xml"/>
</domain>
</include>
<param name="vm-password" value="1234"/>
<!--<param name="vm-mailto" value="me@mydomain.com"/>-->
<!--<param name="vm-email-all-messages" value="true"/>-->
- <param name="dial-string" value="sofia/${use_profile}/888@conference.freeswitch.org"/>
</params>
<variables>
<variable name="user_context" value="default"/>