From: João Mesquita Date: Thu, 27 Aug 2015 01:10:36 +0000 (-0300) Subject: FS-8059 [verto.js] Fix typo when transferring party from conference. X-Git-Tag: v1.6.2~73^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef679db337f3edb2fbbc2f783af47a2077ddb2b7;p=thirdparty%2Ffreeswitch.git FS-8059 [verto.js] Fix typo when transferring party from conference. --- diff --git a/html5/verto/js/src/jquery.verto.js b/html5/verto/js/src/jquery.verto.js index f9790d611f..f9e3181451 100644 --- a/html5/verto/js/src/jquery.verto.js +++ b/html5/verto/js/src/jquery.verto.js @@ -1334,7 +1334,7 @@ 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) {