Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimminh committed Jun 26, 2022
1 parent 65b3698 commit 2f8fde1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/ansible/playbooks/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
become: true

vars:
version: '0.5.8'
version: '0.5.9'
srcdir: '{{inventory_dir|dirname|dirname|dirname|dirname}}'
dstdir: /opt/libresbc/{{version}}

Expand Down
17 changes: 13 additions & 4 deletions liberator/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@
#-----------------------------------------------------------------------------------------------------
_APPLICATION = 'LIBRESBC'
_DESCRIPTION = 'Open Source Session Border Controller for Large-Scale Voice Infrastructures'
_SWVERSION = '0.5.7'
_SWVERSION = '0.5.9'
#-----------------------------------------------------------------------------------------------------
# LIBRE
#-----------------------------------------------------------------------------------------------------
LOGDIR = '/var/log/libresbc'
ETCDIR = '/etc/libresbc'
RUNDIR = '/run/libresbc'
#-----------------------------------------------------------------------------------------------------
# RBD UNIX SOCKET LOCALIZE INSTANCE
#-----------------------------------------------------------------------------------------------------
RDB_PIDFILE = f'{RUNDIR}/redis.pid'
RDB_USOCKET = f'{RUNDIR}/redis.sock'

#-----------------------------------------------------------------------------------------------------
# REDIS ENDPOINT
#-----------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -50,9 +62,6 @@
ESL_HOST = '127.0.0.1'
ESL_PORT = 8021

# LOG DIRECTORY
LOGDIR = '/var/log/libresbc'

#-----------------------------------------------------------------------------------------------------
# HTTPCDR DATA
#-----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 2f8fde1

Please sign in to comment.