⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 appcallimpl.java

📁 中兴公司在parlayx开发方面的培训文档
💻 JAVA
字号:
package samples.gccs.createcall;

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 + -