mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-8221 [verto_communicator] Fix number in call history
This commit is contained in:
@@ -349,11 +349,11 @@
|
||||
|
||||
$scope.answerCall();
|
||||
storage.data.called_number = data;
|
||||
CallHistory.add(number, 'inbound', true);
|
||||
CallHistory.add(data, 'inbound', true);
|
||||
$location.path('/incall');
|
||||
}, function() {
|
||||
$scope.declineCall();
|
||||
CallHistory.add(number, 'inbound', false);
|
||||
CallHistory.add(data, 'inbound', false);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user