I am trying to limit IAX connectivity to a server with the permit/deny combination. In this example to allow ip 123.123.123.123 but it's not working. If I remove the mask on the deny parameter it allows all hosts. With the deny statement like below it blocks all connections even using a mask or no mask with the permit IP. What am I missing?
allow=all context=from-external secret=sample type=user deny=0.0.0.0/0.0.0.0 permit=123.123.123.123 _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
