Subversion Repositories vnag

Rev

Rev 72 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
44 daniel-mar 1
<?php
2
 
3
/*
4
 * VNag - Nagios Framework for PHP
5
 * Developed by Daniel Marschall, ViaThinkSoft <www.viathinksoft.com>
6
 * Licensed under the terms of the Apache 2.0 license
7
 *
45 daniel-mar 8
 * Revision 2022-01-12
44 daniel-mar 9
 */
10
 
11
declare(ticks=1);
12
 
13
require_once __DIR__ . '/../../framework/vnag_framework.inc.php';
45 daniel-mar 14
require_once __DIR__.'/VNagAastra430VoiceMail.class.php';
44 daniel-mar 15
 
45 daniel-mar 16
$job = new VNagAastra430VoiceMail();
44 daniel-mar 17
$job->run();
18
unset($job);