forked from Mirrors/freeswitch
fix presence_id for sofia_contact dialed calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7953 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b9a94ad11f
commit
eded0c8692
@ -2,7 +2,7 @@
|
|||||||
<!--the domain or ip (the right hand side of the @ in the addr-->
|
<!--the domain or ip (the right hand side of the @ in the addr-->
|
||||||
<domain name="$${domain}">
|
<domain name="$${domain}">
|
||||||
<params>
|
<params>
|
||||||
<param name="dial-string" value="{transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_domain}/${dialed_ext}@${dialed_domain})}"/>
|
<param name="dial-string" value="{presence_id=${dialed_ext}@${dialed_domain},transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_domain}/${dialed_ext}@${dialed_domain})}"/>
|
||||||
</params>
|
</params>
|
||||||
|
|
||||||
<variables>
|
<variables>
|
||||||
|
Loading…
Reference in New Issue
Block a user