Search results

  1. Sepultura

    Play busy tone when line is busy

    Again and again coworkers are visitung me and telling me that the Phone is not working. But actually it's just busy on the other end. Please fix it!
  2. Sepultura

    iOS: set 3CX as default dialer app

    Thanks! :)
  3. Sepultura

    iOS: set 3CX as default dialer app

    Hi, in the iOS "Contacts" app it is possible to call phone numbers via 3CX app. But in all other apps (Mail, Safari, ...) clicking a telephone number opens the SIM dialer. How can I use the 3CX app as default instead?
  4. Sepultura

    Always show call notification popup

    Hi, I'd like to always see the incoming call notification popup, not only when 3cx is minimzed to tray. Is this possible? I mean the one in the down right screen corner:
  5. Sepultura

    Implemented Do not deprecate 3CXPhone for Windows

    If webclient only, then provide at least a standalone web app built with Electron or something like that.
  6. Sepultura

    Sort order of internal extension numbers

    Hi, how can I change the sort order of extension numbers in the Windows and iOS app (the left tab)? Currently it is sorted by number, but I'd like to sort it by Name.
  7. Sepultura

    Ubiquiti EdgeRouter QoS with 3CX Softphones question

    I do not have that much traffic, this is just a nice to have feature. Or in other words: there is no reason not to use the correct DSCP value.
  8. Sepultura

    Ubiquiti EdgeRouter QoS with 3CX Softphones question

    I made the iptables changes on my 3CX hosted on Amazon cloud. But actually that is useless because routers override the value again. So the packets that arrive at my site do not have the DSCP value anymore. But what I am still missing is that the iOS app uses correct DSCP values, so my own...
  9. Sepultura

    Play busy tone when line is busy

    Not having a busy tone is a bad joke. You should see coworkers‘ faces when I tell them, that this is normal behavior o_O Yes, this is a bug report, not a feature request!
  10. Sepultura

    Ubiquiti EdgeRouter QoS with 3CX Softphones question

    The Linux guide changes DSCP value of all traffic, which is not the way it is intended :rolleyes: Also the correct DSCP value apparantly is 46.
  11. Sepultura

    Ubiquiti EdgeRouter QoS with 3CX Softphones question

    Hi, could not edit last post anymore, so here my updated rules: sudo iptables -t mangle -A OUTPUT -p udp -m multiport --sports sip,5090,9000:10999 -j DSCP --set-dscp 46 sudo iptables -t mangle -A OUTPUT -p tcp -m multiport --sports https,sip,sip-tls,5090 -j DSCP --set-dscp 46 Changelog: Added...
  12. Sepultura

    Ubiquiti EdgeRouter QoS with 3CX Softphones question

    Well, I've made a short tcpdump on my router and it seems the UDP packets sent by 3CX PBX and also the packets sent by the iOS 3CX app have DSCP value 0 while it actually should be 46 (decimal). :( The 3CX PBX is hosted on Amazon Lightsail and was set up with the automatic script by 3CX. There...
  13. Sepultura

    Play busy tone when line is busy

    Same problem here. Webclient: When calling a external number, that is busy, there is no busy tone. There is no error message at all. The call just ends. My coworkers think our telephone system does not work. The event log shows "Call or Registration to 0xyz@(Ln.10002@ABC) has failed. a.b.c.d...
  14. Sepultura

    Update Debian system?

    Thanks for the info.
  15. Sepultura

    Update Debian system?

    I've used "PBX Express" to install in an Amazon Lightsail server: https://www.3cx.com/docs/hosted-pbx-amazon-lightsail/
  16. Sepultura

    Update Debian system?

    Hi, my 3CX is running on a Debian. I wonder if I have to care about system updates myself or if the 3CX automatic updates also take care about the system packages? With "apt list --upgradeable" I see a bunch of packages for which upgrades are available.