* A Basic Asterisk server for internal calling with IVR, curl triggers and message playback * A Asterisk server to act as a bridge between a Bluetooth phone (as in/out bound route) * A Node-Red Subflow to create a call between extensions using ARI
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
; Asterisk ARI (Asterisk REST API) configuration
|
|
[general]
|
|
enabled = yes
|
|
|
|
[aritest]
|
|
type = user
|
|
read_only = no
|
|
password = testme
|
|
password_format = plain
|