<div dir="ltr">hello,<div><br></div><div>im trying to implement a minimalistic client side for verto... to include in my callcenter.</div><div><br></div><div>i got it working but in the same itme i get a strange issue :)</div><div><br></div><div>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&#39;t answer the call, the browser plays ringFile on every incoming call until the answer.</div><div><br></div><div>i need to refreash ( f5 ) or close and reopen the browser to make it ring again :(</div><div><br></div><div>please can anyone give me a hint ?</div><div><br></div><div><div><br></div><div><br></div><div>function init(username, password) {</div><div>  cur_call = null;</div><div>  verto = new $.verto({</div><div>   login: username,</div><div>   passwd: password,</div><div>   socketUrl: $(&quot;#wsURL&quot;).val(),</div><div>   tag: &quot;webcam&quot;,</div><div>   ringFile: &quot;bell_ring2.wav&quot;,</div><div><br></div><div>  },callbacks);</div><div><br></div><div>}</div></div><div><br></div><div><br></div><div><br></div><div><br></div></div>