提交 288779cd authored 作者: Christopher Rienzo's avatar Christopher Rienzo

Merge pull request #1545 in FS/freeswitch from…

Merge pull request #1545 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11281-verto.newcall-dialog-callback-overrides to master

* commit '5f96f669':
  FS-11281: Verto.newCall dialog callback overrides should be set before invite
......@@ -465,12 +465,12 @@
var dialog = new $.verto.dialog($.verto.enum.direction.outbound, this, args);
dialog.invite();
if (callbacks) {
dialog.callbacks = callbacks;
}
dialog.invite();
return dialog;
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论