This commit is contained in:
Brian West 2014-07-25 15:54:37 -05:00
parent 7ec61d843a
commit bf0f488b99
2 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,8 @@
wait_mod will wait until the moderator in, wait_mod will wait until the moderator in,
audio-always will always mix audio from all members regardless they are talking or not --> audio-always will always mix audio from all members regardless they are talking or not -->
<!-- <param name="conference-flags" value="audio-always"/> --> <!-- <param name="conference-flags" value="audio-always"/> -->
<!-- Allow live array sync for Verto -->
<!-- <param name="conference-flags" value="livearray-sync"/> -->
</profile> </profile>
<profile name="wideband"> <profile name="wideband">

View File

@ -22,6 +22,9 @@
<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})}"/>
<!-- These are required for Verto to function properly -->
<!-- <param name="jsonrpc-allowed-methods" value="verto"/> -->
<!-- <param name="jsonrpc-allowed-event-channels" value="demo,conference,presence"/> -->
</params> </params>
<variables> <variables>