Default FreeSWITCH address pointing to localhost in fs_evsock tutorial

This commit is contained in:
DanB
2018-01-19 17:29:38 +01:00
parent 809c8b082f
commit e5b109eeed

View File

@@ -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}
],
},