Skip to content

Commit 47e2f2d

Browse files
committed
build(misc updates): kamailio and pks-admin updates
1 parent 2156cc6 commit 47e2f2d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Copyright: (c) 2007-2024 Mathias WOLFF ([email protected])
1+
# Copyright: (c) 2007-2025 Mathias WOLFF ([email protected])
22
# GNU Affero General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/agpl-3.0.txt)
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

55
FROM debian:bookworm-slim
66

77
LABEL org.opencontainers.image.authors Mathias WOLFF <[email protected]>
88

9-
ENV REFRESHED_AT 2024-03-05
10-
ENV VERSION 4.1.0
9+
ENV REFRESHED_AT 2025-04-03
10+
ENV VERSION 4.2.0
1111

1212
ENV DEBIAN_FRONTEND noninteractive
1313

1414
ENV DIST="bookworm"
15-
ENV REL="5.7.4"
15+
ENV REL="5.7.6"
1616

1717
ENV KAMAILIO_LOG_LEVEL info
1818

src/basic-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export PATH+=':/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
1313
readonly PKS_GIT_URL="https://raw.githubusercontent.com/mwolff44/pyfreebilling"
1414
readonly PKS_INSTALL_DIR="/srv/pks/scripts"
1515
readonly PKS_BIN_DIR="/usr/local/bin"
16-
readonly VERSION="v4.1.2"
16+
readonly VERSION="v4.2.0"
1717

1818
# Install the PKS script from repository
1919
installScript() {

src/pks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# PKS P-KISS-SBC
44
#
5-
# Copyright: (c) 2007-2024 Mathias WOLFF ([email protected])
5+
# Copyright: (c) 2007-2025 Mathias WOLFF ([email protected])
66
# GNU Affero General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/agpl-3.0.txt)
77
# SPDX-License-Identifier: AGPL-3.0-or-later
88

99
# Append common folders to the PATH to ensure that all basic commands are available.
1010
export PATH+=':/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
1111

1212
# Variables
13-
VERSION="v4.1.2"
13+
VERSION="v4.2.0"
1414
readonly PKS_GIT_URL="https://raw.githubusercontent.com/mwolff44/pyfreebilling"
1515
readonly DATA_DIR="/srv"
1616
ENV_FILE="/srv/pks/.env"

src/sip/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright: (c) 2007-2024 Mathias WOLFF ([email protected])
1+
# Copyright: (c) 2007-2025 Mathias WOLFF ([email protected])
22
# GNU Affero General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/agpl-3.0.txt)
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

@@ -8,7 +8,7 @@ services:
88
pks-sip:
99
container_name: pks-sip
1010
hostname: sip.pks.local
11-
image: mwolff44w/pks-sipproxy:v4.1.2
11+
image: mwolff44w/pks-sipproxy:v4.2.0
1212
restart: unless-stopped
1313
volumes:
1414
- pks-db-data:/etc/kamailio/db:ro
@@ -132,7 +132,7 @@ services:
132132
pks-admin:
133133
container_name: pks-admin
134134
hostname: admin.pks.local
135-
image: mwolff44w/pks-admin:v1.3.1
135+
image: mwolff44w/pks-admin:v1.6.0
136136
restart: unless-stopped
137137
depends_on:
138138
pks-db:

src/sip/kamailio.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!KAMAILIO
22
#
33
# Kamailio SIP Server v5.7 - P-KISS-SBC
4-
# Version : 4.1.1
4+
# Version : 4.2.0
55
#
66

77
####### Include Local Config If Exists #########

0 commit comments

Comments
 (0)