Skip to content

Commit

Permalink
Add missing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolás committed Oct 25, 2023
1 parent 74ff956 commit 1c5427e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/endpoint_configurator/phonesrv/contacts.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
| Autores: Alex Villacís Lasso <[email protected]> |
+----------------------------------------------------------------------+
$Id: index.php,v 1.1 2007/01/09 23:49:36 alex Exp $
$Id: contacts.php, Wed 25 Oct 2023 11:46:02 AM EDT, [email protected]
*/

define('ISSABEL_BASE', '/var/www/html/');
Expand Down Expand Up @@ -76,6 +76,8 @@
print 'Invalid hash';
exit;
} else {
$dsn = generarDSNSistema('asteriskuser', 'endpointconfig', ISSABEL_BASE);
$db = new paloDB($dsn);
$vendor = new $sManufacturer($db, 'http://'.$_SERVER['SERVER_ADDR'].'/modules/endpoint_configurator/phonesrv/contacts.php/'.$sManufacturer.'/'.$sAuthToken);
$vendor->handle("exten$exten", $pathList);
}
Expand Down

0 comments on commit 1c5427e

Please sign in to comment.