IAX2 Call rejected, CallToken Support required

From Kolmisoft Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The reason to the hassle above is due to Asterisk has upgrade their IAX2 security to mitigate denial of service attacks and there is a fix for this:

In /etc/asterisk/iax.conf in [general] section add:

calltokenoptional=0.0.0.0/0.0.0.0
requirecalltoken=no

Restart Asterisk.