Merge pull request #441 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8059-typo-in-verto.js-conf.transfer-method to master

* commit 'ef679db337f3edb2fbbc2f783af47a2077ddb2b7':
  FS-8059 [verto.js] Fix typo when transferring party from conference.
This commit is contained in:
Brian West 2015-08-27 14:17:22 -05:00
commit cc6c0be093
1 changed files with 1 additions and 1 deletions

View File

@ -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) {