mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-26 19:57:42 +00:00
update config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3630 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
322ecbbb9b
commit
5a8db2cf1b
@ -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 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user