Search results

  1. whut

    Reissue SSL Certificate

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

    Menu Bug?

    You can change it back through SQL
  3. 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...
  4. 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.
  5. 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...
  6. whut

    Destinations duplicating on a fresh install

    Did you submit a pull request @voipBull ?
  7. 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
  8. 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?
  9. 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.
  10. 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.
  11. 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
  12. whut

    Hide SIP INVITE Variables

    Try this in your outbound route <action application="unset" data="sip_h_X-accountcode"/>
  13. whut

    Import devices

    I would try another similar model provisioning template to see if enabled get set correctly.
  14. whut

    Import devices

    What is your field name? Make sure it is `device_enabled`
  15. whut

    Import devices

    Set the enabled field to `true`. lowercase
  16. whut

    Ring Group Issues

    Definitely flush cache. That is odd behavior. Make sure you are not using the same extension number more than one time on a domain. You cannot have phone extension 200 again for any other type of extensions
  17. whut

    Need help setting up Voxbeam. P-Asserted-Identity: header

    Set the outbound caller ID information on every extension page. Follow the examples for your inbound and outbound gateways in https://www.voxbeam.com/static/guides/Freeswitch-English.pdf You will need to edit the gateway pressing the advanced button on the gateway edit page to adjust the...
  18. whut

    Remote Phone Receive Call Issues

    Fixing your ACL issue is paramount for success.