* 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
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
; Asterisk PJSIP config
|
|
|
|
#include pjsip.extension.conf
|
|
#include pjsip.auth.conf
|
|
#include pjsip.aor.conf
|
|
|
|
[transport-udp]
|
|
type=transport
|
|
protocol=udp
|
|
bind=0.0.0.0
|