add config examples

This commit is contained in:
Anthony Minessale 2013-06-19 11:09:40 -05:00
parent 633dcd46b6
commit 48532bd6d1
1 changed files with 9 additions and 0 deletions

View File

@ -291,6 +291,15 @@
<!--all inbound reg will stored in the db using this domain -->
<param name="force-register-db-domain" value="$${domain}"/>
<!-- uncomment for sip over websocket support -->
<!--<param name="ws-binding" value=":5066"/>-->
<!-- uncomment for sip over secure websocket support -->
<!-- You need wss.pem in /usr/local/freeswitch/certs for wss -->
<!--<param name="wss-binding" value=":7443"/>-->
<!--<param name="delete-subs-on-register" value="false"/>-->
<!-- launch a new thread to process each new inbound register when using heavier backends -->