99e600e3 by Nitesh

dual load calling with pstnweb an webrtc

1 parent 700b4f92
......@@ -1143,13 +1143,13 @@ function updateDialerState(objstr,key,val,key2,val2)
if(key=="dialnext" && val== "redial")
{
alert(val+"1");
outgoingCall(val);
}
if(key=="dialnext" && val== ""){
alert(val+"2");
outgoingCall();
}
......
......@@ -353,7 +353,7 @@ function doAjax(varUrl,dataStr,targetDiv,handleStr,ajaxType,ajaxtype,kcallback)
}
else
{
if(kstychAppObject['config']['appdebug'])eval(response);
if(kstychAppObject['config']['appdebug']) response;
else
{
try{eval(response)}catch(e)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!