mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Default FreeSWITCH address pointing to localhost in fs_evsock tutorial
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
"freeswitch_agent": {
|
||||
"enabled": true,
|
||||
"event_socket_conns":[
|
||||
{"address": "10.10.10.204:8021", "password": "ClueCon", "reconnects": 5}
|
||||
{"address": "127.0.0.1:8021", "password": "ClueCon", "reconnects": 5}
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user