even after including "outbound"
module
sctp_core_check_support(): SCTP API not enabled --> even after including
"sctp" module
db_check_table_version(): invalid version 4 for table presentity found,
expected 5
Docker File
FROM debian:11
#MAINTAINER
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3454
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an e
FHOSS
DOCKER File
FROM debian:11
#MAINTAINER Yan Grunenberger
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -o Acquire::Check-Valid-Until=false update
RUN apt-get -yq update
RUN apt-get -yq dist-upgrade
RUN apt-get -yq install -f
RUN apt-get -qy install ant
RUN apt-get -qy install subversion
RU