]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8001: [verto_communicator] For this to work, passing in the parameter was missing.
authorJoão Mesquita <jmesquita@indicium.com.ar>
Thu, 27 Aug 2015 01:16:56 +0000 (22:16 -0300)
committerJoão Mesquita <jmesquita@indicium.com.ar>
Thu, 27 Aug 2015 01:16:56 +0000 (22:16 -0300)
html5/verto/verto_communicator/src/partials/dialpad.html

index a6348bf3bca78300134507c9bdcf15e4fcd7c724..1bc895b391b51574e13840554184ab678d27eaf7 100644 (file)
@@ -21,7 +21,7 @@
         </div>
 
         <li ng-repeat="call in storage.data.call_history">
-          <a ng-show="call.number" href="" ng-dblclick="$parent.call()" ng-click="$parent.fillDialpadNumber(call.number)">
+          <a ng-show="call.number" href="" ng-dblclick="$parent.call(call.number)" ng-click="$parent.fillDialpadNumber(call.number)">
             <i ng-show="call.direction == 'inbound'" ng-class="{'mdi-communication-call-missed': !call.status,'mdi-communication-call-received': call.status}"></i>
             <i ng-show="call.direction == 'outbound'" class="mdi-communication-call-made"></i>
             <h2 class="dialpad-number dialpad-number-limited">{{ call.number }}</h2>