Search results

  1. D

    Internal Calls

    By default, fusionpbx will dial all extensions internally. However, calls to any other number on the system, be it Destinations, IVR Menus, Time Conditions, Queues, Ring Groups, will always use an outbound route (assuming there is a valid match). I am trying to keep these calls internal as it's...
  2. D

    Shared Voicemail for 2 Extensions

    I have a scenario where two extensions (101 and 102) should use the same voicemail box (101) to record messages. How is that possible in Fusionpbx? I don't see any method to designate voicemail box 101 to extension 102. Do you have any ideas?
  3. D

    Call Group Pickup / Intercept

    I can't get call pickup to work in a group. I created a call group "ABC" with 4 extensions and want to pick up incoming calls to any extensions not answered on another extension. I tried *8 and ** but it's not working. Can anyone help? Thanks.
  4. D

    Cisco CP-6800 Series Softkeys and Star Codes

    I am trying to provision a Cisco CP-6851 phone and got stuck on the "Vertical Service Activation Codes". The Cisco values don't seem to match the Fusionpbx star codes. Can anyone help to align the Cisco CP-6851 settings to match the existing vertical service activation codes already configured...
  5. D

    Custom dial string

    Is there any way I can create a custom dial string in outbound routes, similar to what exists in Asterisk and FreePBX? EXAMPLE: My end user dials 15149999999 from his registered fusionpbx extension and the custom outbound route makes a SIP call to 12121111111@mydomain.com and passes the...
  6. D

    Wrong Stats on User Dashboard

    Can I restrict the user Dashboard to only show calls of that particular user? The system stats he currently sees are for the entire system
  7. D

    $400 Reward to integrate DIDww with SMS app

    I am offering a bounty of $400 to integrate DIDww with the SMS app. If anyone is interested please PM me. All my DIDs are with them and I don't want to use another provider just for SMS.
  8. D

    Updating the SMS app from GUI

    I installed the fusionpbx SMS app more than a year ago and see that changes were posted a while ago. Do I have to run git clone https://github.com/fusionpbx/fusionpbx-apps to update the SMS app, or will it update automatically when I run the GUI upgrade script?
  9. D

    DTMF double tones

    A DID on our fusionpbx system is forwarded to an external voicemail system. When we enter digits they are malformed at the endpoint and the caller cannot navigate the IVR. It seems the carrier is sending a mix of rfc2833 info and/or inband and the voicemail IVR system appears to be listening...
  10. D

    DTMF not passed to Call-Forwarding Number

    This is a major issue for us. Please help if you can. Thanks in advance. We have a toll-free DID on our system that is forwarded to an external local number which is a company PBX system. When people call, they are prompted to press 1 for English and 2 for French etc... but any digits entered...
  11. D

    Debian 11 "The following packages have been kept back"

    When I try to upgrade my FusionPBX Debian 11 installation, it says The following packages have been kept back: postgresql-client-common postgresql-common 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. apt list --upgradable shows I am running version 241 and could upgrade to 248...
  12. D

    "destination_country_code is required" Update Breaks Installation

    "destination_country_code is required" https://github.com/fusionpbx/fusionpbx/commit/26b0988075419b2fc0a9daff3c71af8ff73a76de so 2 days ago an update to DESTINATIONS was committed to GitHub that made the previously optional country code field mandatory. Never mind that it killed my whole...
  13. D

    Default Settings "This page isn't responding"

    Recently I noticed that my fusionpbx GUI got a lot slower. I added about 70 extensions and now it takes more than 2 minutes for the "Advanced / Default Settings" page to load. I constantly get the popup "This page isn't responding, Wait or Exit page". If I wait long enough the page loads ok but...
  14. D

    Cannot Send Fax [SUBSCRIBER_ABSENT]

    My fax server can receive faxes but it can't SEND faxes. Everytime I send a fax it fails and the FreeSWITCH log says: [WARNING] mod_dptools.c:4401 Can't find user [18884732963@mypbx.com] [NOTICE] switch_ivr_originate.c:3039 Cannot create outgoing channel of type [user] cause...
  15. D

    Extension does not want to register

    I have one extension that simply does not want to register. The username and passcode are correct and I can see the auth challenge in the log but it does not tell me why the registration is failing. I already turned off or restarted fail2ban, iptables and freeswitch just to see if anything...
  16. D

    Simple 3-way conference

    Is there any way to do a 3-way conference in fusionpbx or at least to simulate that functionality? I need a simple method similar to 3-way calling from a POTS line. Thanks. e.g. call to person A, some * code to put him on hold call to person B some * code to connect the 3 callers
  17. D

    vm-disk-quota

    I am looking for the variable "vm-disk-quota" that is referenced in the fusionpbx docs Voicemail Options It's supposed to be in Dialplan -> global-variables but I can't find it. Do I have to add it?
  18. D

    Sip Internal Profile "bind-params transport=udp"

    Any reason why this defaults to FALSE? Does fusionpbx not support UDP transport unless this is set to TRUE?
  19. D

    Grandstream HT286 does not register

    I am switching from FreePBX to FusionPBX and we have a ton of Grandstream HT286 among our end users that still work perfectly fine with Asterisk. However, I can not get them to register with Fusionpbx. I entering the SIP credentials manually and I can see the SIP auth challenge in the log but...
  20. D

    SPA 2102 Provisioning

    Does anyone know how to provision a SPA 2102 from Fusionpbx? I followed the instructions and added the profile rule below and rebooted the SPA but it did not provision. [--uid provision-user --pwd provision-password]http://mydomain.com/app/provision/?mac=$MA Typically I use the syntax below to...