* 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
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
; Asterisk Chan Mobile configuration
|
|
[general]
|
|
interval=30
|
|
|
|
[adapter]
|
|
id=hci0
|
|
address=<Adapter MAC> ;MAC of adapter
|
|
|
|
[phone0]
|
|
context=incoming-mobile
|
|
address=<Phone MAC> ; MAC of Phone
|
|
adapter=hci0
|
|
port=1 ;port number (from mobile search)
|