mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
modified astagent call methods over http
This commit is contained in:
committed by
Dan Christian Bogos
parent
20a8c98999
commit
4bd459b486
@@ -68,7 +68,8 @@
|
||||
"enabled": true,
|
||||
"asterisk_conns":[
|
||||
{"address": "127.0.0.1:8088", "user": "cgrates",
|
||||
"password": "CGRateS.org", "connect_attempts": 3,"reconnects": 10}
|
||||
"password": "CGRateS.org", "connect_attempts": 3,"reconnects": 10,
|
||||
"ari_websocket": false}
|
||||
],
|
||||
"sessions_conns": ["*birpc_internal"],
|
||||
"create_cdr": true,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[testcalls]
|
||||
type=transport
|
||||
protocol=udp
|
||||
bind=0.0.0.0:5080
|
||||
bind=0.0.0.0:5060
|
||||
|
||||
[1001]
|
||||
type = endpoint
|
||||
|
||||
@@ -67,7 +67,9 @@
|
||||
"enabled": true,
|
||||
"asterisk_conns":[
|
||||
{"address": "127.0.0.1:8088", "user": "cgrates",
|
||||
"password": "CGRateS.org", "connect_attempts": 3,"reconnects": 10}
|
||||
"password": "CGRateS.org", "connect_attempts": 3,"reconnects": 10,
|
||||
"ari_websocket": false
|
||||
}
|
||||
],
|
||||
"sessions_conns": ["*birpc_internal"],
|
||||
"create_cdr": true,
|
||||
|
||||
Reference in New Issue
Block a user