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:
commit
cc6c0be093
|
@ -1334,7 +1334,7 @@
|
||||||
if (!this.params.hasVid) {
|
if (!this.params.hasVid) {
|
||||||
throw 'Conference has no video';
|
throw 'Conference has no video';
|
||||||
}
|
}
|
||||||
this.modCommand("transfer", parseInt(memberID), "exten");
|
this.modCommand("transfer", parseInt(memberID), exten);
|
||||||
};
|
};
|
||||||
|
|
||||||
$.verto.conf.prototype.sendChat = function(message, type) {
|
$.verto.conf.prototype.sendChat = function(message, type) {
|
||||||
|
|
Loading…
Reference in New Issue