提交 3a10e5df authored 作者: Anthony Minessale's avatar Anthony Minessale

don't overwrite autodial ext from cookie when supplied on the input hash

上级 24115507
......@@ -349,7 +349,10 @@ function pop(id, cname, dft) {
function init() {
cur_call = null;
pop("#ext", "verto_demo_ext", "3500");
if (!autocall) {
pop("#ext", "verto_demo_ext", "3500");
}
pop("#name", "verto_demo_name", "FreeSWITCH User");
pop("#cid", "verto_demo_cid", "1008");
pop("#textto", "verto_demo_textto", "1000");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论