Search results

  1. U

    Trying to use the event socket to see extensions status

    I'm subscribing to CHANNEL_HANGUP_COMPLETE and CHANNEL_ANSWER events to get that information, but I'm not dealing with call waiting in my small environment.
  2. U

    conference with max-members = 2 allows 3 callers

    I was able to limit the conference participants with dptools application limit_execute. Posting solution in case anyone else has trouble with max-members: <extension name="Conf70" continue="" uuid="7e624132-94ca-4ed7-ab75-a7a1ff7079e5"> <condition field="destination_number"...
  3. U

    conference with max-members = 2 allows 3 callers

    I've set a new conference profile, to which I've added max-members and set it equal to 2. I've assigned the new profile to a conference, but the limit does not seem to be enforced. The conference allows a 3rd participant to join. Is there anything I need to do to limit the number of callers...
  4. U

    Valet Park Autoselect not voicing park number

    Disregard. Helps if you enable the extension. :p
  5. U

    Valet Park Autoselect not voicing park number

    I'm implementing valet parking with auto selection of the park extension. The default valet_park_in extension looks like it's configured to do auto in, but doesn't voice the extension number. it simply parks the caller on *5900. condition destination_number ^(park\+)?(\*5900)$ action...
  6. U

    Small hardware for FusionPBX

    Update. I've upgraded the Odroid XU4 to Armbian Buster, and ran the install script for Debian. The install went very well and I'm running FusionPBX 4.5.12 on the Odroid XU4. One thing I've noticed is that the heat sink on the Odroid is much cooler than it was while running on Stretch. No ask...
  7. U

    After updating fusionpbx, CDR columns missing

    that's resolved the issue. Thanks.
  8. U

    After updating fusionpbx, CDR columns missing

    and having run through this again, I'm on 4.5.12, but still with a broken CDR page. Any suggestions are appreciated.
  9. U

    After updating fusionpbx, CDR columns missing

    I actually remember updating the permissions using chown following that page.
  10. U

    After updating fusionpbx, CDR columns missing

    I recently updated fusion pbx to current 4.5.11. Afterwards, I noticed that the only columns showing in CDR are Ext, PDD and MOS. Hardly useful. Is this common? Can it be easily reset?
  11. U

    SOLVED Domains ACL behavior

    Removed the values from Domain field and the ACL no longer blocks. Thank you!
  12. U

    SOLVED Domains ACL behavior

    FusionPBX Version 4.4.3 Freeswitch Version 1.8.4 (32bit) running on Odroid XU4 Octacore Arm I'm struggling to turn up a DID number from Flowroute. For various reasons, I need my in-laws phone to ring at my home, so we ported it to Flowroute and while it's working, I'm not sure it's that...
  13. U

    Greetings

    In my day job, I run an enterprise telephony network for a fortune 500 company using primarily Avaya equipment. On my off time, I enjoy learning about Freeswitch and Fusion PBX, Obihai1062,Obihai202 / Google Voice, using Homeassistant, Node-red and continually refining my small scale home...
  14. U

    Small hardware for FusionPBX

    So, yes. I did those three things. No SSD here. Running on the eMMC module that I bought with the Odroid.
  15. U

    Small hardware for FusionPBX

    Adding a couple of repositories seems to have made the difference: added to /etc/apt/sources.list: deb http://http.us.debian.org/debian testing non-free contrib main deb http://http.us.debian.org/debian testing/updates non-free contrib main Thanks for letting me brain dump. Tom
  16. U

    Small hardware for FusionPBX

    Using the fresh image didn't improve my experience. It's bonking on php. I see these messages Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package php7.1 E: Couldn't find any package by regex 'php7.1' E: Unable to locate...
  17. U

    Small hardware for FusionPBX

    Armbian does have an image for XU4. I tried to run the quick install against it but I think there was a failure to install php. I'll try again from a fresh image.
  18. U

    Small hardware for FusionPBX

    Which OS would you run on that ODROID XU4? Armbian?