- Code: Select all
$billsec = $agi->get_variable('CDR(duration)',true);
$total_min = $agi->get_variable('total_min',true); // $total_min is a local variable
$time_to_play = $total_min - $billsec;
$agi->exec('Playback','/var/lib/asterisk/sounds/my_file'); //Here I want to set the playback time to $time_to_play