--
You received this message because you are subscribed to the Google Groups "CGRateS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cgrates+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cgrates/06dbd2fa-d8ce-4394-8d47-8f01038fd44a%40googlegroups.com.
Hi Michael,
You need to specifically enable the apiers in configuration:
https://github.com/cgrates/cgrates/blob/v0.10/config/config_defaults.go#L811
DanB
--
You received this message because you are subscribed to the Google Groups "CGRateS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cgrates+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cgrates/662d804a-1e73-4abe-9563-7ec53150453fo%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cgr...@googlegroups.com.
Hi Michael,
Can you please post your configuration file?
DanB
To unsubscribe from this group and stop receiving emails from it, send an email to cgrates+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cgrates/7eedd89f-3f85-4063-a28d-1e27d485c025o%40googlegroups.com.
{
"general": {
"node_id": "*env:CGR_SERVICE",
"default_request_type": "*prepaid",
"default_tenant": "golant",
"default_timezone": "UTC",
"connect_attempts": 10,
"reconnects": 3,
"connect_timeout": "3s",
},
"data_db": {
"db_type": "*env:DATADB_TYPE",
"db_host": "*env:DATADB_HOST",
"db_port": *env:DATADB_PORT,
"db_name": "*env:DATADB_NAME",
},
"stor_db": {
"db_type": "*env:STORDB_TYPE",
"db_host": "*env:STORDB_HOST",
"db_port": *env:STORDB_PORT,
"db_name": "*env:STORDB_NAME",
"db_user": "*env:STORDB_USER",
"db_password": "*env:STORDB_PASS",
"max_idle_conns": 0,
"conn_max_lifetime": 7200,
},
"listen": {
"rpc_json": "*env:LISTEN_RPC_JSON",
"rpc_gob": "*env:LISTEN_RPC_GOB",
"http": "*env:LISTEN_HTTP",
},
"http": {
},
"cache":{
"attribute_profiles": {"limit": 0, "ttl": "", "static_ttl": false, "precache": false},
"attribute_filter_indexes" : {"limit": 0, "ttl": "", "static_ttl": false},
},
"rpc_conns": {
"rals_address_pool": {
"strategy": "*first",
"conns": [{"address": "*env:RALS_ADDR","transport":"*json"}],
},
"cdrs_address_pool": {
"strategy": "*first",
"conns": [{"address": "*env:CDRS_ADDR","transport":"*json"}],
},
"sessions_address_pool": {
"strategy": "*first",
"conns": [{"address": "*env:SESS_ADDR","transport":"*json"}],
},
"chargers_address_pool": {
"strategy": "*first",
"conns": [{"address": "*env:RALS_ADDR","transport":"*json"}],
},
"attributes_address_pool": {
"strategy": "*first",
"conns": [{"address": "*env:RALS_ADDR", "transport": "*json"}],
},
"session_replication_address_pool": {
"strategy": "*first",
"conns": [{"address": "*env:SESS_REPL_ADDR","transport":"*json"}],
},
"caches_address_pool": {
"strategy": "*first",
"conns": [{"address": "*env:RALS_ADDR", "transport": "*json"}],
},
"scheduler_conns": {
"strategy": "*first",
"conns": [{"address": "*env:SCHD_ADDR","transport":"*json"}],
},
},
"apier": {
"enabled": true,
"caches_conns":["caches_address_pool"],
"scheduler_conns": ["scheduler_conns"],
"attributes_conns": ["attributes_address_pool"],
},
"schedulers": {
"enabled": true,
"cdrs_conns": ["cdrs_address_pool"],
},
"chargers": {
"enabled": true,
},
"rals": {
"enabled": true,
}
}
To view this discussion on the web visit https://groups.google.com/d/msgid/cgrates/7eedd89f-3f85-4063-a28d-1e27d485c025o%40googlegroups.com.
Michael,
For some reason I cannot find apiers enabled in your config ;).
DanB
To unsubscribe from this group and stop receiving emails from it, send an email to cgrates+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cgrates/07d082d4-95e8-40a7-aa44-62a70e4dbed9o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cgrates/07d082d4-95e8-40a7-aa44-62a70e4dbed9o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cgrates+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cgrates/26b0c8aa-6aec-477d-a9dc-7ac7c93ebcc9o%40googlegroups.com.
Hi Michael,
I would compare with the link I have sent you.DanB
To view this discussion on the web visit https://groups.google.com/d/msgid/cgrates/26b0c8aa-6aec-477d-a9dc-7ac7c93ebcc9o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cgrates+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cgrates/74eae53f-52d2-4624-a28e-8242385192dbo%40googlegroups.com.