Fix in documentation changed default CDRs port which is now 2080

This commit is contained in:
DanB
2014-03-05 12:06:09 +01:00
parent bea8434d99
commit 2556fb5e69
4 changed files with 4 additions and 4 deletions

View File

@@ -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. -->

View File

@@ -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