/[drupal]/contributions/modules/asterisk/drupal_integration/asterisk_config.inc
ViewVC logotype

Diff of /contributions/modules/asterisk/drupal_integration/asterisk_config.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Fri Feb 16 05:18:04 2007 UTC revision 1.4, Fri May 9 17:18:13 2008 UTC
# Line 1  Line 1 
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  /**  /**
# Line 38  define('ASTERISK', '/usr/sbin/asterisk') Line 34  define('ASTERISK', '/usr/sbin/asterisk')
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');

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2