Recent content by babak

  1. B

    DjangoPBX cluster operation

    Thanks, @DigitalDaz It’s really good to be back too. ❤️ We’ve been through quite a lot during this period. But I am trying to stay hopeful, keep going, and hopefully be useful in whatever small ways I can. I really appreciate that you were worried about me. Babak P.S. You may like...
  2. B

    DjangoPBX cluster operation

    Hi In DjangoPBX documentation mentioned https://www.djangopbx.com/documentation/cluster/basic_cluster_operation.html : For any given domain (customer) we have two DNS records (CNAMEs are fine),for example cust1.djangopbx.com and portal-cust1.djangopbx.com. This means you have your DNS server...
  3. B

    Ring Group and sip_h_Diversion header

    Thank you very much for the clear instructions — that solved it And thank you for your kind words. I really appreciate it. Wishing you and your family all the best. p.s. FusionPBX populates the Diversion header with A's number (original caller), but I think it should be populated with B's...
  4. B

    Ring Group and sip_h_Diversion header

    Hi What is best place to add or how to enable sip_h_Diversion header for Ring Groups? Regards.
  5. B

    FSPBX replication - files/folders

    I think I found it: https://www.pbxforums.com/threads/backup-and-replication.8655/ thanks @pbxgeek
  6. B

    FSPBX replication - files/folders

    Hi I cannot find mentioned post about batch file to sync the database and HA setup. Please share if there is any guide about how to HA setup of FS PBX or Master/Master replication. Regards
  7. B

    FusionPBX and Flexisip or other solution for push notification on iOS

    Hi Please explain more how you used linphone with push notification. recent OSs donot let applications run in background.
  8. B

    Running php or bash script in dialplan + push notification

    https://www.pbxforums.com/threads/push-notification.2894/
  9. B

    Hello from LA

    @pbxgeek Hi does FS PBX support WEBRTC and includes web based sipphone?
  10. B

    Hello from LA

    Welcome Is your work publicly available ?
  11. B

    Softphone recommendation

    Hi Please check this page: https://developer.chrome.com/blog/push-notifications-on-the-open-web What are the limitations of push messaging in Chrome? Chrome on desktop has the caveat that if Chrome isn't running, push messages won't be received. This differs from ChromeOS and Android where...
  12. B

    Softphone recommendation

    Hi @ardyhash Thank you for reply. I am interested in Push notification for incoming call when Android phone is in sleep mode. There are some solutions (also mentioned in this forum) by compiling custom Android soft phone. Google chrome has capability to turn on android phone even not running and...
  13. B

    Softphone recommendation

    Hi @Adrian Fretwell In Saraphone github page has mentioned "Desktop Notification for Incoming Calls" do you know how to use it ? Regards
  14. B

    Move FreeSWITCH DB from SQLite into PostgreSql

    Hi @Adrian Fretwell Did you see any performance difference between SQLite and PostgreSQL?