Questions tagged [asterisk]

Asterisk is a software PBX used to route audio and video calls. QUESTIONS REGARDING THE USE AND CONFIGURATION OF ASTERISK ARE OFF-TOPIC. Only programming questions are on-topic for Stack Overflow. For example: dialplan configuration in extensions.conf, interfacing with Asterisk's C APIs, or working with AGI scripts.

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 dialplan syntax, and it exposes various APIs (including HTTP APIs) for run-time interaction with other programs and servers. External scripts can be called via the Asterisk Gateway Interface (AGI.)

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

  • Dialplan programming using traditional syntax or AEL
  • Connecting to Asterisk via API interfaces
  • Writing and calling AGI scripts
  • Work on the Asterisk codebase itself

Questions concerning the following topics are 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:

2895 questions
0
votes
1 answer

Is it possible without disconnecting x-lite after first call and next call should go automatically?

I have 4 numbers which are in folder (let say testFolder).(See customers name along with their number below): Now i will start calling on testFolder. It will ring on my extension (extension is configured on x-lite) first and after picking the call…
manika
  • 187
  • 2
  • 13
0
votes
1 answer

Asterisk context executed on not answer call files

I am using call files such as these: Channel: SIP/TRUNK/1-111522282783163
CallerID: 522299308962
MaxRetries: 1
Data: GqFR7rubPw_10
Context: calls
Extension: s
Priority: 1
Setvar:…
0
votes
1 answer

Asterisk real time configuration fail. asterisk trying to load my deleted sip user

i was configuring asterisk Real time. i have done all configutaion according to the documentation but i am constantly having this error on asterisk. “[Mar 6 23:37:17] NOTICE[4639]: chan_sip.c:28647 handle_request_register: Registration from…
0
votes
2 answers

Say a date in asterisk (not current time)

I need help with asterisk's dial plan. I want that every time I make a call, when the user picks up the phone, I want it to say a specific date, but I can't figure out which application in the dial plan can do that. I am using SayUnixTime but it…
0
votes
1 answer

UNI-MRCP Asterisk Module make error

I have an issue while installing UNI-Mrcp Asterisk module. It just fails and i truly don't have an idea why... The error after running make is below: Makefile:434: recipe for target 'res_speech_unimrcp.lo' failed make[1]: *** [res_speech_unimrcp.lo]…
Maciej Cygan
  • 5,351
  • 5
  • 38
  • 72
0
votes
4 answers

Integrate Linphone with asterisk for push notification

I have installed the asterisk server and compiled the latest linphone iOS source code. Now all works great without being background and lock phone screen, calling. When app is closed or iPhone screen lock, I can not receive call from other linphone…
abcd gef
  • 59
  • 1
  • 11
0
votes
1 answer

3rd Party: Bandwidth Fluctuation for Asterisk Server

Hi! I'm currently doing a simple 3rd party system on Asterisk Server, In my system I've already done with measuring bandwidth usage for each call and determined what type of Codec being used.My problem is on how to fluctuate the bandwidth on…
hearty
  • 3
  • 1
0
votes
1 answer

switchvox api: what is a simple REST call I can make, XML or json, to validate the server is accepting API calls?

What is a basic REST call I can make, using fiddler or curl, to do simple interaction w the switchvox api, just to see that it is handling api calls?
Jonesome Reinstate Monica
  • 6,618
  • 11
  • 65
  • 112
0
votes
1 answer

Asterisk ARI initiating a call

I am trying to initiate a call between two local endpoints, a softphone(PJSIP/100) and a harphone(PJSIP/102). Using ARI I have created two channels, with app parameters and put them both into the same mixing bridge in stasisStart event. At this…
user3640553
  • 23
  • 2
  • 9
0
votes
1 answer

Device_state function return the status inuse instead of onhold in AMI

I am getting SIP/Peer status using getvar action in AMI. It return INUSE status once the call answered and it also return INUSE when the call in hold. How to get the ONHOLD status.
vaishali
  • 325
  • 2
  • 11
0
votes
1 answer

Asterisk - click2call Java works but takes 2 steps

I've implemented a Java method (using Asterisk-Java library) that initiates a call between two users. Alice is the caller and bob the receiver. It works but I don't know why, it's doing it in 2 steps : Alice receives a call from herself. If Alice…
Gabriel
  • 163
  • 1
  • 1
  • 15
0
votes
1 answer

How to use Asterisk for Linphone default chatting?

I want to use Linphone default chatting feature with Asterisk. I have tried to use OPENFIRE XMPP but it seems not supporting. Not even returning any status/error. I am using Asterisk 12 The goal is to use same user credential for Calling + Chatting…
Kunal Roy
  • 1
  • 1
  • 5
0
votes
1 answer

How to create/remove users on FreePBX+Asterisk using REST ARI & PHP

I have FreePBX distro installed (containing FreePBX 14 • Linux 7.4 • Asterisk 13) on one machine IP: 192.168.1.129. I have another machine with XAMPP web server (MyWebApp) IP: 192.168.1.22. I want to create and remove users in FreePBX from MyWebApp…
0
votes
1 answer

Asterisk auth user with token

We have API fro web and mobile application. authentication is with oAuth2, now we need to add sip functionality to application an I am wondering if its possible to not store user passwords on client side and send to asterisk only access token of…
0
votes
2 answers

Asterisk quits intermittently

I have been working on a project which requires Asterisk as SIP proxy. I am able to register, call and recieve calls with the my setup of asterisk. Only problem is that Asterisk quits intermittently without any crash dumps or segregation fault…
JayMan89
  • 31
  • 4
1 2 3
99
100