Search results

  1. hfoster

    Transcoding fusionpbx incoming codecs to g711

    I would only really set them in the Variables: Set: global_codec_prefs = PCMU,PCMA outbound_codec_prefs = G726,PCMU,PCMA media_mix_inbound_outbound_codec = true Internal profile should only then allow PCMU and PCMA, and the external will transcode G726 if it needs to.
  2. hfoster

    outgoing cidlookup

    It's already in the templates: https://github.com/fusionpbx/fusionpbx/blob/master/resources/templates/provision/yealink/t46u/y000000000108.cfg {if isset($yealink_remote_phonebook_1_url) } remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url} {else} remote_phonebook.data.1.url =...
  3. hfoster

    Call forwarding

    Well a Direct Dial In number needs to be routed to a ring group or an extension to forward it if you wish to control it with a star code. You might be able to create a Call Flow to do a similar thing. Extension Forwarding is the *72, *73 and *74.
  4. hfoster

    What are Users

    Historically, the Contacts page address book. You needed to assign a contact to a group or user, and then the device to a user. That can be disabled now however, so it's pretty much on the web interface. We have a few customers that don't utilise the frontend at all.
  5. hfoster

    Click to call from website

    Never tested it myself, this extension appears to call the click to call API: https://github.com/gizmobin/FusionPBX-SelectToCall Extension is on the Chrome web store.
  6. hfoster

    Soft phone registers with wrong sip port and causes silent call

    Depends on the router that network is on. You might find it more reliable to switch the client to TCP, routers handle it better. This is all implying the PBX and the phones are on different networks.
  7. hfoster

    Dashboard display 100% CPU usage

    How odd, Debian 11? Is this a fresh, brand new install?
  8. hfoster

    Ring Group + Conference

    It's not built into FusionPBX, but with some modification to the conference module (Conference Controls/Profile) and a dialplan entry (Dialplan Manager), you can get something similar, thought I don't know how well it would work with a group call, might be fine on Enterprise ring groups with...
  9. hfoster

    Call forwarding

    *75 = Ring Group Forward. Modify the dialplan entry in the Dialplan Manager to remove/alter the PIN number and set the ring group and destination, or let it prompt for it. *72, *73, and *74 are enable, disable and toggle call forwarding. You can also modify the dialplan entry in the Dialplan...
  10. hfoster

    Soft phone registers with wrong sip port and causes silent call

    That's not wrong, SIP clients can use any ports they wish using rport. Otherwise you would only be allowed to use one SIP client per IP address. Does that network have some sort of SIP ALG enabled? If so disable it. Also arbitrary port blocking rules for UDP? If so, whitelist the PBX address.
  11. hfoster

    How to get offical Messaging app from FusionPBX

    Had a look myself at the member documentation, doesn't seem to state which level. Probably best giving them a call: https://www.fusionpbx.com/support
  12. hfoster

    No ringback tone when call recording is enabled on extension

    This should do it, this is in Dialplan Manager -> user_record, right at the bottom.
  13. hfoster

    Upgrade Debian from 9 to 11

    It's either going to be FreeSwitch itself, mod_sofia or the openssl libraries those two are built against. As FreeSwitch isn't really a 'Debian' piece of software, it could just be breaking ABI changes or something. Found this, with no answer...: Anything in the journal or freeswitch logs?
  14. hfoster

    SOLVED Automatically add ip addresses connected to Fail2ban

    I should add, the new 'Event Guard' that is in the latest release of FusionPBX doesn't need this. As soon as a valid registration is seen, it's 'whitelisted' for future violations of SIP auth failures. This is a useful script for those still using Fail2Ban for things like nginx auth problems. :)...
  15. hfoster

    SOLVED Silent call

    If Azure is like AWS, you'll need to put your external IP address in the variables external_sip_ip and external_rtp_ip, otherwise your contact header will have the local address of the VM on:
  16. hfoster

    After upgrading FusionPBX (5.0.6) recording are not showing on CDR

    Does the database show the correct paths for the relevant UUID of a record? root@pbx:~# su postgres postgres@pbx:/root$ psql postgres=# \c fusionpbx fusionpbx=# select xml_cdr_uuid,record_path from v_xml_cdr;
  17. hfoster

    SOLVED Retrieve IP address from recordings

    # fs_cli -x 'show registrations'
  18. hfoster

    SOLVED Call Queue

    https://docs.fusionpbx.com/en/latest/applications/call_center.html
  19. hfoster

    Cleared Cache. Registrations dropped and could not connect via SoftPhone

    Don't know if it's the exact same issue, but I had a cascading registration failure using the SQLite coredb. So many simultaneous registrations just caused it to lock up. Switched to postgresql core which handles locks and caching a bit better and the problem disappeared. There's a script...
  20. hfoster

    outgoing cidlookup

    If you have remote phonebooks set up, it's the setting below. In the templates it's: features.remote_phonebook.enable = {$yealink_remote_phonebook_enable}