update config

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4851 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-04-04 22:33:37 +00:00
parent 098d7274a0
commit ee3f862e61
2 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,7 @@
<!-- <param name="vad" value="in"/> -->
<!-- <param name="vad" value="out"/> -->
<param name="vad" value="both"/>
<!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
</x-profile>
<!-- Component (Server to Server Login) -->
@ -48,6 +49,10 @@
<!-- "_auto_" means the extension will be automaticly set to the called jid -->
<param name="exten" value="_auto_"/>
<!--<param name="vad" value="both"/>-->
<!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
</x-profile>
</configuration>

View File

@ -31,6 +31,9 @@
<param name="rtp-ip" value="auto"/>
<param name="sip-ip" value="auto"/>
<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
<!--Uncomment to set all inbound calls to no media mode-->
<!--<param name="inbound-no-media" value="true"/>-->