mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix a bug where transfer is part of recording name
This commit is contained in:
@@ -402,7 +402,7 @@ if (!class_exists('destinations')) {
|
||||
}
|
||||
}
|
||||
//application: hangup
|
||||
if (!empty($data['application'])) {
|
||||
if (!empty($data['application']) && $data['application'] === 'hangup') {
|
||||
$select_value = str_replace("transfer", $data['application'], $select_value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user