Search results

  1. whut

    Adding SIP Domain Aliases

    No, I am not aware of this possibility. Fusion has an application for domain resellers for a parent:child relationship available to paid membership levels. If you are going to have 50+ tenants spend the $ on a solution Mark has already created.
  2. whut

    Has anyone used Percona PSQL distro for clustering?

    Have not heard of it. postres 16 has great db replication with a little setup.
  3. whut

    Export CDR Format wrong timezone

    @paulczichos is correct. Start by checking whether or not you have the correct timezone set in default settings. This will be more important than the timezone of the server's operating system timezone. You have not described where you have set timezone to UTC. There are multiple locations you...
  4. whut

    Grandstream GXP 2170 BLF provisioning

    :cool::p
  5. whut

    Grandstream GXP 2170 BLF provisioning

    Change both rows Category = Memory to = Line Change both rows Line = 1 to = 0 Save the device profile Re-provision
  6. whut

    Grandstream GXP 2170 BLF provisioning

    Will you provide a screen shot of your device profile edit GUI page ?
  7. whut

    PLAY an AUDIO file, after the calls was picked up

    Use the page dial plan. Search the forum for recent discussion on playing audio file in the dial plan.
  8. whut

    Auto-renew FUSION PBX SSL

    https://docs.fusionpbx.com/en/latest/getting_started/lets_encrypt.html#using-letsencrypt-sh You can use a wildcard SSL certificate to cover every subdomain. I.e. a.onkatel.us, b.onkatel.us, maruf.onkatel.us and so forth For auto renewal you would need to install and use another program like...
  9. whut

    Reissue SSL Certificate

    https://docs.fusionpbx.com/en/latest/getting_started/lets_encrypt.html#using-letsencrypt-sh
  10. whut

    Menu Bug?

    You can change it back through SQL
  11. whut

    SOLVED Emergency numbers

    If you are wanting to know how to create a dial plan for emergencies services, create the 911 outbound route, then edit the two dial plans created and change the 911/933 numbers to your country emergency service number(s) and emergency service test number(s). Set the correct DIDs in the...
  12. whut

    GS Wave IMPOSSIBLE with iOS

    Gswave lite version was end of life about 1.5 years ago. It was removed from fusion. There are other software phone applications supported. Linohone and something else I don't remember that have we code provisioning. Ringotel paid application too.
  13. whut

    Destinations duplicating on a fresh install

    @voipBull @markjcrane I did some further digging. The `&$row` is causing the list of destinations to always display the last destination twice and you do not ever see the next to last destination. Hover and edit shows it is the same record displaying twice. If you change the sort order of the...
  14. whut

    Destinations duplicating on a fresh install

    Did you submit a pull request @voipBull ?
  15. whut

    Playing wav on page

    LOL I had interpreted your 'page' as website/webpage. You can add play audio file by adding your page dialplan like the audio file in this recent topic https://www.pbxforums.com/threads/call-blocking-by-area-code-solved.7739/ or with the action = playback
  16. whut

    Playing wav on page

    Perhaps you can share more details. page initiated and play audio on call hangup is not understood. What are you wanting to do?
  17. whut

    Call blocking by area code [solved]

    An IVR requiring caller input or extension call screen are useful aids as they require the caller to make interactive actions.
  18. whut

    Reconciling CDR and other changes from Backup

    I am not thinking of a guide for how to copy all CDR table records from a cdr_copy version to existing v_xml_cdr table. Hopefully you have performed a "copy v_xml_cdr table to cdr_copy table" so you can import yesterday's CDR data.
  19. whut

    let's encrypt issuance

    Does the fusion lets encrypt issuance script use HTTP-01 Challenge or TLS-SNI-01 Challenge? I will guess HTTP-01