From: Italo Rossi Date: Tue, 11 Aug 2015 19:36:38 +0000 (-0500) Subject: FS-7953 #resolve Verto Communicator - Fixed dialing when typing extension using the... X-Git-Tag: v1.6.2~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=facf08516c690f8640fd50b639bb37714ea43838;p=thirdparty%2Ffreeswitch.git FS-7953 #resolve Verto Communicator - Fixed dialing when typing extension using the keyboard. --- 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 @@
-