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
0
votes
1 answer

Batch file parse phone numbers

In order to use my softphone I have registered a custom url protocol, cccx This is then associated with a .bat file that parses the phone and sends the command to the softphone. The code I use is: set str=%1 set str=%str:cccx:=% set…
Marios M.
  • 3
  • 1
0
votes
1 answer

initiate outbound phone call from vb.net with tel protocol

I would expect next code to launch the chrome extension of my 3cx softphone the same way an html link call me would do. But it just opens google chrome default page and no number is dialed on softphone extension. Private Sub Button1_Click(sender As…
Matias Masso
  • 1,670
  • 3
  • 18
  • 28
0
votes
1 answer

I need to be able to transfer call from Twilio Elastic SIP Trunk to Twilio Autopilot

When a customer dials my Twilio number, I need Twilio to first try to call my PBX system. Currently using 3CX. If the call is not answered by a person, I need to find a way to send that call back to Twilio and go to another resource. For my…
0
votes
1 answer

How to get hour and minute with (what I believe is) c# code

I've been tasked with creating some call routing rules that are based on the time of day. 3CX (the system we use) provide documentation on how to do this, and I have it working to a degree. However, to get the time they provide this C# snippet which…
0
votes
2 answers

Triggering the 3cx call button of the 3cx-clicktotalk WordPress plugin

I am trying to find a way to remotely trigger the 3cx-clicktotalk call button remotely so I can use a custom button. I have tried calling the button with jquery remote triggers but I am having no luck.
0
votes
1 answer

Caller ID spoofing in Pakistan using 3CX PBX and SIP trunk

Though VoIP is legal in Pakistan but PTA (Pakistan Telecommunication Authority) doesn't want to propagate VoIP Caller IDs to the called number. Most carriers replace VoIP Caller IDs with local number. I found just one telco company that sometimes…
ever shine
  • 15
  • 5
0
votes
1 answer

How to call to a given extension number from any phones(landline or basic set) in Elastix 5.0 3CX phone system

I have installed Elastix 5.0(3CX Phone system) in vmware workstation to setup IVR. I have created extensions 112,113,335 in 'Extensions' and in 'Digital Receptionist' I have created an extension 800, recorded a voice saying press 1 for so and so,…
0
votes
1 answer

3CX Snom 300 auto-provisioning for idle_cancel_key_action

I'm using a 3CX v12 phone system and I would like to add to the Snom 300 provisioning template so that the Cancel button is mapped to RETRIEVE. From the web interface of the phone I can see that the setting is for "idle_cancel_key_action!: keyevent"…
Jono
  • 17
  • 5
0
votes
2 answers

Consuming Webservice with 3CX and VAD

I am using 3CX (http://www.3cx.com/) and the VAD(Voice Application Designer http://www.3cx.com/voice-application-designer/) to consume a Webservice. I am using the Web Interaction to make a POST, I supose to get a XML as the result, just like…
Renaro Santos
  • 403
  • 1
  • 7
  • 19
0
votes
2 answers

imsdroid for android and 3CX Phone sip for windows not connecting in asterisk over internet

I am running a local asterisk server in lan and can connect sip client from android and windows7. from android i made connection with imsdroid and for windows 3CX phone. Both working great. Now i have just put my asterisk server in a server hosted…
new developer
  • 205
  • 1
  • 5
  • 12
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
-1
votes
1 answer

Asterisk sip trunk peer NIC

I'm working with Asterisk 14.7.6 and Freepbx 14.0.13.23 in a ec2 instance on AWS At this moment I have a sip trunk with 3CX server working, I need to make another one with the same one. I have had an idea of add another NIC in the asterisk and add…
-2
votes
2 answers

How to change domain name instead of ip address for 3CX Phone System

Instead of access the server via these URLs: http://privateipaddress/management/MainForm.wgx http://publicipaddress/management/MainForm.wgx. I want to access it like: http://subdomain.mydomain.com.sg/management/MainForm.wgx.
Sandar Min Aye
  • 499
  • 6
  • 15
  • 28
1
2