]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8059 [verto.js] Fix typo when transferring party from conference.
authorJoão Mesquita <jmesquita@indicium.com.ar>
Thu, 27 Aug 2015 01:10:36 +0000 (22:10 -0300)
committerJoão Mesquita <jmesquita@indicium.com.ar>
Thu, 27 Aug 2015 01:10:36 +0000 (22:10 -0300)
html5/verto/js/src/jquery.verto.js

index f9790d611fdfebe354ac9af75871800d901e22da..f9e318145110a850acca6cebcce46ff8d4f1ff95 100644 (file)
             if (!this.params.hasVid) {
                 throw 'Conference has no video';
             }
-            this.modCommand("transfer", parseInt(memberID), "exten");
+            this.modCommand("transfer", parseInt(memberID), exten);
         };
 
         $.verto.conf.prototype.sendChat = function(message, type) {