Search results

  1. whut

    Destinations duplicating on a fresh install

    Did you submit a pull request @voipBull ?
  2. 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
  3. 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?
  4. 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.
  5. 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.
  6. 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
  7. whut

    Hide SIP INVITE Variables

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

    Import devices

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

    Import devices

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

    Import devices

    Set the enabled field to `true`. lowercase
  11. 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
  12. 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...
  13. whut

    Remote Phone Receive Call Issues

    Fixing your ACL issue is paramount for success.
  14. whut

    Remote Phone Receive Call Issues

    @cemotyz09 was correct. It is an ACL issue.
  15. whut

    SOLVED http connection refused

    You must have a reboot after installing. If you have rebooted and it is still a problem then look at IP tables for a UFW rule blocking port 443 and a UFW rule blocking port 80. If those UFW port block rules exist in IP tables then delete them.
  16. whut

    Fusionpbx in hotel / hospitality

    fusion has a wake up dialplan but IMO it needs to be developed much more to make it more user friendly and fully functional. It is not apparent, for example, when adding a wake up call that it is in 24 hour format. How to update or remove a wake up? I think it needs its own application and table...
  17. whut

    fail2ban won't start on Debian 12

    Thanks for the input @Jimbob . I destroyed the deb 12 server and will not be getting back to it for some time. Hopefully The fusion installation will be thoroughly tested on deb 12 and be fixed before I have time to throw at it again.
  18. whut

    fail2ban won't start on Debian 12

    going back to debian 11 since all of the jails can be enabled and they work on that version. :mad:
  19. whut

    Add "time of day" to preset Time Condition in Default Settings

    Make sure you have newest fusion and make sure your new time condition preset is created correctly. Use the other presets as your example to ensure you have all of the settings exact.