initial work on dial verb

This commit is contained in:
Dave Horton
2020-01-07 20:57:49 -05:00
parent 523e2a308b
commit 1debb193c2
8 changed files with 309 additions and 22 deletions

View File

@@ -3,6 +3,13 @@
"port": 3010,
"secret": "cymru"
},
"freeswitch: [
{
"address": "127.0.0.1",
"port": 8021,
"secret": "ClueCon"
}
],
"logging": {
"level": "info"
},