[Freeswitch-svn] [commit] r3630 - freeswitch/trunk/conf
Freeswitch SVN
anthm at freeswitch.org
Tue Dec 12 15:46:26 EST 2006
Author: anthm
Date: Tue Dec 12 15:46:25 2006
New Revision: 3630
Modified:
freeswitch/trunk/conf/freeswitch.xml
Log:
update config
Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml (original)
+++ freeswitch/trunk/conf/freeswitch.xml Tue Dec 12 15:46:25 2006
@@ -366,10 +366,16 @@
<!-- None of these paths are real if you want any of these options you need to really set them up -->
<configuration name="conference.conf" description="Audio Conference">
- <!-- Profiles are collections of settings you can reference by name. -->
+ <!-- Advertise certian presence on startup . -->
+ <advertise>
+ <room name="888 at sub.mydomain.com" status="FreeSWITCH"/>
+ </advertise>
+ <!-- Profiles are collections of settings you can reference by name. -->
<profiles>
<profile name="default">
+ <!-- Domain (for presence) -->
+ <param name="domain" value="sub.mydomain.com"/>
<!-- Sample Rate-->
<param name="rate" value="8000"/>
<!-- Number of milliseconds per frame -->
More information about the Freeswitch-svn
mailing list