| 1 |
<?php |
<?php |
| 2 |
// $Id: asterisk_config.inc,v 1.2 2006/09/12 04:19:53 thehunmonkgroup Exp $ |
// $Id: asterisk_config.inc,v 1.3 2007/02/16 05:18:04 thehunmonkgroup Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 6 |
* Polls a drupal server for queued calls and dispatches them to an asterisk server. |
* Provides configuration for paths needed by the Asterisk/Drupal scripts. |
|
* |
|
|
* If Asterisk and Drupal are on different servers, then you'll need to copy this file |
|
|
* to the Asterisk server. If you're using asterisk_cron.php to poll calls from your |
|
|
* Drupal site, then place this file in the same directory as asterisk_cron.php. |
|
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
/** |
/** |
| 34 |
define('SOX', '/usr/bin/sox'); |
define('SOX', '/usr/bin/sox'); |
| 35 |
|
|
| 36 |
// The mpg123 executable. |
// The mpg123 executable. |
| 37 |
define('MPG123', '/usr/local/bin/mpg123'); |
define('MPG123', '/usr/bin/mpg123'); |