forked from Mirrors/freeswitch
12 lines
405 B
XML
12 lines
405 B
XML
|
<include>
|
||
|
<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"/>-->
|
||
|
<param name="dial-string" value="sofia/${use_profile}/888@conference.freeswitch.org"/>
|
||
|
</params>
|
||
|
</user>
|
||
|
</include>
|