mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Add max_reconnect_interval for dispatcherhost csv models
This commit is contained in:
committed by
Dan Christian Bogos
parent
a1f8bff851
commit
7299b09107
@@ -217,6 +217,7 @@ CREATE TABLE tp_dispatcher_hosts (
|
||||
`transport` varchar(64) NOT NULL,
|
||||
`connect_attempts` int(11) NOT NULL,
|
||||
`reconnects` int(11) NOT NULL,
|
||||
`max_reconnect_interval` varchar(64) NOT NULL,
|
||||
`connect_timeout` varchar(64) NOT NULL,
|
||||
`reply_timeout` varchar(64) NOT NULL,
|
||||
`tls` BOOLEAN NOT NULL,
|
||||
|
||||
@@ -209,6 +209,7 @@ CREATE INDEX tp_routes_unique ON tp_routes ("tpid", "tenant", "id",
|
||||
"transport" varchar(64) NOT NULL,
|
||||
"connect_attempts" INTEGER NOT NULL,
|
||||
"reconnects" INTEGER NOT NULL,
|
||||
"max_reconnect_interval" varchar(64) NOT NULL,
|
||||
"connect_timeout" varchar(64) NOT NULL,
|
||||
"reply_timeout" varchar(64) NOT NULL,
|
||||
"tls" BOOLEAN NOT NULL,
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],ConnectTimeout[6],ReplyTimeout[7],Tls[8],ClientKey[9],ClientCertificate[10],CaCertificate[11]
|
||||
cgrates.org,Engine1,127.0.0.1:6012,*json,1,3,"1m","2m",false,,,
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],MaxReconnectInterval[6],ConnectTimeout[7],ReplyTimeout[8],Tls[9],ClientKey[10],ClientCertificate[11],CaCertificate[12]
|
||||
cgrates.org,Engine1,127.0.0.1:6012,*json,1,3,,"1m","2m",false,,,
|
||||
|
@@ -1,3 +1,3 @@
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],ConnectTimeout[6],ReplyTimeout[7],Tls[8],ClientKey[9],ClientCertificate[10],CaCertificate[11]
|
||||
cgrates.org,Self,*internal,,1,3,"1m","2m",false,,,
|
||||
cgrates.org,Engine1,127.0.0.1:6012,*json,1,3,"1m","2m",false,,,
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],MaxReconnectInterval[6],ConnectTimeout[7],ReplyTimeout[8],Tls[9],ClientKey[10],ClientCertificate[11],CaCertificate[12]
|
||||
cgrates.org,Self,*internal,,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,Engine1,127.0.0.1:6012,*json,1,3,,"1m","2m",false,,,
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],ConnectTimeout[6],ReplyTimeout[7],Tls[8],ClientKey[9],ClientCertificate[10],CaCertificate[11]
|
||||
cgrates.org,Self,*internal,,1,3,"1m","2m",false,,,
|
||||
cgrates.org,Engine1,127.0.0.1:6012,*json,1,3,"1m","2m",false,,,
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],MaxReconnectInterval[6],ConnectTimeout[7],ReplyTimeout[8],Tls[9],ClientKey[10],ClientCertificate[11],CaCertificate[12]
|
||||
cgrates.org,Self,*internal,,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,Engine1,127.0.0.1:6012,*json,1,3,,"1m","2m",false,,,
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],ConnectTimeout[6],ReplyTimeout[7],Tls[8],ClientKey[9],ClientCertificate[10],CaCertificate[11]
|
||||
cgrates.org,Self,*internal,,1,3,"1m","2m",false,,,
|
||||
cgrates.org,Engine1,127.0.0.1:6012,*json,1,3,"1m","2m",false,,,
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],MaxReconnectInterval[6],ConnectTimeout[7],ReplyTimeout[8],Tls[9],ClientKey[10],ClientCertificate[11],CaCertificate[12]
|
||||
cgrates.org,Self,*internal,,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,Engine1,127.0.0.1:6012,*json,1,3,,"1m","2m",false,,,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],ConnectTimeout[6],ReplyTimeout[7],Tls[8],ClientKey[9],ClientCertificate[10],CaCertificate[11]
|
||||
cgrates.org,SELF,*internal,,1,3,"1m","2m",false,,,
|
||||
cgrates.org,ALL,127.0.0.1:6012,*json,1,3,"1m","2m",false,,,
|
||||
cgrates.org,ALL2,127.0.0.1:7012,*json,1,3,"1m","2m",false,,,
|
||||
cgrates.org,NonexistingHost,127.0.0.1:10012,*json,1,3,"1m","2m",false,,,
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],MaxReconnectInterval[6],ConnectTimeout[7],ReplyTimeout[8],Tls[9],ClientKey[10],ClientCertificate[11],CaCertificate[12]
|
||||
cgrates.org,SELF,*internal,,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,ALL,127.0.0.1:6012,*json,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,ALL2,127.0.0.1:7012,*json,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,NonexistingHost,127.0.0.1:10012,*json,1,3,,"1m","2m",false,,,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],ConnectTimeout[6],ReplyTimeout[7],Tls[8],ClientKey[9],ClientCertificate[10],CaCertificate[11]
|
||||
cgrates.org,SELF,*internal,,1,3,"1m","2m",false,,,
|
||||
cgrates.org,ALL,127.0.0.1:6013,*gob,1,3,"1m","2m",false,,,
|
||||
cgrates.org,ALL2,127.0.0.1:7013,*gob,1,3,"1m","2m",false,,,
|
||||
cgrates.org,NonexistingHost,127.0.0.1:10012,*json,1,3,"1m","2m",false,,,
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],MaxReconnectInterval[6],ConnectTimeout[7],ReplyTimeout[8],Tls[9],ClientKey[10],ClientCertificate[11],CaCertificate[12]
|
||||
cgrates.org,SELF,*internal,,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,ALL,127.0.0.1:6013,*gob,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,ALL2,127.0.0.1:7013,*gob,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,NonexistingHost,127.0.0.1:10012,*json,1,3,,"1m","2m",false,,,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],ConnectTimeout[6],ReplyTimeout[7],Tls[8],ClientKey[9],ClientCertificate[10],CaCertificate[11]
|
||||
cgrates.org,AU_SITE,127.0.0.1:3012,*json,1,3,"1m","2m",false,,,
|
||||
cgrates.org,US_SITE,127.0.0.1:4012,*json,1,3,"1m","2m",false,,,
|
||||
cgrates.org,SELF,*internal,,1,3,"1m","2m",false,,,
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],MaxReconnectInterval[6],ConnectTimeout[7],ReplyTimeout[8],Tls[9],ClientKey[10],ClientCertificate[11],CaCertificate[12]
|
||||
cgrates.org,AU_SITE,127.0.0.1:3012,*json,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,US_SITE,127.0.0.1:4012,*json,1,3,,"1m","2m",false,,,
|
||||
cgrates.org,SELF,*internal,,1,3,,"1m","2m",false,,,
|
||||
|
@@ -1,2 +1,2 @@
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],ConnectTimeout[6],ReplyTimeout[7],Tls[8],ClientKey[9],ClientCertificate[10],CaCertificate[11]
|
||||
cgrates.org,SELF,*internal,,1,3,"1m","2m",false,,,
|
||||
#Tenant[0],ID[1],Address[2],Transport[3],ConnectAttempts[4],Reconnects[5],MaxReconnectInterval[6],ConnectTimeout[7],ReplyTimeout[8],Tls[9],ClientKey[10],ClientCertificate[11],CaCertificate[12]
|
||||
cgrates.org,SELF,*internal,,1,3,,"1m","2m",false,,,
|
||||
|
Reference in New Issue
Block a user