Calls working without dispatcher and loadbalancig and rtp is working only 1 way

This commit is contained in:
2024-09-09 11:57:10 +02:00
parent 3c65ea9e12
commit 6c52ef8811
3 changed files with 2477 additions and 27 deletions

View File

@@ -15,25 +15,25 @@
##
## If you want to setup a database with kamdbctl, you must at least specify
## this parameter.
# DBENGINE=MYSQL
DBENGINE=MYSQL
## database host
# DBHOST=localhost
DBHOST=localhost
## database port
# DBPORT=3306
DBPORT=3306
## database name (for ORACLE this is TNS name)
# DBNAME=kamailio
DBNAME=kamailio
## database path used by dbtext, db_berkeley or sqlite
# DB_PATH="/usr/local/etc/kamailio/dbtext"
## database read/write user
# DBRWUSER="kamailio"
DBRWUSER="kamailio"
## password for database read/write user
# DBRWPW="kamailiorw"
DBRWPW="kamailiorw"
## database read only user
# DBROUSER="kamailioro"
@@ -56,7 +56,7 @@
# DBINITASK=yes
## database character set (used by MySQL when creating database)
#CHARSET="latin1"
CHARSET="latin1"
## user name column
# USERCOL="username"