Code Search for Developers
 
 
  

callback.php from freePBX at Krugle


Show callback.php syntax highlighted

<?php

global $asterisk_conf;
out("Cleaning up leftover callback script that was distributed in core...");
outn("callback...");
if (file_exists($asterisk_conf['astvarlibdir']."/bin/callback") && !is_link($asterisk_conf['astvarlibdir']."/bin/callback")) {
	unlink($asterisk_conf['astvarlibdir']."/bin/callback");
	out("Done");
} else {
	out("Not Required");
}

?>




See more files for this project here

freePBX

FreePBX is the most powerful GUI (Web Based) configuration tool for Asterisk. It provides everything that a standard legacy phone system can, plus a huge amount of new features. All documentation and information is avalable from http://www.freepbx.org

Project homepage: http://sourceforge.net/projects/amportal
Programming language(s): PHP,Shell Script,SQL
License: other

  callback.php
  core_migrate.php
  tables.php