提交 cc6c0be0 authored 作者: Brian West's avatar Brian West

Merge pull request #441 in FS/freeswitch from…

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

* commit 'ef679db3':
  FS-8059 [verto.js] Fix typo when transferring party from conference.
......@@ -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) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论