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
6
votes
1 answer

SIP to PSTN gateway connection from asterisk?

We are working on a web phone application that can make sip calls to other devices and make PSTN calls as well. We use Asterisk 1.8 as our sip server. The SIP calls from the web phone is working fine. We want to be able to provide SIP to PSTN…
over.drive
  • 287
  • 1
  • 5
  • 15
6
votes
3 answers

How to add red asterisk in label of TextFormField In Flutter

As we are not able to make widget like RichText/Text Span For styling TextFormField, Can anyone help me out regarding this... Now Getting:- Expected Result:- How we can achieve a result like this?
Zeeshan Ansari
  • 935
  • 7
  • 19
6
votes
1 answer

Java - Asterisk, what does it mean

I'm looking through the Alexa SDK. In the documentation here, they have the following: directivesServices.enqueue(SendDirectiveRequest.\*builder\*().build()); What on earth does that asterisk do? I have never seen one in my life, and I'm curious…
Black Dynamite
  • 3,723
  • 5
  • 34
  • 63
6
votes
1 answer

Hangup notification sound

Background My client uses a Asterisk 1.6 based PBX telephone system as their call center solution. They use a soft phone application to pick up all calls from the inbound queue. To reduce their work load, the soft phone application they use has a…
AkiEru
  • 750
  • 1
  • 9
  • 28
6
votes
0 answers

sipjs and asterisk voice call no audio issue

I am using sipjs 0.7.5 version and asterisk 13.12.1 to established call between 2 sipjs call through webRTC. Both sipjs client and asterisk server are in local network. I am giving asterisk log of both sip messages and rtp packet bellow: My problem…
tanim
  • 71
  • 5
6
votes
3 answers

Whats the best architecture for CDR integration to a Asterisk based Application

Iam developing a VOIP platform which would allow users to make 100s of calls concurrently using my service. Asterisk stores all call detail records in the CDR table. I would like to know where is best place to keep this table for the best possible…
Sumit Ghosh
  • 3,124
  • 4
  • 37
  • 58
6
votes
3 answers

Asterisk unable to connect to database using odbc connector

I am pretty new to Asterisk and this is my first attempt to connect to database (MySQL). But I keep getting this error [unixODBC][Driver Manager]Data source name not found, and no default driver specified. Here is my…
Paullo
  • 1,776
  • 3
  • 17
  • 44
6
votes
2 answers

Reliably identifying and tracking Asterisk calls using C# and Aster.NET

I have been building a WinForms desktop application using C# that interfaces with Asterisk using Aster.NET (formerly/forked from Asterisk.NET). We're having real trouble reliably identifying and tracking calls that are related to an individual…
iam
  • 137
  • 4
  • 12
6
votes
2 answers

Asterisk Java AGI: utils.c write() returned error: Broken pipe

I have written a hello world Asterisk AGI script using Java. The script runs as expected and plays the hello world sound file, but the asterisk console is giving an error though: ERROR[31058]: utils.c:1164 ast_carefulwrite: write() returned error:…
Jason
  • 396
  • 1
  • 5
  • 16
6
votes
2 answers

FreeSWITCH minimal installation and module selection

As someone who is very new to the opensource PBX projects like Asterisk and FreeSWITCH, I am grappling with some information overload. Have read the basic FreeSWITCH docs on Wiki, but still have few questions. Since I am not very familiar with the…
jay
  • 193
  • 1
  • 7
6
votes
6 answers

Fastest way to match telephony prefixes using asterisk PHP script

and thanks in advance for the help. Background - I am writing a PHP script that needs to figure out the destination the caller is trying to reach. Telephony prefixes are strings that identify a destination. For each call, the program must find the…
Alex Recarey
  • 17,039
  • 4
  • 21
  • 22
5
votes
2 answers

How do I establish a persistent connection to an Asterisk manager with PHP?

I'm attempting to connect to an Asterisk manager interface, and I'm having a problem with the code blocking, as well as connection persistence. Below is what I have, followed by a description of what's going wrong: /** * The parameters for…
5
votes
2 answers

Open Source Video Conferencing Server

How to create a Open Source Video Conferencing Server using Asterisk? Is it possible? I would like to create a n-way conference call but I cant using MeetMe and zaptel. I don't have Digium hardware. I am using asterisk 1.8 on ubuntu 10.10. Need some…
user1222905
  • 535
  • 2
  • 17
  • 35
5
votes
1 answer

How to convert 16bit wav to raw audio

I'm trying to use sox to convert asterisk voicemails to raw audio. The encoding information of the original wav is PCM S16 LE, so I thought I would just be able to do sox msg0000.wav msg0001.raw but the raw file from that is garbled and, according…
scotter
  • 105
  • 2
  • 2
  • 7
5
votes
2 answers

Playback in meetme (asterisk)

I would like to play an audio file to all members of a MeetMe conference, like a notification. Does anyone have any idea about how to do this?
Anil agrahari
  • 342
  • 1
  • 8
  • 25