提交 12fefdf7 authored 作者: Anthony Minessale II's avatar Anthony Minessale II

Merge pull request #1386 in FS/freeswitch from…

Merge pull request #1386 in FS/freeswitch from ~VICTORTORRES/freeswitch-fs-7445:bugfix/FS-10654 to master

* commit '67dad063':
  FS-10654: [verto] implementing replace prototype in verto dialog
...@@ -2441,6 +2441,17 @@ ...@@ -2441,6 +2441,17 @@
} }
}; };
$.verto.dialog.prototype.replace = function(replaceCallID, params) {
var dialog = this;
if (replaceCallID) {
dialog.sendMethod("verto.modify", {
action: "replace",
replaceCallID: replaceCallID,
params: params
});
}
};
$.verto.dialog.prototype.hold = function(params) { $.verto.dialog.prototype.hold = function(params) {
var dialog = this; var dialog = this;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论