Skip to content

Commit

Permalink
Use System recording as FROM in originate
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Nov 25, 2022
1 parent 30e206a commit 61988d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Recordings.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public function ajaxHandler() {
"Context" => "systemrecording-gui",
"Priority" => 1,
"Async" => "no",
"CallerID" => _("System Recordings"),
"CallerID" => _("System Recordings").'<'._("System Recordings").'>',
"Variable" => "RECFILE=".$this->temp."/".basename($_POST['filename'])
));
if($status['Response'] == "Success") {
Expand Down

0 comments on commit 61988d1

Please sign in to comment.