Questions tagged [pbx]

PBX is a system that connects telephone extensions of a company to outside public telephone network as well as to mobile networks

PBX is a system that connects telephone extensions of a company to outside public telephone network as well as to mobile networks. An (Internet Protocol) PBX (Private branch exchange) is a PBX that provides audio, video, and instant messaging communication through the protocol stack for its internal network and interconnects its internal network with the Public Switched Telephone Network (PSTN) for telephony communication.

(Voice over Internet Protocol) gateways can be combined with traditional PBX functionality enabling businesses to use their managed intranet to help reduce long distance expenses, enjoy the benefits of a single network for voice and data and advanced CTI features or be used on a pure IP system which in most cases give greater cost savings, greater mobility, and increased redundancy.

An IP-PBX can exist as a hardware object, or virtually, as a software system.

248 questions
3
votes
1 answer

Asterisk IVR After Hangup

I want to redirect caller to an IVR after dialed number's hangup. I made research and found something called deadAGI but I couldn't make it work. You can find my extensions_custom.conf file below. [from-internal-custom] exten =>…
Deniz B.
  • 2,532
  • 1
  • 18
  • 35
3
votes
1 answer

Asterisk - Dial between two local phones

On the softphone, I have connected two accounts tom and paul as a testing purpose. On the tom device, I have dialled extention 100 and it did ring on the paul device. When I answer the call I can hear the background music and it did NOT execute same…
I'll-Be-Back
  • 10,530
  • 37
  • 110
  • 213
3
votes
1 answer

Asterisk ARI call from external to external

I want to make a call using Asterisk 13 ARI from my mobile number to another mobile number. I have tried different calls but all return "Allocation failed"…
Cumatru Cosu
  • 103
  • 2
  • 7
3
votes
2 answers

Call recordings in Asterisk using MixMonitor

I'm just starting out with Asterisk and following the O'Reilly Guide to set up a test Asterisk server. I have set up a VM with CentOS 6.4, which has 1GB RAM and 50 GB HDD. After installation, I set up soft phones successfully on 2 PCs which were…
rahuL
  • 3,330
  • 11
  • 54
  • 79
3
votes
1 answer

FusionPBX External Sip Profile Conf INVALID

I was having the exact same problem as this guy.I followed the answer but that gives me INVALID Profile I have only tried to configure external.xml file to my External IP.But everytime i reloadxml it tells me my sip profile conf is invalid What i…
Nezam
  • 4,122
  • 3
  • 32
  • 49
3
votes
1 answer

External queue members in Asterisk

How do I describe queue members, so that callers would be forwarded, for example, to mobile numbers, e.g: queues.conf [my_queue] ... ;local member member => SIP/member1 ;external member member => SIP/external-provider/ ;but this…
Alexander Gonchiy
  • 916
  • 11
  • 17
3
votes
1 answer

How to use Third Party tsp (Panasonic) with Tapi in Windows 7

I have installed a third party TSP, specifically Panasonic TSP version 4.0, and it's connected to the Panasonic PBX KX-TDE200. I'm trying to connect my PBX with a TAPI application which will control the PBX's functionality, like call control and…
3
votes
3 answers

Easiest way to make automated SIP phone calls from a web app?

I have a client company with a simple web application (Python Flask) and I need to add a phone notification functionality to it. The main requirement is that the app should call users, play a certain sound file and accept some tone input ("Hello!…
skanatek
  • 5,133
  • 3
  • 47
  • 75
2
votes
1 answer

Real-time Phone Call Recording & Stream Live Audio

I'm attempting to build out an application that will allow me to record in real-time an outbound call that I'm making, and stream that live audio (in small chunks) from the call as it's happening directly to my server. I've looked into SIP trunking…
msafi
  • 377
  • 1
  • 5
  • 19
2
votes
2 answers

Asterisk Originate Caller ID Display

Situation 1 We use this Originate command to dial out. Action: Originate Channel: DAHDI/g11/(Destination number) Context: queue-123 EXTEN: 123 Priority: 1 Timeout: 30000 Callerid: (Destination number) Async: yes It was success but we would like…
AkiEru
  • 780
  • 1
  • 9
  • 34
2
votes
3 answers

Custom IVR action in Asterisk

Can you someone please point in me in a direction, sample code or an online resource to accomplish the following: Requirement: I would like to write a simple IVR menu option that will run a script (Bash or Python). For example, phone the Asterisk…
Philip Fourie
  • 111,587
  • 10
  • 63
  • 83
2
votes
3 answers

RaspberryPi - calling your iPhone from your RaspberryPi

I'm new to using a RaspberryPi but I've seen a large amount of videos which show a Raspberry Pi calling the user's iPhone. I'm interested and I've tried look up tutorials but due to the fact that everything is new to me/my lack of knowledge, I'm…
2
votes
1 answer

Error From res_odbc

I have connected my odbc to MSSQL server and I'm getting sip accounts and dialplan from that and I also can call between two peers but asterisk gets error : '[Jan 26 16:43:16] WARNING[32715]: res_odbc.c:661 ast_odbc_prepare_and_execute: SQL Execute…
2
votes
2 answers

Asterisk: detect incoming call

In asterisk/elastix/freepbx, how do you.... 1- detect an incoming call 2- read the caller id 3- do something...(perform function) ?
2
votes
1 answer

Freepbx can't connect to asterisk wrong password

I've just setup FreePBX on my VPS. Everything is OK there are no notices. There hasn't been any errors in the installation. When I create my extension from the FreePBX create new SIP extension and try to connect afterwards I get Forbidden on my SIP…
Cooldy
  • 55
  • 1
  • 1
  • 3
1
2
3
16 17