mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
Fix in documentation changed default CDRs port which is now 2080
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
<!-- HTTP(S) logging -->
|
||||
<!-- URL where to POST JSON CDRs. Leave empty for no URL logging. Up to 20 URLs may be specified. -->
|
||||
<param name="url" value="http://127.0.0.1:2022/freeswitch_json"/>
|
||||
<param name="url" value="http://127.0.0.1:2080/freeswitch_json"/>
|
||||
<!-- Authentication scheme for the above URL. May be one of basic|digest|NTLM|GSS-NEGOTIATE|any-->
|
||||
<param name="auth-scheme" value="basic"/>
|
||||
<!-- Credentials in the form usernameassword if auth-scheme is used. Leave empty for no authentication. -->
|
||||
|
||||
@@ -5,5 +5,5 @@ check process CGRateS with pidfile /var/run/cgrates/cgr-engine.pid
|
||||
stop program = "/etc/init.d/cgrates stop"
|
||||
if failed host 127.0.0.1 port 2012 type TCP 4 times within 4 cycles then restart # Rater
|
||||
if failed host 127.0.0.1 port 2013 type TCP 4 times within 4 cycles then restart # History
|
||||
if failed host 127.0.0.1 port 2022 type TCP 4 times within 4 cycles then restart # CDRS
|
||||
if failed host 127.0.0.1 port 2080 type TCP 4 times within 4 cycles then restart # CDRS
|
||||
if 5 restarts within 20 cycles then timeout
|
||||
|
||||
Reference in New Issue
Block a user