From e93a2cb46637a1dc763129cd4c639f8193c57db8 Mon Sep 17 00:00:00 2001 From: MathewFrancis Date: Tue, 1 Apr 2025 17:48:38 +0530 Subject: [PATCH] call_transfer_starting_point --- MySQL_conf_pbx/test1/Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/MySQL_conf_pbx/test1/Dockerfile b/MySQL_conf_pbx/test1/Dockerfile index 03df20d..8676849 100755 --- a/MySQL_conf_pbx/test1/Dockerfile +++ b/MySQL_conf_pbx/test1/Dockerfile @@ -1,13 +1,10 @@ FROM mathewfrancisv/odbc_mariadb:v3.0.2 # Add edge/testing repository +# call_transfer + #RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \ RUN cp -r /usr/share/asterisk/sounds/en /var/lib/asterisk/sounds/ - # apk add --no-cache unixodbc unixodbc-dev mariadb-connector-odbc - -# Copy custom Asterisk config files -#COPY asterisk_config/ /etc/asterisk/ - # Start Asterisk in verbose mode CMD ["asterisk", "-fvvvvv"]