Search results

  1. DigitalDaz

    Trying to get FusionPBX working, Newbi questions

    Have you added anything to the access control list other than what you have been told to? Also, have you added any dialplans that catch more than they should?
  2. DigitalDaz

    Empty DB with install scripts

    See this post: https://www.pbxforums.com/threads/intalling-on-an-rpi4.8505/#post-34410
  3. DigitalDaz

    Empty DB with install scripts

    There was a discussion on this in the forums recently, I managed to successfully install on a Pi and posted details here. I meant to submit some proper pull requests but haven't had the time yet.
  4. DigitalDaz

    Status of MySQL support

    I'm not sure about the official position on mysql support but I believe there are some functions that use postgres and have no mysql equivalent. Postgres is also easy to replicate to give you high availability.
  5. DigitalDaz

    Looking for a good open source billing system (ASTPP, BillRun, MagnusBilling?....)

    I use a heavily modified version of pyfreebilling. Also, cgrates should always be considered, its just an engine and would need much configuration. For me the number one priority is stopping fraudulent calling. Most of the other, I believe ASTPP included, rate the call at the END. This means if...
  6. DigitalDaz

    Dialplan action based on callerid number?

    Can you post your updated version, others may find this useful?
  7. DigitalDaz

    Alternative DBs

    I know we have a few people who have replicated installations for failover etc. Has anyone tried using an alternative DB. I know I have seen cockroach mentioned a few times but another alternative that has come up that looks quite good is YugabyteDB, anyone taken a look?
  8. DigitalDaz

    Cisco 7942s

    Yep, I think you are right, I definitely had the 7940s and later, 7960s, I never had any of the ones ending with a 2.
  9. DigitalDaz

    Cisco 7942s

    I've just found this from 2012, it would definitely be for fusionpbx though: image_version: P0S3-8-12-00 # Line 1 Setup line1_name: "603" line1_authname: "603" line1_shortname: "DMM" line1_password: "U.YokaH.21" line1_displayname: "603"; proxy1_address: pbx05.mydomain.com...
  10. DigitalDaz

    Cisco 7942s

    I will probably have a conf file somewhere that I used to use, I'll see if I can dig one out.
  11. DigitalDaz

    Cisco 7942s

    Is all done with tftp and config files, I used these for years, they are good phones but terrible to work with on any thing other than call manager. Throw them away and get a proper ip phone.
  12. DigitalDaz

    Intalling on an RPI4

    I installed it on this by the way, a rackmount blade module with a CM5:
  13. DigitalDaz

    Intalling on an RPI4

    So download the installer: wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh; Then replace these two files in the /usr/src/fusionpbx-install.sh/debian/resources directory Then edit...
  14. DigitalDaz

    Intalling on an RPI4

    I just modded the installer, I'll quickly get you a couple of files that will work for now.
  15. DigitalDaz

    Intalling on an RPI4

    This was on a compute module 5 but it should be the same for any raspios. There are couple of thinks but basically it is the php version. The php 8.2 sury repo works just fine thought the native deb 12 php 8.2 doesn't seem to have inotify.
  16. DigitalDaz

    Intalling on an RPI4

    I have it working, more to follow.
  17. DigitalDaz

    Intalling on an RPI4

    I haven't tried to install on a Pi for some time, I'll see if I can find time over the next day or two to do an install and see whats what. I'm sure I'll be able to get it working and I'm also fairly sure that if there is a problem with the installer mark will fix it if he's given the needed...
  18. DigitalDaz

    How can I stop recording internal calls?

    Are you recording to mp3 or wav? Using mp3 will take up much less space?
  19. DigitalDaz

    Parking bay music on hold

    Its not valet park but maybe it uses the same moh, I'll dig into the code. Its where you just have 5901, 5902 etc on buttons.
  20. DigitalDaz

    Parking bay music on hold

    Can anyone tell me please, where does the parking bay music on hold come from? Is it the extensions moh? TIA Daz