Page 1 of 1

Problem with AGI AST_update

PostPosted: Tue Aug 27, 2013 9:34 am
by dfiesco
I have a problem with Vicibox 2.8, I canĀ“t open the port 5038 necesary for run file AST_update.pl. Obtain the followin error:

problem connecting to "localhost", port 5038: connection refused at AST_update.pl line 436

My system is compound:

OS => Ubuntu server 12.04, Version Asterisk => 1.8-Vici, vicidial 2.8, Server Machine => ML310e Gen 8. It is in cluster.

Re: Problem with AGI AST_update

PostPosted: Mon Jun 16, 2014 1:34 pm
by omarrodriguezt
Hello,
Open a port is not a vicidial situation, is something related to your linux machine.
This a sample how to open a port:
iptables -A INPUT -s theipaddressofmachineyouwanttoallow -p tcp --dport 2195 -j ACCEPT