Update asterisk connection ip to 127.0.0.1

This commit is contained in:
TeoV
2018-11-16 02:19:10 -05:00
committed by Dan Christian Bogos
parent 1a81bc0de8
commit 5ad34f0b01
2 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
[simpletrans]
[testcalls]
type=transport
protocol=udp
bind=0.0.0.0:5080
[1001]
type = endpoint
transport = simpletrans
transport = testcalls
context = internal
disallow = all
allow = ulaw
@@ -25,7 +25,7 @@ password=CGRateS.org
[1002]
type = endpoint
transport = simpletrans
transport = testcalls
context = internal
disallow = all
allow = ulaw
@@ -46,7 +46,7 @@ password=CGRateS.org
[1003]
type = endpoint
transport = simpletrans
transport = testcalls
context = internal
aors = 1003
auth = 1003
@@ -66,7 +66,7 @@ password=CGRateS.org
[1004]
type = endpoint
transport = simpletrans
transport = testcalls
context = internal
aors = 1004
auth = 1004
@@ -86,7 +86,7 @@ password=CGRateS.org
[1005]
type = endpoint
transport = simpletrans
transport = testcalls
context = internal
aors = 1005
auth = 1005
@@ -106,7 +106,7 @@ password=CGRateS.org
[1006]
type = endpoint
transport = simpletrans
transport = testcalls
context = internal
aors = 1006
auth = 1006
@@ -127,7 +127,7 @@ password=CGRateS.org
[1007]
type = endpoint
transport = simpletrans
transport = testcalls
context = internal
aors = 1007
auth = 1007

View File

@@ -80,7 +80,7 @@
"asterisk_agent": {
"enabled": true,
"asterisk_conns":[
{"address": "192.168.56.203:8088", "user": "cgrates",
{"address": "127.0.0.1:8088", "user": "cgrates",
"password": "CGRateS.org", "connect_attempts": 3,"reconnects": 10}
],
"sessions_conns": [