Search results

  1. AIC2000

    Domains

    Yeah - there are ways to go around it, but it does all depend on each device then which can become difficult to manage if you're using proxy settings. It's definitely more consistent to imagine giving your customers "their own dedicated PBX domain' if you like - then they authenticate using...
  2. AIC2000

    Call Recording - Call Quality Reduced and Glitchy

    I've just been running some tests, and it's pretty black and white. Slight possible increase in resources when recording, however nothing to write home about. The call quality however goes from being completely fine when not recording, to stuttery and glitchy during recording. All recording...
  3. AIC2000

    Domains

    I don't see it any less secure than having any of your PBX domains "public" in any way. It'll always reach the same box (even if you don't use a domain and use an IP which isn't recommended). I'd definitely recommend going with the A record route. Even if you create subdomains to keep things...
  4. AIC2000

    Call Recording - Call Quality Reduced and Glitchy

    Hi, Whenever we enable call recording at extension or call centre level, the call recording cuts in and out, along with the actual phone call itself - it goes quite glitchy and is relatively intermittent. Resource usage isn't in demand (all resources well under 25% use) and enabling call...
  5. AIC2000

    Different Voice Prompts / UK Prompter?

    Hi Are there any alternative voices than the default US female that delivers all the prompts for the Freeswitch system? I've looked online and found 1 for over £100, just wondered if there are any more and whether there is a library / collection of them hidden anywhere? Thanks!
  6. AIC2000

    Do you need separate outbound routes for different call lengths?

    ^9(\d{3,11})$ That got it - now any numbers between 3 and 11 digits will be allowed (don't want to automatically allow international!)
  7. AIC2000

    Do you need separate outbound routes for different call lengths?

    None of the above work, it allows the 3 digit but nothing else
  8. AIC2000

    Do you need separate outbound routes for different call lengths?

    Commas didn't work - but your first solution seems to be! What do you do in this scenario?
  9. AIC2000

    Do you need separate outbound routes for different call lengths?

    Would it be this? ^9(\d{3,10,11,12})$
  10. AIC2000

    Do you need separate outbound routes for different call lengths?

    At the moment, we have outbound routes set like this: ^9(\d{3})$ ^9(\d{10})$ ^9(\d{11})$ ^9(\d{12})$ Which covers international, national, shorter and emergency numbers. Is it possible to do an | or 'or' symbol within these dial plans to just 'allow' any of these combinations? I know you can...
  11. AIC2000

    Call Center not recognizing agent status change

    Yeah I've just noticed this too - it's just not working is it
  12. AIC2000

    Call Center Documentation

    Hi all, Is there proper call center documentation or any guides on how to properly and efficiently set up agent tiers and levels? What are the difference between Tiers and Levels? The entire documentation on FusionPBX call centers is this:
  13. AIC2000

    Concatenate Time Condition Destinations

    Haha great tip! I've already setup the dial plans now! I might go back out of hours and revert it back to your simplified solution. Much better, Thanks!
  14. AIC2000

    Concatenate Time Condition Destinations

    Ooh I didn't know about custom dial plans - I will have a play shortly. Much better than trying to do insanely long time conditions! Thanks
  15. AIC2000

    Concatenate Time Condition Destinations

    On time conditions, I had an IVR where it was closed for bank holiday. After that, it meet the next condition which was being between working hours, and played the IVR anyway! As you can see below, when you hit the big black button it changes the SELECT dropdown to an INPUT text box with the...
  16. AIC2000

    Concatenate Time Condition Destinations

    I've been trying to figure this out for 2 days now, would be great if anyone has any suggestions? :-)
  17. AIC2000

    RECOVERY_ON_TIMER_EXPIRE On some calls

    Just reading up on all of this, really interesting. What's the difference between KEEP ALIVE and re-registration requests then? Isn't that what KEEP ALIVE requests are for? Thanks!
  18. AIC2000

    Concatenate Time Condition Destinations

    Hi, I want to concatenate a hangup clause at the end of the play recording lua within a time condition - as at the moment, Freeswitch just continues onto the next destination afterwards! :-) I've tried adding ,hangup :hangup ;hangup at the end of the destination however nothing seems to be...
  19. AIC2000

    Phrases setup

    Did you resolve this issue? Experiencing it now! Thanks
  20. AIC2000

    Kamailio script to front standard FusionPBX cluster v2.0

    Introducing Kamailio introduced more problems for me than solved. I.e. DNS mismatches caused by failovers and calls would hangup after 30 seconds with no apparent reason, and on some providers the third party would hang up but the call on the PBX side would remain connected / silent. DNS...