Changeset 13386 for modules/branches
- Timestamp:
- 02/02/12 04:49:50 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/queues/functions.inc/geters_seters.php
r13261 r13386 346 346 $results['context'] = "ivr-".$config['ivr_id']; 347 347 $arr = ivr_get_details($config['ivr_id']); 348 if( isset($arr['announcement _id']) && $arr['announcement_id'] != '') {349 $periodic = recordings_get_file($arr['announcement _id']);348 if( isset($arr['announcement']) && $arr['announcement'] != '') { 349 $periodic = recordings_get_file($arr['announcement']); 350 350 // We need to strip off all but the first sound file of any compound sound files 351 351 $periodic_arr = explode("&", $periodic);
