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
18
votes
7 answers

Android as Dialup/FAX Modem

With some older cell phones, you can connect them to a computer and use them as a Dialup/FAX modem (to connect to a dialup ISP for example). I have been trying to find out if this possible with Android, but all my searches end up with people looking…
Drew Chapin
  • 7,779
  • 5
  • 58
  • 84
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,462
  • 1
  • 15
  • 47
7
votes
2 answers

Extracting and injecting audio to an ongoing VOIP call

I am very new when it comes to VOIP and integrations with VOIP systems. Here is what I am trying to do: A caller calls in and operator answers the call. 1.1. Start streaming audio of caller to an analysis service in cloud. Once the audio…
Moon
  • 33,439
  • 20
  • 81
  • 132
6
votes
2 answers

Working with SIP trunks, PBX phone systems and the like

This isn't a question that has a black/white yes/no answer, this is more a request for advice so I hope this doesn't break any rules and if it does, I apologise and will remove if asked to. I will mark the answer I find most helpful as the correct…
JMK
  • 27,273
  • 52
  • 163
  • 280
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
  • 780
  • 1
  • 9
  • 34
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
  • 203
  • 3
  • 7
5
votes
1 answer

XCode is not building my application because of some random thing

I have no idea what this error is about, the deadline for that application is tomorrow. I have no idea what is it about but it is refusing to compile. It is a giant project with over 150 source files and with about 20 3rd party…
Kristina
  • 15,859
  • 29
  • 111
  • 181
5
votes
3 answers

Asterisk, How can i play an audio file

Here is the dial plan [testInComingCalls] exten => s,1,Answer exten => 30953025,1,Dial(SIP/20000,20) I would like to play an audio file as soon as somebody answered the call.. Please give me some idea how to call a php file, send the input and…
Shyju Pulari
  • 149
  • 1
  • 2
  • 11
4
votes
2 answers

identifying the DTMF tones in android

I m planning to create a centrex system app in android. In which there is a voice mail will set in the receiver side. By the instructions in the voice mail, caller has to press the number in the dial pad, receiver side should identify the number and…
user2286386
  • 49
  • 2
  • 4
4
votes
1 answer

Asterisk AMI - pickup call

I want to pickup call in Asterisk using AMI. I can originate call, but totally don't know, how to answer the phone... Script for calling: #login sock = socket.socket(af, socktype, proto) sock.connect(sockaddr) sock.send('Action:…
voy
  • 1,568
  • 2
  • 17
  • 28
4
votes
1 answer

saving data into custom cdr field

I created custom field "rec_name" id table "cdr", database "asteriskcdrdb". In this field I want to store recording name. I know I should do it by adding this line in one of .conf files, but where? exten => s,1,set(CDR(rec_name)=${CALLFILENAME}) I…
voy
  • 1,568
  • 2
  • 17
  • 28
3
votes
1 answer

Initiate call from extension

It is possible to initiate call from extension? My extension is look like the following: [read_text] exten => s,1,Answer( ) exten => s,n,Dial(SIP/1,G(99)) exten => s,n,Dial(SIP/2,G(99)) exten => s,n,Goto(1) exten =>…
zb'
  • 8,071
  • 4
  • 41
  • 68
3
votes
2 answers

Asterisk + Android, communication service

I would like to make a simple project. Having two Android phones, I would like to send messages and call between them using an Asterisk PBX. I guess that I should program a SIP application for Android device to register on the PBX and be able to…
Iker
  • 2,018
  • 2
  • 29
  • 52
3
votes
2 answers

Asterisk GotoIf not actually going

I am trying to configure a dialplan to GoTo a different context if the SIP header has a diversion number in it. This is not working, as it is failing silently. Here is my extensions.conf file. [from-external] exten => …
eran
  • 14,496
  • 34
  • 98
  • 144
3
votes
2 answers

SIP alternative to TAPI?

We are using the TAPI technology in our java based clients to connect to PBX hardware for using the CTI operations (start a call, handle receiving calls etc). To connect to the TAPI we use the gjtapi project. We start a call from our client gui and…
benchpresser
  • 2,171
  • 2
  • 23
  • 41
1
2 3
16 17