Search results

  1. DigitalDaz

    How to decrypt the filename of the Call Recording

    Just out of curiosity, what is the purpose of this change of recording name? I have clients who want archived recordings but we just offload them to a modified version of fusionpbx that essentially just gives them a GUI with the CDRs. That way they can search and playback/download as they wish...
  2. DigitalDaz

    How to decrypt the filename of the Call Recording

    Yep, absolutely, what if caller ID is withheld?
  3. DigitalDaz

    How to decrypt the filename of the Call Recording

    Are you really, really sure you do not want to leave it as UUID? When I first started using fusionpbx I too wanted to change it until I realise it caused other problems. Let me give you an example from above... They wanted to use destination number in the filename. If that call goes to an...
  4. DigitalDaz

    softphone recommendations

    One of my pet hates is companies that say "Contact us for Pricing". Why do we need to do that? From experience, it just tells me that if you put it on the page the pricing would put us off.
  5. DigitalDaz

    Forward calls after timeout in ring group.

    Freeswitch creates a separate thread for each endpoint to be dialled rather than using a single thread.
  6. DigitalDaz

    Forward calls after timeout in ring group.

    In the ring group you have a strategy, by default it is set to simultaneous:
  7. DigitalDaz

    Forward calls after timeout in ring group.

    For forwarding to be respected, you must use the enterprise ring group strategy.
  8. DigitalDaz

    Been playing with two factor auth :)

    You would need top mod core files, that means you would be permanently having to maintain your own fork. It can log to wherever you want it to. I have the code somewhere but its far from production ready.
  9. DigitalDaz

    Been playing with two factor auth :)

    Basically, the lead developer won't touch google auth, it died there. I'm not reinventing a perfectly good racing wheel that many of us use already anyway.
  10. DigitalDaz

    New Chat server

    When I upgraded I had forgotten to upgrade the templates to, email verification and password resets should all be working now :)
  11. DigitalDaz

    Domain registration

    I completely agree with Adrian. You are also limiting you failover options.
  12. DigitalDaz

    New Chat server

    Not any more :D
  13. DigitalDaz

    No outbound calls. UK AQL Trunk.

    That invite looks OK to me, you would need to ask AQL what is wrong with it. Do they not give you any kind of interop instructions?
  14. DigitalDaz

    No outbound calls. UK AQL Trunk.

    Your outbound route is bad, you are only sending a 0: INVITE sip:0@141.170.24.20:5080 SIP/2.0 If they want 44 format, try ^0(.*)$ with a prefix of 44
  15. DigitalDaz

    New Chat server

    @ricktendo and @rabbidiesel - You have both been added to the team. @djacob Dave, it doesn't look like you have created an account on the chat server, can you create one then let me know please.
  16. DigitalDaz

    This codec is only usable in passthrough mode!

    G729 is so 1970s :) Are you not able to use an alternative?
  17. DigitalDaz

    what type of HA is mostly everyone doing

    Hi Dave, No reason to believe Kamailio wouldn't scale it out. I'm personally a much smaller provider and with hardware being relatively cheap these days, I just do not find the need for Kamailio. I just use pairs of servers and route53 to switch over.
  18. DigitalDaz

    New Chat server

    Yes, I saw this too very recently, I'll need to take a look. What I also found though was that I could use it. What usernames are you using, I will manually add to the team?
  19. DigitalDaz

    /var/cache : which is the better way to handle it on HA scenario?

    With regards to switching of the cache, I would seriously think far more than twice about doing that. The amount of DB lookups the cache saves is amazing. You might also want to get it into some form of RAM disk too.