Search results

  1. K

    Hi everyone

    Hi Fima. I agree that there is a little bit of a learning curve. I suggest taking the 2 day admin class offered on Fusionpbx.com. It covers all the stuff you mention above and it helps support the project. Good luck!
  2. K

    handling 4000 sessions

    I have been told that a sofia profile only runs on one thread. Calls will be multi-threaded, but the profile will run on one thread. You might need to add some more profiles and run signalling on other ports like 5062, 5064, ect. One way to check this is to look at a packet capture and see how...
  3. K

    FusionPBX custom app

    Hi Samuel. I was just about to write you about having functions.php in your path. Fusion standards seem to be to have them in a place like this: /app/yourapp/resources/classes/myfunctions.php. Nice app btw. Glad you got it figured out.
  4. K

    FusionPBX custom app

    Did you "chown -R www-data:www-data /var/www/fusionpbx" after you moved it?
  5. K

    Phonebook (Only supports Yealink currently)

    I would spend some time looking over the database classes. /var/www/fusionpbx/resources/classes/database.php These are used throughout 4.3 code. If you use the Save function it will put information in transaction table. This is used for auditing changes and later will be used as a way to...
  6. K

    Phonebook (Only supports Yealink currently)

    Nice app. app_config.php schema details needs to be updated if you want it to work correctly with 4.3. I've had to update all my custom apps.