Questions tagged [asterisk]

Asterisk is software that enables a server to act as an IP PBX system, VoIP gateway, conference server, and more.

see

http://www.asterisk.org/

and

http://en.wikipedia.org/wiki/Asterisk_(PBX)

593 questions
2
votes
1 answer

Asterisk - Outgoing Caller Name on Client

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]…
Joe2265
  • 21
  • 1
  • 4
2
votes
0 answers

How can I tell asterisk to initialise each music on hold application when needed rather than constantly

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…
Andrew White
  • 145
  • 1
  • 9
2
votes
2 answers

UFW (firewall) not blocking UDP right away

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…
Tono Nam
  • 322
  • 3
  • 17
2
votes
6 answers

Asterisk ghost calls

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…
SPRBRN
  • 571
  • 4
  • 12
  • 28
2
votes
1 answer

Unable to dial SIP phone connected to 3CX system via Asterisk

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…
Maciej Cygan
  • 147
  • 8
2
votes
1 answer

Zoiper softphone cannot register to Asterisk with IAX2: cause connection refused, cause code 29

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…
Drux
  • 656
  • 1
  • 9
  • 24
2
votes
2 answers

Is someone is trying to access our IP-PBX

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]:…
2
votes
1 answer

Asterisk internal call not routing correctly. Unable to retrieve PJSIP transport 'udp,tcp,ws,wss' for endpoint 'anonymous'

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…
Duncan Murray
  • 53
  • 1
  • 7
2
votes
1 answer

Having trouble with one way adio on an asterisk sip phone

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…
June Lewis
  • 291
  • 2
  • 3
  • 8
2
votes
1 answer

No application 'Push'

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…
MichelV69
  • 249
  • 1
  • 6
2
votes
2 answers

Asterisk PBX - What connection to use: wireless or ethernet cable

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…
RhymeGuy
  • 201
  • 1
  • 2
  • 4
2
votes
2 answers

Asterisk Transfer call to next extension if previous INUSE

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 =>…
Jibon
  • 31
  • 5
2
votes
1 answer

How to configure a custom context/dial plan for incomming calls in Elastix/FreePBX?

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…
Pedro Perez
  • 33
  • 1
  • 3
2
votes
0 answers

Issue with Asterisk on Google compute engine (GCE)

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…
Chandra
  • 21
  • 1
2
votes
2 answers

Fail2ban critical exception - does not block ips

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 =…
katit
  • 213
  • 4
  • 9