appmpcallimpl.java

来自「中兴公司在parlayx开发方面的培训文档」· Java 代码 · 共 33 行

JAVA
33
字号
package samples.mpccs.simpleprepaid;

public class AppMPCallImpl extends org.csapi.cc.mpccs.IpAppMultiPartyCallPOA

{
	public AppMPCallImpl(){}

	public void getInfoRes(int callSessionID, org.csapi.cc.TpCallInfoReport callInfoReport)
	{
	}
    public void getInfoErr (int callSessionID, org.csapi.cc.TpCallError errorIndication)
    {
    }

	public void superviseRes (int callSessionID, int report, int usedTime)
	{
	}

	public void superviseErr (int callSessionID, org.csapi.cc.TpCallError errorIndication)
	{
	}

	public void callEnded (int callSessionID, org.csapi.cc.TpCallEndedReport report)
	{
    	TheApplication.callEnded(callSessionID,report);
	}

  	public void createAndRouteCallLegErr (int callSessionID, org.csapi.cc.mpccs.TpCallLegIdentifier callLegReference, org.csapi.cc.TpCallError errorIndication)
  	{
	}

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?