We have Elastix version 2.4 setup and we have some little questions which if you could please answer to solve via web based panel of Elastix, as agents are making calls via Elastix there are little issues we are having, like:
Agents make very long…
I have installed asterisk 11.12.0 on CentOS (64-bit). When enabling the TLS support i get the following error
WARNING[7620]: tcptls.c:673 handle_tcptls_connection: FILE * open failed!
i tried disabling the TLS option on the server but still get this…
As I saw some Asterisk love on here when I did a quick search, thought I'd ask if anyone knows of a way to have the "do not disturb" function on an asterisk phone time out after say 5 minutes.
In our call centre, we get phones put on do not disturb,…
I have two asterisk servers serverA and serverB . I am trying to place a call from serverA to use serverB using IAX2. I have defined a user on serverB in iax.conf. When making the call this is what I see on serverA:
Attempting call on…
I wonder what's the best way to go when you have phones on multiple networks which are not directly reachable. I have 3 networks
10.3.x.x
10.6.x.x
10.17.x.x
My asterisk server resides on the 10.3.0.5 IP. The machines from the 10.6 and 10.17…
I have an AVM ISDN controller C4 plugged into an asterisk machine.
It shows up in the PCI device list as:
Digital Equipment Corporation StrongARM DC21285 (rev 04)
How can I test this card to see its working from Asterisk, if possible without…
we are trying to handle incoming sip_calls on our asterisk server, but somehow we always end up getting either 403 or 603 (which should be the same?)
what should happen if it works:
user calls service number
-> remote asterisk accepts call from pstn…
Hey I am using FreePBX with firmware: 5.211.65-14 and service pack 1.0.0.0
On this asterisk server I have everything up and running, but inbound phone calls might be rejected:
WARNING[56522][C-00000ba4]: Ext. s:6 @ from-sip-external: "Rejecting…
I am trying to perform the following outgoing call:
exten => _49.,1,Log(NOTICE,Dialing German number: ${EXTEN})
same => n,Set(route=DAHDI/g1/00${EXTEN})
same => n,Dial(${route})
exten => _0049.,1,Goto(${EXTEN:2},1)
exten =>…
I've got a PHP script that I execute 2-3 times throughout a single calls life time, if it is inbound it will execute once for the queue, once for start of call and a last time for end of call. For outbound it skips the queue stage (obviously).
About…
SIP server was unreachable after changing routes. I have 2 ISP ,ISP 1 is my default and ISP 2 is my back-up. I have a dialer behind linux router linux. Linux router has 3 ethernet cards.
Router network config
root@intellipatient:~# ifconfig -a
eth0 …
I'm using SecAst on my Asterisk server as well as fail2ban. (Setup as an option as per the SecAst installation guide). I did this to test if SecAst is working right. I planned to remove fail2ban if SecAst is working right.
The list of banned IP's…
I'm installing SecAst on a new computer and I'm on step 2.1.7 (copying init files). I copied the first initd file, but when I copy the second one it says file already exists (and I'm overwriting the last file). This doesn't make sense.
To Generation D:
I am writing you about what might just be a documentation issue which hopefully doesn't have significant repercussions.
This is something I encountered immediately at the start on the first page of the installation process (page 7,…
Having some issues installing SecAst for IPS,
Followed the directions up to 2.1.6 and found a way (on this forum) to install qt5-qtbase (thanks) but when I run ldd /usr/local/secast/secast the return is "not a dynamic executable". I unpacked and…