Questions tagged [3cx]

3CX is a software for Private Branch Exchange (PBX) based on the SIP (Session Initiation Protocol) standard. It provides the facilities for making a call over PSTN or VoIP services.

3CX is a software for Private Branch Exchange (PBX) based on the SIP (Session Initiation Protocol) standard. It provides the facilities for making a call over PSTN or VoIP services.

28 questions
2
votes
2 answers

Hyperlink to call a number from an HTML5 app for iOS

How to add a hyperlink in an HTML5 application, so I can call a specific number with 3cx application for iPhone?
2
votes
2 answers

PowerShell Script to get max simultaneous calls for each day

I am trying to analyze call logs from our 3CX PBX in order to evaluate our peak calling hours. I would like to see for each day in said logs what was the max. simultaneous calls we had at one point during the day. The call logs are stored in a CSV…
mariu5
  • 445
  • 1
  • 8
  • 23
2
votes
1 answer

How can I use sipml5 with 3CX?

I try to call a 3CX extension from browser using sipml5. SIPml.init( function (e) { var stack = new SIPml.Stack({ realm: '192.168.*.**', impi: '2003', impu: 'sip:2003@192.168.2.**', password: '**********', …
irohamca
  • 497
  • 3
  • 19
2
votes
2 answers

It is possible to use pjsip to connect to a 3CX Phone System over the 3CX tunnel?

I will split the question in some sub questions: Is the 3CX tunnel a true TCP SIP proxy? It is possible to use the pjsip to connect to it? How should I set up the account and connection data if this is possible? Let's consider the 3CX server is…
alinoz
  • 2,822
  • 22
  • 38
1
vote
1 answer

Zammad integration to 3CX

I will like to integrate a Zammad installation to 3CX PBX. I found how to do it on the 3CX documentation but, I didn't found a great suggestion. Am open for more suggestion especially a great example.
Tchadozor
  • 13
  • 4
1
vote
2 answers

How to prevent the 3CX chrome extension from making a number clickable

At our company, we use chrome and have the 3CX chrome extension. This extension is quite eager to transform any sequence of number into a clickable link to pass a phone call. How to prevent the 3CX extension from converting sequences of numbers into…
Thomasleveil
  • 95,867
  • 15
  • 119
  • 113
1
vote
1 answer

3CX Login via PHP

I am trying to log into the 3cx AdminPanel via PHP. The post url where i have to pass the credentials is noonecares.com:5001/api/login If I login via browser the request has the following headers: Accept:application/json, text/plain,…
user8232179
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
1 answer

Why does 3cx c# api makecall method makes more than one call per method use?

When I use pbx.MakeCall(prefix + abone.telefon, ivr); method of 3cx api, it makes three calls per method use. Why this happens? How can I fix it? There are two makecall methods: // TCX.PBXAPI.PBXConnection public unsafe void MakeCall(string…
irohamca
  • 497
  • 3
  • 19
1
vote
1 answer

Using UCMA to connect to 3CX?

Has anyone used Microsoft's UCMA 2.0 SDK to connect to 3CX's free IP PBX to add voice capabilities to their application? If so, does it work? What I am trying to accomplish is having a windows form app running on 2 or more computers, and each…
Rodney Burton
  • 427
  • 8
  • 18
1
vote
1 answer

3cx make call url for version 12

I am using 3cx version 11 on my machine. On version 11 they provide the api for making up the calls from your client machine to destination. There is no need to configure the devices, we just need to use the following URLto generate the…
Zain Aftab
  • 109
  • 1
  • 4
  • 9
1
vote
1 answer

How to display 3CX call reports in MS Dynamics CRM 2013?

What I want is to instead of getting a call report on call reporting module on my phone system server, I want to reach the same one within MS Dynamics CRM 2013. Software that I use are Windows 7 64-bit, Dynamics CRM 2013 with installed 3CX CRM…
1
vote
1 answer

Unable to connect SIP client with Asterisk

I am unable to connect 3CX softphone with Asterisk running on Ubuntu. It is showing the error saying: "Rejecting '10.42.0.13' due to a failure to pass ACL '(BASELINE)'" I have successfully created the account for users in the SIP.conf. Please help…
Pankaj
  • 41
  • 2
  • 7
0
votes
0 answers

WhatsApp with 3cx

I am configuring WhatsApp messages with twilio number and I want the message to be received by a 3cx extension. The integration with Facebook is done (Number is connected to WhatsApp) Endpoint configuration : Use webhooks :…
0
votes
0 answers

3cx_exporter issue in Prometheus

ExecStart=/etc/3cx_exporter/exporter -config /etc/3cx_exporter/config.json (code=exited, status=203/EXEC) Facing this error can some help me out
Ali Saeed
  • 1
  • 2
1
2