mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
tweaks
This commit is contained in:
parent
7ec61d843a
commit
bf0f488b99
@ -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">
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user