mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
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>
|
</extension>
|
||||||
|
|
||||||
<!-- Call the FreeSWITCH conference via SIP -->
|
<!-- Call the FreeSWITCH conference via SIP -->
|
||||||
<!--<extension name="FreeSWITCH Conference SIP">-->
|
<extension name="FreeSWITCH Conference SIP">
|
||||||
<!--<condition field="destination_number" expression="^888$">-->
|
<condition field="destination_number" expression="^42$">
|
||||||
<!--<action application="bridge" data="sofia/$${sip_profile}/888@conference.freeswitch.org"/>-->
|
<action application="set" data="bypass_media=true"/>
|
||||||
<!--</condition>-->
|
<action application="bridge" data="sofia/$${sip_profile}/42@conference.freeswitch.org"/>
|
||||||
<!--</extension> -->
|
</condition>
|
||||||
|
</extension>
|
||||||
|
|
||||||
<!-- Call the FreeSWITCH conference via IAX -->
|
<!-- Call the FreeSWITCH conference via IAX -->
|
||||||
<!--<extension name="FreeSWITCH Conference IAX">-->
|
<!--<extension name="FreeSWITCH Conference IAX">-->
|
||||||
|
@ -49,8 +49,18 @@
|
|||||||
<vcard>
|
<vcard>
|
||||||
<!-- insert optional compliant vcard xml here-->
|
<!-- insert optional compliant vcard xml here-->
|
||||||
</vcard>
|
</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 -->
|
<!-- authless users and mailboxes -->
|
||||||
<user id="1000"/>
|
|
||||||
<user id="1001"/>
|
<user id="1001"/>
|
||||||
<user id="1002"/>
|
<user id="1002"/>
|
||||||
<user id="1003"/>
|
<user id="1003"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user