diff --git a/html5/verto/verto_communicator/js/controllers.js b/html5/verto/verto_communicator/js/controllers.js index 27485979fb..7ba9a3fc20 100644 --- a/html5/verto/verto_communicator/js/controllers.js +++ b/html5/verto/verto_communicator/js/controllers.js @@ -710,10 +710,10 @@ vertoControllers.controller('DialPadController', ['$rootScope', '$scope', '$http /** * Call to the number in the $rootScope.dialpadNumber. */ - $rootScope.call = function() { + $rootScope.call = function(extension) { storage.data.onHold = false; storage.data.cur_call = 0; - + $rootScope.dialpadNumber = extension; if(!$rootScope.dialpadNumber && storage.data.called_number) { $rootScope.dialpadNumber = storage.data.called_number; return false; diff --git a/html5/verto/verto_communicator/partials/dialpad.html b/html5/verto/verto_communicator/partials/dialpad.html index 0f21203976..3addb72c23 100644 --- a/html5/verto/verto_communicator/partials/dialpad.html +++ b/html5/verto/verto_communicator/partials/dialpad.html @@ -132,7 +132,7 @@
-