update to have one example of a user with passwords
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5936 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7784fd2ae5
commit
0d56432844
|
@ -95,11 +95,12 @@
|
|||
</extension>
|
||||
|
||||
<!-- Call the FreeSWITCH conference via SIP -->
|
||||
<!--<extension name="FreeSWITCH Conference SIP">-->
|
||||
<!--<condition field="destination_number" expression="^888$">-->
|
||||
<!--<action application="bridge" data="sofia/$${sip_profile}/888@conference.freeswitch.org"/>-->
|
||||
<!--</condition>-->
|
||||
<!--</extension> -->
|
||||
<extension name="FreeSWITCH Conference SIP">
|
||||
<condition field="destination_number" expression="^42$">
|
||||
<action application="set" data="bypass_media=true"/>
|
||||
<action application="bridge" data="sofia/$${sip_profile}/42@conference.freeswitch.org"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
||||
<!-- Call the FreeSWITCH conference via IAX -->
|
||||
<!--<extension name="FreeSWITCH Conference IAX">-->
|
||||
|
|
|
@ -49,8 +49,18 @@
|
|||
<vcard>
|
||||
<!-- insert optional compliant vcard xml here-->
|
||||
</vcard>
|
||||
|
||||
<!-- this is an example of a user with auth and various settings -->
|
||||
<user id="1000" mailbox="1000">
|
||||
<params>
|
||||
<param name="password" value="mypass"/>
|
||||
<param name="vm-password" value="1234"/>
|
||||
<!--<param name="vm-mailto" value="me@mydomain.com"/>-->
|
||||
<!--<param name="vm-email-all-messages" value="true"/>-->
|
||||
</params>
|
||||
</user>
|
||||
|
||||
<!-- authless users and mailboxes -->
|
||||
<user id="1000"/>
|
||||
<user id="1001"/>
|
||||
<user id="1002"/>
|
||||
<user id="1003"/>
|
||||
|
|
Loading…
Reference in New Issue