]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweaks
authorBrian West <brian@freeswitch.org>
Fri, 25 Jul 2014 20:54:37 +0000 (15:54 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 25 Jul 2014 20:54:40 +0000 (15:54 -0500)
conf/vanilla/autoload_configs/conference.conf.xml
conf/vanilla/directory/default.xml

index ee41f740d76c28d1883dc2835a2e61f68cdc245d..c1c0044c4807b2c7ef45c87c65220873cf709a21 100644 (file)
            wait_mod will wait until the moderator in,
            audio-always will always mix audio from all members regardless they are talking or not -->
       <!-- <param name="conference-flags" value="audio-always"/> -->
+      <!-- Allow live array sync for Verto -->
+      <!-- <param name="conference-flags" value="livearray-sync"/> -->
     </profile>
 
     <profile name="wideband">
index 95b75b40dd8fb2de8e338c40e7ec918918ade080..3b1f5b3ab382d0acca8323624a38c9c602414661 100644 (file)
@@ -22,6 +22,9 @@
   <domain name="$${domain}">
     <params>
       <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>
 
     <variables>