Search results

  1. Adrian Fretwell

    Ring Group Issues

    It could be a caching issue, did you flush the dialplan cache? (Utilities->Clear Cache) PS: Dialplans are cached for five minutes.
  2. Adrian Fretwell

    Ring Group Issues

    When you say you can't get them to ring together, what is happening? Is just one ringing? or nothing at all?
  3. Adrian Fretwell

    Move FreeSWITCH DB from SQLite into PostgreSql

    Hi @babak I have not yet noticed any difference, but we don't have any very heavily loaded systems to compare performance with. Several people have been doing some load testing using sipp with no reported issues. SqLite in ramfs is going to be about as fast as you can get, but I don't mind...
  4. Adrian Fretwell

    New FreeSWITCH Db application added.

    A new application has been added to the DjangoPBX Applications repository: https://github.com/djangopbx/djangopbx-applications If, in the installer, you opted to move the FreeSWITCH database from SQLite into PostgreSql, then this application provides access to the FreeSWITCH tables and also...
  5. Adrian Fretwell

    DjangoPBX House keeping application added.

    I didn't like having add-on shell scripts for ordinary house keeping tasks. So now we have an application that takes care of many of these tasks. Making database and file backups Removing json content form XML CDR records Converting .wav files to mp3s to save on storage space Removing call...
  6. Adrian Fretwell

    Unblocking IP's from fail2ban

    If I remember correctly there is an option to unban everything, I can't test it for you because we no longer use fail2ban. fail2ban-client unban --all
  7. Adrian Fretwell

    Unblocking IP's from fail2ban

    That would probably be the name, but I don't think sip-auth-fail should stop you getting to the GUI.
  8. Adrian Fretwell

    yealink set remote phone book for transfer to directory

    Well we do now, because we no longer use FusionPBX.
  9. Adrian Fretwell

    yealink set remote phone book for transfer to directory

    I try to stick with Yealinks, It's nice to only have the one manufacturer to deal with, but the customer generally chooses the model. We have more t42s models out there than anything else but we are currently selling a lot of T53s and t54ws.
  10. Adrian Fretwell

    yealink set remote phone book for transfer to directory

    I don't get that issue on a T46s, maybe it is phone model specific.
  11. Adrian Fretwell

    Unblocking IP's from fail2ban

    It depends on which jail is blocking you. fail2ban-client set <jail> unbanip <ip> fail2ban-client set sshd unbanip 1.2.3.4 If the version of FusionPBX you are using still uses iptables then you will be able see a list of firewall rules with the following command: iptables -nvL Look for...
  12. Adrian Fretwell

    yealink set remote phone book for transfer to directory

    It is the local phone book. Directory->Remote Phone Book->Local Phone Book.
  13. Adrian Fretwell

    Many single extension tenants.

    @DigitalDaz That is exactly what we did back in 2016, and it's still running well today. I added a Django GUI wrap around it in 2020. I may eventually publish that on Github.
  14. Adrian Fretwell

    Move FreeSWITCH DB from SQLite into PostgreSql

    Hi Babak, Thank you for the information. Yes there have been some changes, but read "Core" as having a native module available, as opposed to having to connect via ODBC or similar. mod_mariadb is also available and has been around for about five years. Mariadb was my database of choice for many...
  15. Adrian Fretwell

    Many single extension tenants.

    It's not a great overhead to have one tenant per domain and it could create an opportunity to sell them a second phone - an extension in the lounge and one in the office for example. Or a domestic phone and something like an extension on a Bria app on their mobile phone. You can put them all...
  16. Adrian Fretwell

    mod_verto security concerns

    SaraPhone is what I would go with.
  17. Adrian Fretwell

    mod_verto security concerns

    It's a long time since I played with this. I remember setting up the wss-binding port in the SIP profile but I don't remember enabling mod_verto - maybe we did? I had been looking at integrating a Web RTC client with DjangoPBX, I've not done anything about it, but my thoughts were to...
  18. Adrian Fretwell

    SOLVED New Yealink firmware (T43U) default 'user' password

    I think user_password has always been there but not enabled. You may need to add user_name if you want to set it:
  19. Adrian Fretwell

    SOLVED New Yealink firmware (T43U) default 'user' password

    It has always been set in the Y0000... file historically: ####################################################################################### ## Security ##...
  20. Adrian Fretwell

    SIP PBX integration

    Looks to me like the distant end responded with a 480 (Temporarily Unavailable)