99e600e3 by Nitesh

dual load calling with pstnweb an webrtc

1 parent 700b4f92
...@@ -1143,13 +1143,13 @@ function updateDialerState(objstr,key,val,key2,val2) ...@@ -1143,13 +1143,13 @@ function updateDialerState(objstr,key,val,key2,val2)
1143 1143
1144 if(key=="dialnext" && val== "redial") 1144 if(key=="dialnext" && val== "redial")
1145 { 1145 {
1146 alert(val+"1"); 1146
1147 outgoingCall(val); 1147 outgoingCall(val);
1148 1148
1149 } 1149 }
1150 if(key=="dialnext" && val== ""){ 1150 if(key=="dialnext" && val== ""){
1151 1151
1152 alert(val+"2"); 1152
1153 outgoingCall(); 1153 outgoingCall();
1154 1154
1155 } 1155 }
......
...@@ -353,7 +353,7 @@ function doAjax(varUrl,dataStr,targetDiv,handleStr,ajaxType,ajaxtype,kcallback) ...@@ -353,7 +353,7 @@ function doAjax(varUrl,dataStr,targetDiv,handleStr,ajaxType,ajaxtype,kcallback)
353 } 353 }
354 else 354 else
355 { 355 {
356 if(kstychAppObject['config']['appdebug'])eval(response); 356 if(kstychAppObject['config']['appdebug']) response;
357 else 357 else
358 { 358 {
359 try{eval(response)}catch(e) 359 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!