Difference between revisions of "IAX2 Call rejected, CallToken Support required"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: 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 fixe for this: In /etc/asterisk/iax.conf in [general...)
 
 
Line 1: Line 1:
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 fixe for this:
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:
In /etc/asterisk/iax.conf in [general] section add:

Latest revision as of 23:27, 6 October 2009

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.