]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update config
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 12 Dec 2006 20:46:25 +0000 (20:46 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 12 Dec 2006 20:46:25 +0000 (20:46 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3630 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/freeswitch.xml

index 6ce1b830a30187e240294f7fb0c01b3d7ca8ed87..f78e66139f9cb5cd5583de82d8a4424d900694c0 100644 (file)
 
     <!-- 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@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 -->