config: improve default directory's dialstring param to handle registrations from any SIP profile
This commit is contained in:
parent
15ef8925c3
commit
0cb64960f1
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue