cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
682
Views
0
Helpful
0
Replies

risport SelectCmDevice to get phone status

khoabui76
Level 1
Level 1

anyone know what this error means?

  1. RisPort.CmSelectionCriteria rpinfo = new RisPort.CmSelectionCriteria();  

        rpinfo.MaxReturnedDevices = 20;

rpinfo.SelectBy = "9086478757";

        RisPort.SelectCmDeviceResult result =   new RisPort.SelectCmDeviceResult();

RisPort.RisPortTypeClient trythis = new RisPort.RisPortTypeClient();

        RisPort.AstHeader ast = new RisPort.AstHeader();

       ast.SessionId ="SessionId";

        string test = "";

  result= trythis.SelectCmDevice(

ref ast ,

ref test,rpinfo);  

sxml.png

0 Replies 0