[Freeswitch-dev] mod_verto - client side
Tihomir Culjaga
tculjaga at gmail.com
Wed Dec 28 20:15:46 MSK 2016
hello,
im trying to implement a minimalistic client side for verto... to include
in my callcenter.
i got it working but in the same itme i get a strange issue :)
on incoming calls, my browser plays ringFile as defined in init function...
and this is fine until i answer a call. After i answer, than terminate, the
call.. for all other incoming calls the browser is not playing ringFile. If
i don't answer the call, the browser plays ringFile on every incoming call
until the answer.
i need to refreash ( f5 ) or close and reopen the browser to make it ring
again :(
please can anyone give me a hint ?
function init(username, password) {
cur_call = null;
verto = new $.verto({
login: username,
passwd: password,
socketUrl: $("#wsURL").val(),
tag: "webcam",
ringFile: "bell_ring2.wav",
},callbacks);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20161228/425c2215/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-dev
mailing list