Questions tagged [pabx]

11 questions
3
votes
2 answers

How do we capture SMDR\CDR from PBX?

I just try to build Call Monitor system that reading SMDR\CDR from my PABX through Serial port or IP. So that I can produce some reports from that data. I know data output format is different from each manufacturer, so how can we handle this…
Samnang
  • 5,536
  • 6
  • 35
  • 47
3
votes
2 answers

Alcatel 4400 PABX connection with C#

I have an Alcatel 4400 PABX. I would like to know if it is possible to connect with c# and retreive informations on users phone number ? Can you help me please. Many thanks
Bob
  • 1,011
  • 3
  • 12
  • 28
1
vote
0 answers

Connect to MD110 pbx using c# Socket Programming

I am trying to login Ericsson MD110 alex through the c# application. The md110 returned values that asking the username for login the application, but once I pass the username and password through the following code: public static void Main(string[]…
1
vote
1 answer

3CX - Call in Waiting with Queue

How or where to get call waiting information from 3CX? (For database or api) WallBoard Awaiting ... -- Luan
sid
  • 11
  • 4
1
vote
2 answers

How to hold or save the DTMF input in VXML? Any guides to set up a test IVR (VXML) service?

So I currently have an IVR written in some dodgy old code which is confusing and goes way over the top for some things. I'm wanting to re-write one of my basic IVRs with VXML. So a little bit of research is that I can call perl scripts which I can…
Bonn93
  • 163
  • 1
  • 1
  • 6
0
votes
4 answers

What languages provide SDKs for interacting with Genesys services?

Genesys is a contact center platform that provides software for working with both hard and soft PBXs. There are also a number of ancillary services they provide to support the wider contact center business. I'm aware of the .NET and Java SDKs that…
Josh Smeaton
  • 47,939
  • 24
  • 129
  • 164
0
votes
1 answer

PABX API Live Feed into Azure SQL

I have a Azure SQL Database The company has a PABX System that has an API that can provide call logs. What would be the best resource in between to connect to the API, pull the call logs, and store it in Azure SQL DB in a staging table? Afterwards I…
LordRofticus
  • 181
  • 1
  • 2
  • 13
0
votes
1 answer

Asterisk Call Transfer to Analog Phone

We have an IVR setup that we've been working on lately. We have dial plan that is working fine, we have 1 PRI line connected to our Server (FXM8aPCI card) coming from PABX, also there are 4 analog phones connected with PABX to transfer the calls to…
Fazz
  • 11
  • 5
0
votes
1 answer

Talking to a KX-NCP1000 PABX

I can establish a TCP connection to the PABX. It prompts and I can log in, and receive a few call records. But after not very long the PABX drops the connection for no reason I can fathom. It's definitely getting ACKs, I checked with Wireshark. In…
Peter Wone
  • 17,965
  • 12
  • 82
  • 134
0
votes
1 answer

Automatically selecting incomming telephone call with Java

I want to select incoming calls based on user input. E.g. by matching the telephone number to the user input number. To get user input number I used Java. What are the best hardwares supporting to this requirement. I guess this hardware should…
lsc
  • 681
  • 3
  • 8
  • 26
0
votes
1 answer

Trying to write a query for 3CX outgoing call duration stats for the current day

So far I have managed to write a query to list all the outgoing calls made by a user and their duration, but what I'm looking for is, rather than a list of all the individual calls, a total of the duration. SELECT starttime, duration, is_answ,…
Fraserrr
  • 3
  • 3