|
|
@ -1,9 +1,11 @@ |
|
|
; section are between [] = [section] |
|
|
; section are between [] = [section] |
|
|
; key = value |
|
|
; key = value |
|
|
; to comment add ";" in front of the line |
|
|
; to comment add ";" in front of the line |
|
|
[amqp] |
|
|
|
|
|
uri = "amqp://guest:guest@127.0.0.1:5672" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; |
|
|
|
|
|
; |
|
|
|
|
|
; NOTE: You must add all your FreeSWITCH servers to the trusted ACLs |
|
|
|
|
|
; if you are using zones! |
|
|
|
|
|
; |
|
|
[bigcouch] |
|
|
[bigcouch] |
|
|
compact_automatically = true |
|
|
compact_automatically = true |
|
|
cookie = change_me |
|
|
cookie = change_me |
|
|
@ -13,13 +15,37 @@ port = 15984 |
|
|
; password = "supermegaexcellenttelephonyplatform" |
|
|
; password = "supermegaexcellenttelephonyplatform" |
|
|
admin_port = 15986 |
|
|
admin_port = 15986 |
|
|
|
|
|
|
|
|
|
|
|
; Define your AMQPs and zones here |
|
|
|
|
|
[zone] |
|
|
|
|
|
name = zone_1 |
|
|
|
|
|
amqp_uri = "amqp://guest:guest@127.0.0.1:5672" |
|
|
|
|
|
|
|
|
|
|
|
[zone] |
|
|
|
|
|
name = zone_2 |
|
|
|
|
|
amqp_uri = "amqp://guest:guest@127.0.0.2:5672" |
|
|
|
|
|
|
|
|
|
|
|
; Define your whistles here |
|
|
|
|
|
[whistle_apps] |
|
|
|
|
|
zone = zone_1 |
|
|
|
|
|
cookie = change_me |
|
|
|
|
|
|
|
|
[whistle_apps] |
|
|
[whistle_apps] |
|
|
|
|
|
host = apps002.2600hz.com |
|
|
|
|
|
zone = zone_2 |
|
|
cookie = change_me |
|
|
cookie = change_me |
|
|
|
|
|
|
|
|
|
|
|
; Define your ecallmgr's here |
|
|
[ecallmgr] |
|
|
[ecallmgr] |
|
|
|
|
|
zone = zone_1 |
|
|
|
|
|
cookie = change_me |
|
|
|
|
|
|
|
|
|
|
|
[ecallmgr] |
|
|
|
|
|
host = apps002.2600hz.com |
|
|
|
|
|
zone = zone_2 |
|
|
cookie = change_me |
|
|
cookie = change_me |
|
|
|
|
|
|
|
|
[log] |
|
|
[log] |
|
|
syslog = info |
|
|
|
|
|
|
|
|
syslog = debug |
|
|
console = notice |
|
|
console = notice |
|
|
file = error |
|
|
file = error |
|
|
|
|
|
|