When placing outgoing external call using SIP client Bria. The phone displays our caller ID as the name of our calling party. Looking over the log, it shows that it came from this line
-- Executing [s@macro-dialout-trunk:21]…
I'm running a custom MoH application for a large number of users under an asterisk 11 box. The configuration is as follows:
[customer-100]
mode=custom
application=/usr/bin/ruby /path/to/script.rb…
I have a PBX (phone system called Astersik) that works with udp and tcp. Sometimes I get invalid request from some IP addresses that I will like to block. I cannot block those requests until I reboot my computer. I think the reason is because UFW…
Problem
We have an Asterisk server hosted externally. On four locations we've gotten ghost calls. These are calls with different numbers like 1000, 9999 or 6060. We don't use these numbers, not even that range.
NB: I've asked a question about this…
So i have a rather complicated issue I am trying to connect my Asterisk with a client 3cx phone system
So there is a sip phone connected to 3cx system with extension 351
On my Asterisk I have added client 3cx system to sip.conf as…
I am trying to configure a Zoiper softphone (iOS app version) so that it can connect to my Asterisk PBX. The Zoiper configuration is as follows:
Account name: Account1
Server:
User name: guest
Password: test
Caller…
We run asterisk on a freePBX distro.
The system is only up for one day.
When I logged in to asterisk from the terminal the system was generating a lot of unexpected messages just like the following.
[2016-07-14 14:34:46] NOTICE[25546]:…
I am trying to figure out why my FXO adapter has suddenly stopped working, it has been a while since it was first configured, I had only changed an internal call timeout setting on the FXO adapter and it suddenly stopped acceping incoming calls to…
I have an asterisk server (Elastix on CentOS 7) that I am currently running in Amazon Web Services. The server works great and clients can connect without issue using a stun server. However I have several Digium phones (D-50) that I need to…
According to https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_PUSH, the command Push() should be perfectly valid. However, in my Asterisk 13.6 installation:
same => n, Push(customer_codes,1234,5678,9087)
generates:
[Nov 6…
For a firm with about 8-10 employees what connection should be good enough to connect with Asterisk server.
Right now we are all connected via wireless router, but if call quality would be better we would switch to ethernet cables and gigabit LAN…
I am trying to transfer call to next extension if previous is using (INUSE) or call is in progress. I tried to use EXTENSION_STATE(extension[@context]) to find the status as follow:
[sales]
exten => s,1,Dial(SIP/123)
exten =>…
I would like to know how set a custom context from the extensions.conf file, to deal with the incoming calls in Elastix/FreePBX?
I have developed a custom dial plan called [my-custom-incoming1] and I would like it to be called form every incoming…
I installed and configured Asterisk in Google compute engine (GCE). I am facing the below issues:
1) Unable to login to Asterisk CLI by using asterisk -rvvvvv command (But, I am able to login using asterisk -vvvvvc 2) I am able to make calls between…
I'm trying to get fail2ban running on CentOS7 (no SELinux) and it uses firewalld. My goal is to set it to ban Asterisk password fails.
Setup was default yum install fail2ban
Config-wise I ONLY added jail.local with following:
[DEFAULT]
backend =…