forked from vxmppb/vxmppb
moving calls to asterisk.enabled
abc, enable flag gotify enable flag mastodon enable flag mqtt
This commit is contained in:
parent
92ecfeed1a
commit
4045b29b72
|
@ -1,11 +1,11 @@
|
||||||
debug =
|
debug =
|
||||||
calls =
|
|
||||||
|
|
||||||
[asterisk]
|
[asterisk]
|
||||||
callfrom =
|
callfrom =
|
||||||
callto =
|
callto =
|
||||||
callerID =
|
callerID =
|
||||||
context =
|
context =
|
||||||
|
enabled =
|
||||||
host =
|
host =
|
||||||
password =
|
password =
|
||||||
port =
|
port =
|
||||||
|
@ -18,19 +18,22 @@ password =
|
||||||
port =
|
port =
|
||||||
|
|
||||||
[gotify]
|
[gotify]
|
||||||
|
api_url =
|
||||||
|
enabled =
|
||||||
key =
|
key =
|
||||||
message =
|
message =
|
||||||
priority =
|
priority =
|
||||||
title =
|
title =
|
||||||
api_url =
|
|
||||||
|
|
||||||
[mastodon]
|
[mastodon]
|
||||||
token =
|
token =
|
||||||
toot =
|
toot =
|
||||||
api_url =
|
api_url =
|
||||||
user =
|
user =
|
||||||
|
enabled =
|
||||||
|
|
||||||
[mqtt]
|
[mqtt]
|
||||||
|
enabled =
|
||||||
message =
|
message =
|
||||||
password =
|
password =
|
||||||
server =
|
server =
|
||||||
|
|
Reference in New Issue
Block a user