Ticket #5546: patch.diff
| File patch.diff, 0.7 kB (added by sr377, 1 year ago) |
|---|
-
functions.inc.php
old new 1079 1079 if (function_exists('ivr_get_details')) { 1080 1080 $results['context'] = "ivr-".$config['ivr_id']; 1081 1081 $arr = ivr_get_details($config['ivr_id']); 1082 if( isset($arr['announcement _id']) && $arr['announcement_id'] != '') {1083 $periodic = recordings_get_file($arr['announcement _id']);1082 if( isset($arr['announcement']) && $arr['announcement'] != '') { 1083 $periodic = recordings_get_file($arr['announcement']); 1084 1084 // We need to strip off all but the first sound file of any compound sound files 1085 1085 // 1086 1086 $periodic_arr = explode("&", $periodic);
