diff options
Diffstat (limited to 'asterisk-conf/iax.conf')
-rw-r--r-- | asterisk-conf/iax.conf | 33 |
1 files changed, 33 insertions, 0 deletions
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 + |