TT#139550 vmnotify use correct uuid

* wrong value was used in the vmnotify select query, now the
  correct uuid is used

Change-Id: I311cc7ea9cce01014dd40761d0bc7f594ecca7b2
(cherry picked from commit 67bc755276)
mr9.5.4
Kirill Solomko 4 years ago
parent ee1d59c68e
commit e1efd6cc48

@ -2285,7 +2285,7 @@ sub vmnotify{
$data->{new_messages} = 0; $data->{new_messages} = 0;
my $msg_rs = $c->model('DB')->resultset('voicemail_spool')->search({ my $msg_rs = $c->model('DB')->resultset('voicemail_spool')->search({
'mailboxuser' => $data->{mailboxuser}, 'mailboxuser' => $data->{uuid},
},{ },{
'select' => [ 'select' => [
'dir', 'dir',

Loading…
Cancel
Save