I am trying to create a docker image which contains a preconfigured Kamailio server in presence mode.
My image is based off the official Kamailio docker image version **kamailio/kamailio:5.6.2-bullseye**.
My **kamctlrc** file is as follows.
```
SIP_DOMAIN="my-domain.com"
DBENGINE="DBTEXT"
DB_PATH="/usr/share/kamailio/dbtext"
MD5="md5sum"
AWK="awk"
GDB="gdb"
GREP="grep"
EGREP="egrep"
SED="sed"
LAST_LINE="tail -n 1"
EXPR="expr"
INSTALL_EXTRA_TABLES="yes"
INSTALL_PRESENCE_TABLES="yes"
…
[View More]INSTALL_DBUID_TABLES="yes"
RPCFIFOPATH="/run/kamailio/kamailio_rpc.fifo"
PID_FILE="/run/kamailio/kamailio.pid"
```
However, when I try to run **kamdbctl create** I get the following error.
`'18 0.402 ** ERROR: database engine not loaded - tried 'DBTEXT`
Can anyone shed any light on what I am doing wrong here?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3333
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3333(a)github.com>
[View Less]
Hi Team,
I am facing issue when using DNS loadbalancer on port 443 on transport=tls
protocal when calling from voximplant provider i am getting call on my
asterisk media server but getting error message 500 terribly on kamailio
and asterisk sip log.
Also getting error below error on kamailio :
tm [ut.h:316]: uri2dst2(): no corresponding socket found for "69.167.178.6"
af 2 (tls:69.167.178.6:5861)
g150ZGSTD10adFJAOBMnCJir) tm [t_fwd.c:469]: prepare_new_uac(); can't fwd to
af 2, proto 3 (no …
[View More]corresponding listening socket)
g1s0ZGSTD10adFJAOBMnCJir) tm [t_fwd.c:1728]: t_forward_nonack(): failure to
add branches
21s0ZGSTD10adFJAOBMnCJir) cfgtrace:request_route=[RELAY]
c=[/etc/kamailio/kamailio.cfg] 1=659 a=24 n=s1_reply_error
g1s0ZG5TD10adFJA0BMn(Jir) sl [sl_funcs.c:392]: sl_reply_error(): stateless
error reply used: I'm terribly sorry, server error occurred (7/SL)
1s0ZG5TD10adFJAOBMnCJir) *** cfgtrace:request_route=[RELAY]
c=[/etc/kamailio/kamailio.cfg] 1-661 a=2 n=exit
Bcg1s0ZG5TD10adFJA0BMnCJir) acc [acc.c:279]: acc_log_request(): ACC:
transaction answered: timestamp=1673014965; method=BYE;
from_tag=as307e86b8;to_tag=WW
Team pls need your help to solve it.
Thanks in advance
[View Less]