IAX2 Call rejected, CallToken Support required

From Kolmisoft Wiki
Revision as of 23:27, 6 October 2009 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.