To Generation D:
This was the setup at time this issue was observed: secast-1.0.1.0-x86_64-ub12 on Ubuntu 12.04.4 Server LTS with Asterisk 11.10.2.
The following events were captured and observed in the /var/log/secast after leaving seacast (build…
To Generation D:
This is a new problem with build secast-1.0.4.0-x86_64-ub12 that didn't happen with the previous build, secast-1.0.1.0-x86_64-ub12.
When secast is run as a service (service secast start) or launched from the command line in daemon…
I have two Asterisk servers,
E1(PRI) Gateway Asterisk 1.4 with E1(PRI) card
IP-PBX Asterisk 1.8 on VM Server
When my e1 gateway is failed (ex. shutdown, no power...), PSTN automatically switch to analog lines
but when my IP-PBX is failed I want…
I am using SIP between two subnets (192.168.3.0/24 and 192.168.30.0/24) each connected via VPN.
I have a call server on 192.168.3.100, and two phones 192.168.30.118 (Ext. 3128) and 192.168.30.119 (Ext. 3126) on the remote subnet.
The WAN IP on the…
I'm receiving the below error when starting secast
service secast start
Starting SecAstQFSFileEngine::open: No file name specified
[FAILED]
Has anyone run into this issue before? I'm running CentOS 6.5 with Asterisk 11
All config files appear to be…
I get WARNING[9157] chan_sip.c: Retransmission timeout reached on transmission error on asterisk and trying to troubleshoot the problem.
Now asterisk is listening on 5060 port:
udp 0 0 0.0.0.0:10766 0.0.0.0:* …
I am using Secast for intrusion protection on my Asterisk PBX. It’s working great, and I now want to start blocking specific geographic regions. My system is getting hammered from Ramallah Palestine, and I want to block them. Is this right?
I…
I installed Asterisk on my local Ubuntu 12.04 machine. After starting the asterisk [asterisk -c] I ran the command
netstat -nlpa | grep asterisk
and the output shown is this ->
tcp 0 0 127.0.0.1:5038 0.0.0.0:* …
as requested in FAQ I wrote here the question (there is no question for this product yet on this site?)
This Asterisk securing tool looks very nice so I tried to test it out:
http://www.generationd.com/Pages/Products/SECAST.php
But I just…
I've installed Asterisk Now with PreePBX from bootable CD to a VirtualBox machine.
Then I updated through FreePBX all the modules available for update and noticed a strange behaviour:
After I attempt to connect to Asterisk with PhonerLite client the…
I am using astersik real time (dynamic). I have entered my SIP trunk details into the sippeers tables.
However, the sip trunk does not perform a register with the SIP TRUNK providers servers as it would if wrote it in sip.conf manually as
register…
I've used this tutorial to configure my iptables so I can access asterisk sip from outside of my server.
My iptables -L looks like this
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere …
I have config in my local lan asterisk for test. which is working fine.
With the same OS version and packages on "AWS Cloud" I am setting as following. But it don't get register "error = sip 408 - request timeout" same I am getting on all Iphone…
Trying to register a sip client to my asterisk server often (just about 90% of the times, not always, weirdly) results in 401 Unauthorized errors.
This is the config for one of the…
Here is the dial plan
[testInComingCalls]
exten => s,1,Answer
exten => 30953025,1,Dial(SIP/20000,20)
I would like to play an audio file as soon as somebody answered the call (Welcome Message)..