config: improve default directory's dialstring param to handle registrations from any SIP profile

This commit is contained in:
Michael S Collins 2012-09-28 09:45:42 -07:00
parent 15ef8925c3
commit 0cb64960f1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,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="{sip_invite_domain=${dialed_domain},presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(${dialed_user}@${dialed_domain})}"/> <param name="dial-string" value="{sip_invite_domain=${dialed_domain},presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(*/${dialed_user}@${dialed_domain})}"/>
</params> </params>
<variables> <variables>