mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update asterisk connection ip to 127.0.0.1
This commit is contained in:
committed by
Dan Christian Bogos
parent
1a81bc0de8
commit
5ad34f0b01
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user