Search results

  1. 3CX Modifiy Trunk Patton

    no: You have to use sysowner credentials. You only need another or bigger license if you want to delagate functions to other than sysowners or want to use the 3CX Call Control API (both defined in Admin / Integaration / API). sample script (with parameter explanation in the post above) to...
  2. 3CX automatic change of numbers weekly

    yes There are many examples about that since years in the Forum. For instance, there's the MOBILENUMBER parameter for each user which can be modified using the standard CFD block SetDNProperty. Yes, it's possible in principle, but I strongly advise against it. Using a 3CX dialer as a scheduler...
  3. Call Flow Designer

    that's bad Read the doc and use the CFD integrated help: https://www.3cx.com/docs/manual/call-flow-designer/ Expression Editor: https://www.3cx.com/docs/manual/cfd-prompts-expressions/#h.v17ic2wxant9 possible solution:EQUAL(FindPhonebookContact.ReturnValue,true)
  4. Call Flow Designer

    @Filatura Based on your fragment - better, works, is readable and copy + paste works also: var tenant = PhoneSystem.Root.GetTenant(); var phoneBookEntries = tenant.FindContacts(callerNumber); bool contactFound = phoneBookEntries.Count() > 0; return contactFound; But the code is bad and I don't...
  5. Blocked WAN REGISTER attempt — is it possible to see what password was used?

    You get the hash and the required nonce via sip trace (or activity log in verbose mode) but no decrypted password. Look in RFC3261 about the procedere and algorithms: The first anonymous register request is answered with a 407 proxy auth required error. A nonce and realm are included, along...
  6. Two Active 3CX Extensions - Using Zoiper or Second Mobile App with 3CX v20

    ...or we must use the multichannel Bluetooth integration - implanted directly in the head. It already exists, it's just not ready for mass production yet. But I'll live to see it.
  7. When no Available Agents in Queues - Option for MOH to Continue

    Nice idea. Who knows what the TO want about specific MOH for such calls but he may decide about this. right: (good but) bad idea, but if that is what is wanted - why not only the TO knows
  8. 3CX stopped to receive calls

    Just to clarify: You have also an PfSense as router in front of your 3CX 8 SC pro on-premise instance? You have also unknown subnets in you 3CX eventlog about incoming calls? In any other case (andy maybe this / yours) - please describe in more detail about the used environment (3CX) and the...
  9. Two Active 3CX Extensions - Using Zoiper or Second Mobile App with 3CX v20

    Dependant on the smartphone settings: yes. I see it myself with the 3CX app, zoiper, baresip and the smartphone sim card calls (sometimes more than one). But there are only one answer because: one mic and one speaker.
  10. Remove custom FQDN/SSL and export CID blacklist?

    bad even bad Maybe, but not with certbot and other packages outside 3CX repo (since 3CX v18 u3 or so) on the 3CX itself. we use this (or something like that) since many years on nearly all customer 3CX: https://www.3cx.de/forum/threads/ssl-certificate-erneuert.114018/post-441718