php

  1. P

    Debugging PHP

    I have a very wierd behavior. Then i try to delete a fax server i will just get an empty page. For me that feels like an error in the php. Anyone has any idea of how to debug this ?
  2. G

    How post call to hubspot or other CRM on call hangup

    How post call to hubspot or other CRM on call hangup I know how to post on hubspot but not able to find how trigger my script? i am doing my script in php
  3. Z

    Writing my own module / app

    Hi, I have been searching around for some documentation on creating a menu item style app to integrate into my fusion server. So far I can tell they need certain files such as app_menu.php and app_config.php but I was wondering if this has been documented anywhere? Any help would be appreciated...
  4. S

    PHP ESL

    Hi, There is any simple way we activate PHP ESL on Debial ? So I will be to us the api? For example I would like to run this script: <?php require_once('ESL.php'); if ($argc > 1) { array_shift($argv); $command = sprintf('%s', implode(' ', $argv)); printf("Command to run is: %s\n"...