提交 5a8db2cf authored 作者: Anthony Minessale's avatar Anthony Minessale

update config

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3630 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 322ecbbb
...@@ -366,10 +366,16 @@ ...@@ -366,10 +366,16 @@
<!-- None of these paths are real if you want any of these options you need to really set them up --> <!-- 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"> <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> <profiles>
<profile name="default"> <profile name="default">
<!-- Domain (for presence) -->
<param name="domain" value="sub.mydomain.com"/>
<!-- Sample Rate--> <!-- Sample Rate-->
<param name="rate" value="8000"/> <param name="rate" value="8000"/>
<!-- Number of milliseconds per frame --> <!-- Number of milliseconds per frame -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论