]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add config examples
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 19 Jun 2013 16:09:40 +0000 (11:09 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 19 Jun 2013 16:09:40 +0000 (11:09 -0500)
conf/vanilla/sip_profiles/internal.xml

index 3665b91df088bede71cb02e5d6a6711365c12c15..df838406d105bbbe87b8708ab1ba7eb6a7ddbbcb 100644 (file)
     <!--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 -->