From e661974fbe9ecf8e7eed0e52a41855fd1eaa684d Mon Sep 17 00:00:00 2001 From: arf20 Date: Fri, 11 Jul 2025 20:36:01 +0200 Subject: initial commit --- asterisk-conf/iax.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 asterisk-conf/iax.conf (limited to 'asterisk-conf/iax.conf') diff --git a/asterisk-conf/iax.conf b/asterisk-conf/iax.conf new file mode 100644 index 0000000..56d73df --- /dev/null +++ b/asterisk-conf/iax.conf @@ -0,0 +1,33 @@ +;==========================================================================================================; +; These values define how IAX connections are made. Only adjust them if you know what you're doing ; +;==========================================================================================================; + +[general] +bindaddr=0.0.0.0 +bindport=4569 +qualify=1000 +relaxdtmf=yes +bandwidth=high +;disallow=all +;allow=g722 +;allow=ulaw +;allow=alaw +allow=all +jitterbuffer=no +tos=0x12 +calltokenoptional=0.0.0.0/0.0.0.0 +requirecalltoken=no +delayreject=yes +autokill=yes +encryption=yes + +;======================================================; +; Adjust this section as part of TandmX setup! ; +;======================================================; + +[from-tandmx] +type=user +context=from-tandmx +auth=md5 +secret=REDACTED + -- cgit v1.2.3