CVS messages for Asterisk integration
September 15, 2006
-
fid->drupal_fid, nid->drupal_nid. added list option functionality to recording code--enables user to have the recording listed automatically (or not) upon file upload.
-
Asterisk integration: /modules/asterisk/asterisk.module 1.76
Asterisk integration: /modules/asterisk/drupal_integration/conf/drupal-extensions.conf 1.2
Asterisk integration: /modules/asterisk/INSTALL.txt 1.13added doc for placement of DRUPAL_INTEGRATION and DRUPAL_ACCOUNTS global variables. removed error messages from asterisk_record_submit--redundant. filename->drupal_filename. updated asterisk_record_message to the new push model. replaced periods with underscores for the asterisk username--periods conflict w/ filenaming. user->drupal_user. changed filepath for recorded file to user's recordings directory.
September 14, 2006
-
Asterisk integration: /modules/asterisk/asterisk.module 1.75
Asterisk integration: /modules/asterisk/drupal_integration/conf/drupal-extensions.conf 1.1
Asterisk integration: /modules/asterisk/drupal_integration/scripts/drupal-extensions.conf NONE
Asterisk integration: /modules/asterisk/INSTALL.txt 1.12moved drupal-extensions.conf to a new conf directory, and updated doc accordingly.
-
Directory /cvs/drupal-contrib/contributions/modules/asterisk/drupal_integration/conf added to the repository
September 13, 2006
-
Asterisk integration: /modules/asterisk/asterisk.module 1.74
Asterisk integration: /modules/asterisk/drupal_integration/asterisk_common.inc 1.6
Asterisk integration: /modules/asterisk/drupal_integration/asterisk_xmlrpc.php 1.8added most of the code to support playback of files in the new push model--completely untested. changed xmlrpc name for passing calls to plural, since multiple calls can be passed now.
-
fixed broken messages in asterisk_send_calls.
-
Asterisk integration: /modules/asterisk/asterisk.module 1.72
Asterisk integration: /modules/asterisk/drupal_integration/asterisk_common.inc 1.5
Asterisk integration: /modules/asterisk/drupal_integration/asterisk_xmlrpc.php 1.7completely revamped asterisk_call and related xmlrpc functions. calls are now put into an associative array by type, and each type can have multiple calls. integrated filename parameter into call array. fixed dispatch_time bugs. added write_ini_file function. added some initial code for processing of playback messages.
September 12, 2006
-
whoops--can't use php line feed. rolling back to chr(10) in relevant places.
-
bad args in xml-rpc call in asterisk_call.
-
replaced all chr(10)'s w/ php newline.
