From e1efd6cc484f3185803524ea2885b42625306bc3 Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Fri, 15 Oct 2021 15:13:19 +0200 Subject: [PATCH] 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 67bc755276dba5b76ab27dc77888e7cc8d8833a3) --- lib/NGCP/Panel/Utils/Subscriber.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Utils/Subscriber.pm b/lib/NGCP/Panel/Utils/Subscriber.pm index 8fce4724d4..374b1bf1f6 100644 --- a/lib/NGCP/Panel/Utils/Subscriber.pm +++ b/lib/NGCP/Panel/Utils/Subscriber.pm @@ -2285,7 +2285,7 @@ sub vmnotify{ $data->{new_messages} = 0; my $msg_rs = $c->model('DB')->resultset('voicemail_spool')->search({ - 'mailboxuser' => $data->{mailboxuser}, + 'mailboxuser' => $data->{uuid}, },{ 'select' => [ 'dir',