Questions tagged [asterisk]

GENERAL ASTERISK SUPPORT IS OFF-TOPIC. Support questions may be asked on https://superuser.com. Server support like "please read this output and say what is wrong" or configuration is OFF-TOPIC. Asterisk is a PBX software whose main aim is to route audio/video calls. It is released under a dual license: the GNU General Public License (GPL) and a commercial license.

Asterisk is a Private Branch eXchange (PBX) software; its main aim is to route audio and video calls, but it supports the creation of services like voicemail, Interactive Voice Responders (IVR), least-cost routing (LCR) etc.

Asterisk supports different Voice over IP (VoIP) protocols - like SIP, IAX2, H.323 - and can be integrated with traditional telephony equipment and networks - like analog networks, ISDN BRI/PRI, GSM/UMTS.

Its behavior can be programmed using Asterisk Extension Language (AEL) or a legacy language, and exposes various APIs (including HTTP APIs) for run-time interaction with other programs and servers.

As Stack Overflow is a programming site, questions tagged should relate to the topic of programming. Such topics may include (but are not limited to):

  • Dialplan functionality using traditional syntax or AEL
  • Connecting to Asterisk via API interfaces
  • Work on the Asterisk codebase itself

Questions concerning the following topics could be off-topic for Stack Overflow and may be better suited for another site such as Server Fault or Super User:

  • Asterisk configuration
  • Hardware interface problems
  • Asterisk GUIs such as FreePBX
  • Call quality issues (e.g. one-way audio)

Important links:

3078 questions
30
votes
21 answers

asterisk : Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)

I am learning asterisk. After I installed asterisk, I tried to connect with it using asterisk -rvvvvc. But it gave me the following error message: Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?) How can I solve this…
rekha_sri
  • 2,423
  • 1
  • 21
  • 26
22
votes
4 answers

Create New EC2 Instance with Custom ISO

I'm using Switchvox, an Asterisk PBX and I'd like to host it on EC2. Digium Switchvox provides an ISO which contains everything needed to host the pbx server: OS, software, etc. It's basically an image of the server. How do I instantiate a new EC2…
doremi
  • 13,045
  • 22
  • 84
  • 131
20
votes
10 answers

What is the best way to get started using Asterisk?

I'm interested in learning more about Asterisk (open source PBX) so I thought I would try building a "hobby" system for my home. Just play around with getting a juiced up voicemail system going for my family. That is, until I found out that a…
jdcotter
  • 313
  • 1
  • 4
  • 10
19
votes
1 answer

How can I check the version of asterisk I am running?

I am a bit confused about what version of Asterisk I am running on centos server.The documentation is different for different versions. How to know the version using putty command?
Arun Unnikrishnan
  • 2,231
  • 1
  • 20
  • 37
16
votes
1 answer

getting iaxclient to send audio to/get audio from buffer instead of audio-device

I'm trying to write a C++ program (altough python would've been fine as well in case someone knows a better (IAX/SIP) alternative) which connects to an Asterisk server. After connecting, it should listen for audio and process that. It should also…
Folkert van Heusden
  • 537
  • 4
  • 17
  • 33
15
votes
2 answers

How can I set environment variables in my Linux service for Asterisk even though it doesn't have a real user?

I have created a linux service that runs as a deamon (and gets started from /etc/init.d/X). I need to set some environment variables that can be accessed by the application. Here's the scenario. The application is a bunch of Perl AGI scripts that…
domino
  • 1,899
  • 1
  • 20
  • 29
14
votes
2 answers

Asterisk crashes on endpoint registration

I am trying to setup realtime endpoints on Asterisk 13 using MySQL ODBC (libmyodbc5a) driver. So observed that once an endpoint got registered, Asterisk Server crashes. The Message log shows: res_odbc.c: SetConnectAttr (Txn isolation) returned an…
Paullo
  • 1,776
  • 3
  • 17
  • 44
14
votes
3 answers

Asterisk auto Call recording

We are running asterisk with 8 port FXO. FXO connects to our old PBX (Samsung Office Serv 100). Now we want to record all calls routed through FXO (if it was dialed to outside or comming from outside). Here is the diagram …
Manjoor
  • 3,761
  • 10
  • 40
  • 65
11
votes
11 answers

setup an IVR with Asterisk

I need to setup a simple IVR system for a friend's company that will let the caller navigate through the menu by pressing phone keys. Its kind of like a bus schedule. for today's schedule press '1', for tomorrow's schedule press '2' and so…
Sebastian
  • 2,839
  • 3
  • 32
  • 35
11
votes
1 answer

FreePBX Twilio Outbound Ringtone

I have a Twilio SIP trunk connected to FreePbx, all users are using the webrtc module of FreePBX to make calls. They can make and receive calls fine with two way audio, however with outbound calls the caller does not hear ringtone (ringing) as the B…
Freddy Wetson
  • 404
  • 1
  • 4
  • 21
11
votes
5 answers

Asterisk,SIP Retransmission timeout

I have created a sip trunk from One Asterisk(version 11.2.1) say 'A' server to another Asterisk server(11.7.0) say 'B', and I am getting sip response 200 ok. But when I start calling on a DID on Asterisk A then the call is being routed to Asterisk…
Vivek Raj
  • 597
  • 1
  • 5
  • 16
10
votes
2 answers

getting the group name to the according pri port in asterisk

I am using sagoma 8 port card My chan_dahdi.conf to configure the ports are ;autogenerated by /usr/sbin/wancfg_dahdi do not hand edit ;autogenrated on 2015-06-12 ;Dahdi Channels Configurations ;For detailed Dahdi options, view…
codegasmer
  • 1,304
  • 1
  • 12
  • 40
10
votes
1 answer

VoIP Integration in App & Web

I have a very general question on how to implement VoIP for our current mobile & Web App. (we have an Android+iOS App and a Web Application based on AngularJS/NodeJS). What we want to achieve In the first step we want to achieve inter Application…
Markus
  • 1,395
  • 6
  • 24
  • 56
9
votes
0 answers

Asterisk QoS (MOS Score)

I am trying to work with asterisk QoS (Call Quality), I have read many articles but none of them are clear to me, I hope I will get some good answer from here. we are getting this data-values from asterisk channel when calls hang…
9
votes
2 answers

How can I use Twilio as a SIP trunk for my Asterisk to make and receive calls?

I have a Twilio account which has a number (let's say 8881231234), and I have Asterisk box. I'd like to use Twilio as an Asterisk trunk to be able to make calls at their rates and receive calls from that number on my Asterisk. I haven't found any…
g3rv4
  • 19,080
  • 4
  • 31
  • 56
1
2 3
99 100