diff --git a/lib/NGCP/Panel/Utils/Sems.pm b/lib/NGCP/Panel/Utils/Sems.pm index 122fc70046..0e988443a6 100644 --- a/lib/NGCP/Panel/Utils/Sems.pm +++ b/lib/NGCP/Panel/Utils/Sems.pm @@ -310,7 +310,7 @@ sub party_call_control { die "missing '$param' parameter'" unless $data->{$param}; } - my ($caller, $callee, $callid, $status $token) = + my ($caller, $callee, $callid, $status, $token) = @{$data}{qw(caller callee callid status token)}; my $service = 'appserver';