Added following snippits about Asterisk

* 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
This commit is contained in:
2024-01-07 21:51:57 +01:00
parent 380353f4ea
commit 2e57050f06
41 changed files with 845 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
; 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)