Search results

  1. AIC2000

    Kamailio script to front standard FusionPBX cluster v2.0

    What would be the main benefit/requirement? Performance and redundancy?
  2. AIC2000

    Kamailio script to front standard FusionPBX cluster v2.0

    How many users / tennants would you need to have before you need to think about this? I've used kamailio before and its so poorly documented I got basic functionality working but felt really limited in what I could do with it.
  3. AIC2000

    If Fusion/Freeswitch ran out of resources

    Good to know if demand could jump with little notice. I'm guessing just having enough resources for average use + a buffer is a better safeguard.
  4. AIC2000

    If Fusion/Freeswitch ran out of resources

    Yeah I wouldn't expect it to be the end of the world, but would be good if freeswitch said "im at 95% resource so wont take any more calls and provide 403 or busy tone until resource is increased or demand comes down" Better than everything dying!
  5. AIC2000

    If Fusion/Freeswitch ran out of resources

    So always important to ensure you have a good 50% buffer in resources then!
  6. AIC2000

    SOLVED Agent status & BLF

    You really are a special asset to this community, thank you!
  7. AIC2000

    If Fusion/Freeswitch ran out of resources

    ...what would be the symptom? If RAM or CPU ran out due to too many calls, would all calls grind to a halt or just new calls fail?
  8. AIC2000

    SOLVED Agent status & BLF

    Yeah I got the button that does login / out via DTMF tone and adds a pause then inputs password. Not very sleek but does the job. Seems too messy adding a different button just for the BLF though, I'd probably prefer a web app?
  9. AIC2000

    SOLVED Agent status & BLF

    Did you get anywhere with this?
  10. AIC2000

    Bank Holidays

    Bump This is already the top result on Google lol
  11. AIC2000

    [Howto] Enable Call Recording on Inbound and Outbound Routes

    OK just figured this out: Go to Dialplan > Inbound Routes or to Dialplan > Outbound Routes and select your chosen route. Scroll down to the dial plan, after effective_caller_id_name= has been set (and before the final destination is specified) add this into the dial plan: action | set |...
  12. AIC2000

    Recording calls reduces call quality

    Did you get to a conclusion on this one?
  13. AIC2000

    Generic Announcement & Navigate Call Elsewhere

    Haha can't believe I over complicated it that much! One thing though, creating the "phrase" doesn't work, it just skips it and goes straight to next destination. Playing the "recording" does though, however the user can interrupt the recording by pressing keys which is weird as it just...
  14. AIC2000

    Generic Announcement & Navigate Call Elsewhere

    You can do it using IVR, turns out Max Failures and Max Timeouts have to be set to 1 not 0. The only downside is the user can skip the 'announcement' by pressing a button!
  15. AIC2000

    Generic Announcement & Navigate Call Elsewhere

    Hi, If I wanted to have a recording play at the start of the call "Thanks for calling" before directing to a specific extension or ring group, what would be the best way to do that? I don't want to create a queue as I don't want to have to create agents for each of the devices, I just want to...
  16. AIC2000

    Authenticate Incoming INVITE

    I always assumed it was a best practice option to tick in the security settings, along with things like "Don't accept random calls from random IP's". I won't use it then :)
  17. AIC2000

    Change the Caller ID based on prefix

    Great! I had a searched around to no avail and figured I'd come here and ask. Plus the more answers this forum can provide to users searching Google - the better it is for the forum! :) Awesome, thanks!
  18. AIC2000

    Authenticate Incoming INVITE

    It's a feature on Grandstream phones for increased security. You can only accept messages from configured proxies, but also authenticate them requests. It works fine with Asterisk! Strange it doesn't with FusionPBX.
  19. AIC2000

    Authenticate Incoming INVITE

    Ah ok. Thats a shame! Thanks for the pointer though
  20. AIC2000

    Change the Caller ID based on prefix

    Hi, Is it possible in FusionPBX to change the CallerID based on whether the user dialled 8 or 9 before the call? I'm guessing there would need to be two outbound routes specified, but you can only specify one caller ID per extension? Thanks for any tips!