mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
don't overwrite autodial ext from cookie when supplied on the input hash
This commit is contained in:
parent
2411550727
commit
3a10e5dff7
@ -349,7 +349,10 @@ function pop(id, cname, dft) {
|
|||||||
function init() {
|
function init() {
|
||||||
cur_call = null;
|
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("#name", "verto_demo_name", "FreeSWITCH User");
|
||||||
pop("#cid", "verto_demo_cid", "1008");
|
pop("#cid", "verto_demo_cid", "1008");
|
||||||
pop("#textto", "verto_demo_textto", "1000");
|
pop("#textto", "verto_demo_textto", "1000");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user