Search results

  1. V14 3cx HTTP API no more

    Can we have an answer to this please. The page is still there but the Make_call function is not working, with an error that indicates the method is not compiled into the web application.
  2. API GET through Make_call not working since v14 upgrade

    Hi, We have a web based CRM to which I have created a script using a CURL call provides one click call functionality with 3CX. This has been working fine, but since I upgraded to v14.1 this weeked, is no longer working. When running the URL manually I get an error: ACTION URL used for call -...
  3. SIP Trunk Inbound Calls Failing

    Hi Ian, Many thanks for your reply. Your advice led me to the solution, which was to create a From: Host Part and enter a Custom IP with the Adtran IP as the value. thanks again Mark
  4. SIP Trunk Inbound Calls Failing

    Hi We have just changed over to a SIP trunk provided by TalkTalk in the UK. The setup for this, is the following: EFM Circuit connects to RAD Router This connects to Adtran NetVanta 6310 (10.10.10.10 - (not real IP)) This in turn connects to the 3CX server with direct cable connection...
  5. Alarm Monitoring of 3CX Server

    I have still not been able to get the performance counters registered. Is there anything else that can be done. it appears this is not an isolated issue.
  6. Alarm Monitoring of 3CX Server

    Same here: Process attempted: 1. Unregister the DLL 2. Register the DLL 3. Reboot 4. Rescync WMI Variations on the process above, with reboots and resync's at different points. At no time did 3CX appear, either in the performance counter library or via the lodctr command to identify if is...
  7. Alarm Monitoring of 3CX Server

    Hi, I too do not have the 3CX Counter entry showing in my PerfMon, hence me posting previously. I will do a resync on the WMI repository when I get back into the office, but if you can confirm if this should be added to the Performance counter library upon installation. I am running 3CX...
  8. Alarm Monitoring of 3CX Server

    Hi, I too am interested in capturing health and performance data from 3CX. As a reseller of the SolarWinds monitor platform I am adept at monitoring a wide range of devices and applications. I would like to capture for alerting, reporting and trend analysis purposes the following: 1. SIP...
  9. Interesting issue with # key

    Does no-one experience this issue? When you make a call and an auto receptionist answers with a menu of options and asks for you to press # to confirm an input we get this response from 3CX server.
  10. 407 Proxy Authentication Required - Phone through VPN

    Yes, sorry I should have pointed out that this setting had been cleared. Rather oddly one of the phones is now working. All that I did was perform a factory reset and use the provision method (again). It didnt work immediately, but miraculously about an hour after the reset and provision it...
  11. 407 Proxy Authentication Required - Phone through VPN

    Hi, To add to this, I have also tried the provision method and while the template gets picked up and processed (confirmed by the fact that the settings on the phone update, screen display changes etc.) it still fails with the same error. I do not believe it is related to the firewall, as...
  12. 407 Proxy Authentication Required - Phone through VPN

    Hi, I have 3 home workers each with a site to site VPN connection. At each site is a PC and Grandstream phone (2000 or 2020). The VPN is running, the PC can connect through and I have confirmed that registration packets are hitting the 3CX server. One out of the 3 phones is working. It...
  13. Using # during call causes issue

    Hi, We have an annoying issue where when going through menu systems on calls such as those used by Webex to join a meeting the use of the hash # key causes 3CX to cut in sometime (not everytime) and bring a "please enter the number you wish to transfer the call to" response. I cannot trace...
  14. Server recommendations - DL120

    Hi Many thanks for your responses. I decided to go for this, rather than a Micro Server, as for the price it is not worth messing around. Mark
  15. Server recommendations - DL120

    Hi, We currently run 3CX on a VM, which has worked well enough, but I would prefer to get it on to a physical server. I dont believe that disk I/O is a major requirement, so I was thinking about a simple HP DL120...
  16. GXW4104 Not answering second line

    Hi, I know this is an old post, but I am having the exact same issue and changing the round robin setting has not resolved the issue. Setup: GXW4104 10001 - PSTN line 10002 - PSTN line 10003 - PSTN line 10004 - not connected When calling the 10001 line will get passed on to 3CX server, but...
  17. Use of HTTP API

    Hi, We are currently planning a migration to 3CX from Trixbox and a key feature is the ability to click a link in our vTiger based CRM system. I have successfully updated the StartCall.php code to integrate to the HTTP API within 3CX via cURL, but I am having an issue with the URL. The...