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

FreePBX transfer incoming call to destination based on database result

How can I achieve the following with FreePBX 12 (and 6): I need our system to check on the fly the destination for that incoming phone call to be transferred too. When a call comes in, the system needs to check a database table to see if there’s a…
Funtriaco Prado
  • 319
  • 1
  • 3
  • 11
2
votes
1 answer

Grasshopper Voice + Twilio Text

My company is currently using Grasshopper as our voice system for receiving and routing inbound customer support calls. It's working pretty well. Except that it's 2014 and people expect to be able to text issues to our toll free customer support…
Carlos Cervantes
  • 1,377
  • 1
  • 10
  • 16
2
votes
2 answers

res_xmpp.so load error asterisk

I am trying to connect asterisk to Google talk, however I kept on receiving an error saying that the Motif channel is absent. I then realised that res_xmpp.so is not loading. all the dependencies are installed and res_xmpp.so as well as chan_motif…
user3317524
  • 63
  • 1
  • 10
2
votes
1 answer

Asterisk call transfer on DAHDI channells

All channels on Asterisk configured as DAHDI channels.After customer make payment I want to transfer the customer to the representative who interact customer before. I try to make it by Dial() command. This is the dialplan exten =>…
mcs111
  • 111
  • 7
2
votes
1 answer

FreeSwitch Create Extension/SIP User using API

I have been following this http://wiki.freeswitch.org/wiki/Webapi http://wiki.freeswitch.org/wiki/Mod_commands For using the webapi to communicate to the Freeswitch server to execute commands. Isnt there a command to create extensions? If their…
Nezam
  • 4,122
  • 3
  • 32
  • 49
2
votes
1 answer

Freeswitch can't connect to external sip profile on server

I am using port 5060 set on internal profile while the external has 5080.I have created extensions on the server. I want user to connect sip server using the external profile defined in external.xml i.e ext_no@XX.YY.ZZ.PP:5080.It says 2013-12-06…
Nezam
  • 4,122
  • 3
  • 32
  • 49
2
votes
1 answer

using tapi to monitor multiple phones and dial or hangup

I have with a good level of success got a C# application to use TAPI to connect to my office PBX and dial and hangup calls but need to go further and be able to monitor activity and provide CTI to client pc's as well as integration back to my…
Tim
  • 964
  • 2
  • 15
  • 30
2
votes
1 answer

What does TE and NT actually mean

I use a PBX with a Sangoma card, specifically the A500. Below is the link for the product http://www.sangoma.com/products/a500-2-24-port-scalable-st-bri/ On the link you have a demo, which breaks down the components and explains them nicely. One…
The Humble Rat
  • 4,586
  • 6
  • 39
  • 73
2
votes
1 answer

regedit and remove first part of string passed through to exe

I have a simple dialler programme that I am trying to associate with tel & callto html tags however when I associate it via the registry: [HKEY_CURRENT_USER\Software\Classes\callto\shell\open\command] "C:\Program Files (x86)\Mitel\Unified…
user2592064
  • 21
  • 1
  • 3
2
votes
0 answers

Get Data From FreePBX Server in Asp.Net C# application

I need to get all the data from FreePBX Server like Call logs, Directories, Users.... into my ASP.NET Application so what should I do? I found Asterisk but can't understand how to work with that. Is there any other API or Asterisk tutorial?
Ankit
  • 760
  • 6
  • 15
2
votes
1 answer

managerAMI not connecting:Connection closed by foregin host

I am going through the asterisk definite guide and I followed the manager guide http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html/asterisk-book.html#AMI_id269468 This is my manager.conf file. I am using Asterisk-1.8 ; Asterisk Call…
deadman
  • 21
  • 1
  • 2
  • 5
2
votes
1 answer

How do I get started building an application that can send/receive MMS?

I love Twilio and I know there are tons of other cloud communication platforms that are good, but none of them seem to support MMS. 1) Does anyone know why it is so difficult to support MMS? It seems like an obvious feature to support, but there…
avian
  • 1,693
  • 3
  • 20
  • 30
1
vote
2 answers

Asterisk 1.8 Database and Digium GUI syncronization

I am using ODBC to make connection between MySQL and Asterisk and its working well. But if administrator crate new extension by editing users.conf of Asterisk GUI then that user information is not stored in MySQL database. Do you got any idea to…
1
vote
1 answer

How can I receive data from a PBX machine after I get gonnected to it?

Hello there I'm encountering an issue recently and been searching more than two months but haven't found a solution for it yet. I have to write a program/application (which I already started in VB.NET 2010) that connects through Panasonic KX-TEM824…
1
vote
1 answer

Sample softphone got stuck

We use Ozeki VoIP SIP SDK and have been able to register the SIP account on the server. The registration was successful, however when trying to make a call using the sample softphone, by using the keypad and clicking the Pick up button we got stuck.
1 2
3
16 17