Config files for cgrates in osips_event tutorial

This commit is contained in:
DanB
2014-08-05 19:07:06 +02:00
parent 48d5866ea1
commit c0b18e3ae6
3 changed files with 8 additions and 9 deletions

View File

@@ -52,7 +52,6 @@ mediator = internal # Address where to reach the Mediator. Empty for disabling
# cdrstats = # Address where to reach the cdrstats service: <internal|x.y.z.y:1234>
# store_disable = false # When true, CDRs will not longer be saved in stordb, useful for cdrstats only scenario
[cdre]
# cdr_format = csv # Exported CDRs format <csv>
# data_usage_multiply_factor = 0.0 # Multiply data usage before export (eg: convert from KBytes to Bytes)
@@ -135,11 +134,11 @@ switch_type = opensips # Defines the type of switch behind: <freeswitch>
# empty_balance_ann_file = # File to be played before disconnecting prepaid calls on empty balance (applies only if no context defined)
[opensips]
listen_udp = 172.16.254.66:2020 # Address where to listen for datagram events coming from OpenSIPS
mi_addr = 172.16.254.77:8020 # Adress where to reach OpenSIPS mi_datagram module
# listen_udp = 127.0.0.1:2020 # Address where to listen for datagram events coming from OpenSIPS
# mi_addr = 127.0.0.1:8020 # Adress where to reach OpenSIPS mi_datagram module
# events_subscribe_interval = 60s # Automatic events subscription to OpenSIPS, 0 to disable it
# cdrs = internal # Address where to reach CDR Server, empty to disable CDR processing <""|internal|127.0.0.1:2013>
# reconnects = 3 # Number of attempts on connect failure.
# cdrs = internal # Address where to reach CDR Server, empty to disable CDR processing <""|internal|127.0.0.1:2013>
# reconnects = 3 # Number of attempts on connect failure.
[derived_charging]
# run_ids = # Identifiers of additional sessions control.

View File

@@ -10,7 +10,7 @@ ENABLE=true
# what extra options to give cgrates binary?
# See cgr-engine -h for options
#ENGINE_OPTS=''
ENGINE_OPTS='-config=/usr/share/cgrates/tutorials/osips_event/cgrates/etc/cgrates/cgrates.cfg'
# Don't forget to create an appropriate config file,
# else the CGRateS system will not start.

View File

@@ -22,9 +22,9 @@ NAME=cgrates
DAEMON=/usr/bin/cgr-engine
USER=cgrates
GROUP=cgrates
TUTFOLDER=/usr/share/cgrates/tutorials/fs_json/cgrates
ENGINE_OPTS="-config=$TUTFOLDER/etc/cgrates/cgrates.cfg"
PIDFILE=/tmp/cgr-engine_tutfsjson.pid
TUTFOLDER=/usr/share/cgrates/tutorials/osips_event/cgrates
ENGINE_OPTS=""
PIDFILE=/tmp/cgr-engine_osips_event.pid
SCRIPTNAME=$TUTFOLDER/etc/init.d/$NAME
DEFAULTS=$TUTFOLDER/etc/default/$NAME
ENABLE=false