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:
8
Linux/Config-Examples/Asterisk-basic-server/udptl.conf
Normal file
8
Linux/Config-Examples/Asterisk-basic-server/udptl.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
; Asterisk udptl config
|
||||
|
||||
[general]
|
||||
udptlstart=4000
|
||||
udptlend=4999
|
||||
udptlfecentries = 3
|
||||
udptlfecspan = 3
|
||||
use_even_ports = no
|
||||
Reference in New Issue
Block a user