?? appcallimpl.java
字號:
package samples.gccs.routecall;
public class AppCallImpl extends org.csapi.cc.gccs.IpAppCallPOA
{
public AppCallImpl(){}
public void routeRes (int callSessionID, org.csapi.cc.gccs.TpCallReport eventReport, int callLegSessionID)
{
TheApplication.routeRes(
callSessionID, eventReport, callLegSessionID);
}
public void callEnded (int callSessionID,
org.csapi.cc.gccs.TpCallEndedReport report)
{
TheApplication.callEnded(callSessionID,report);
}
public void routeErr (int callSessionID,
org.csapi.cc.TpCallError errorIndication, int callLegSessionID){}
public void getCallInfoRes (int callSessionID,
org.csapi.cc.gccs.TpCallInfoReport callInfoReport){}
public void getCallInfoErr (int callSessionID,
org.csapi.cc.TpCallError errorIndication){}
public void superviseCallRes (int callSessionID, int report, int usedTime){}
public void superviseCallErr (int callSessionID,
org.csapi.cc.TpCallError errorIndication){}
public void callFaultDetected (int callSessionID,
org.csapi.cc.gccs.TpCallFault fault){}
public void getMoreDialledDigitsRes (int callSessionID, String digits){}
public void getMoreDialledDigitsErr (int callSessionID,
org.csapi.cc.TpCallError errorIndication){}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -