|
@@ -1,10 +1,10 @@
|
|
#
|
|
#
|
|
# $Id$
|
|
# $Id$
|
|
#
|
|
#
|
|
-# OpenSER basic configuration script
|
|
|
|
|
|
+# Kamailion basic configuration script
|
|
# by Anca Vamanu <[email protected]>
|
|
# by Anca Vamanu <[email protected]>
|
|
#
|
|
#
|
|
-# Please refer to the Core CookBook at http://www.openser.org/dokuwiki/doku.php
|
|
|
|
|
|
+# Please refer to the Core CookBook at http://www.kamailio.org/dokuwiki/doku.php
|
|
# for a explanation of possible statements, functions and parameters.
|
|
# for a explanation of possible statements, functions and parameters.
|
|
#
|
|
#
|
|
|
|
|
|
@@ -45,14 +45,14 @@ children=4
|
|
#tls_verify_client = 1
|
|
#tls_verify_client = 1
|
|
#tls_require_client_certificate = 0
|
|
#tls_require_client_certificate = 0
|
|
#tls_method = TLSv1
|
|
#tls_method = TLSv1
|
|
-#tls_certificate = "/usr/local/etc/openser/tls/user/user-cert.pem"
|
|
|
|
-#tls_private_key = "/usr/local/etc/openser/tls/user/user-privkey.pem"
|
|
|
|
-#tls_ca_list = "/usr/local/etc/openser/tls/user/user-calist.pem"
|
|
|
|
|
|
+#tls_certificate = "/usr/local/etc/kamailio/tls/user/user-cert.pem"
|
|
|
|
+#tls_private_key = "/usr/local/etc/kamailio/tls/user/user-privkey.pem"
|
|
|
|
+#tls_ca_list = "/usr/local/etc/kamailio/tls/user/user-calist.pem"
|
|
|
|
|
|
|
|
|
|
port=5060
|
|
port=5060
|
|
|
|
|
|
-/* uncomment and configure the following line if you want openser to
|
|
|
|
|
|
+/* uncomment and configure the following line if you want Kamailio to
|
|
bind on a specific interface/port/proto (default bind on all available) */
|
|
bind on a specific interface/port/proto (default bind on all available) */
|
|
#listen=udp:192.168.1.2:5060
|
|
#listen=udp:192.168.1.2:5060
|
|
|
|
|
|
@@ -60,7 +60,7 @@ port=5060
|
|
####### Modules Section ########
|
|
####### Modules Section ########
|
|
|
|
|
|
#set module path
|
|
#set module path
|
|
-mpath="/usr/local/lib/openser/modules/"
|
|
|
|
|
|
+mpath="/usr/local/lib/kamailio/modules/"
|
|
|
|
|
|
/* uncomment next line for MySQL DB support */
|
|
/* uncomment next line for MySQL DB support */
|
|
#loadmodule "db_mysql.so"
|
|
#loadmodule "db_mysql.so"
|
|
@@ -98,7 +98,7 @@ loadmodule "acc.so"
|
|
|
|
|
|
|
|
|
|
# ----- mi_fifo params -----
|
|
# ----- mi_fifo params -----
|
|
-modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo")
|
|
|
|
|
|
+modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")
|
|
|
|
|
|
|
|
|
|
# ----- rr params -----
|
|
# ----- rr params -----
|