dual load calling with pstnweb an webrtc
Showing
3 changed files
with
3 additions
and
3 deletions
This diff is collapsed.
Click to expand it.
| ... | @@ -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) | ... | ... |
-
Please register or sign in to post a comment