Skip to content

Commit

Permalink
Merge pull request #194 from mwolff44/develop
Browse files Browse the repository at this point in the history
feat(pks-admin): acc reporting
  • Loading branch information
mwolff44 committed Apr 18, 2024
2 parents 02ef45c + ad7a086 commit 2ee3d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pks
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
export PATH+=':/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'

# Variables
VERSION="v4.0.4"
VERSION="v4.1.0"
readonly PKS_GIT_URL="https://raw.githubusercontent.com/mwolff44/pyfreebilling"
readonly DATA_DIR="/srv"
ENV_FILE="/srv/pks/.env"
Expand Down
2 changes: 1 addition & 1 deletion src/sip/kamailio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ modparam("acc", "report_ack", 1)
modparam("acc", "report_cancels", 1)
modparam("acc", "detect_direction", 0)
modparam("acc", "db_insert_mode", 2)
modparam("acc", "db_url", DBURL)
modparam("acc", "db_url", DB_URL)
modparam("acc", "db_flag", FLT_ACC)
modparam("acc", "db_missed_flag", FLT_ACCMISSED)
modparam("acc", "failed_transaction_flag", FLT_ACCFAILED)
Expand Down

0 comments on commit 2ee3d0f

Please sign in to comment.