写过 中兴CRBT (版本:1.5.3)协议客户端程序的高手们帮帮忙呀
大家好,我在写中兴CRBT(版本:1.5.3)协议客户端程序时在用到 CRBT_RINGSET_req 即设置默认彩铃命令时遇到出错,出错提示为不合法的消息结构 错误代码是 "1003" ,反复的调试就是不知是哪个参数设置有误,有写过此协议的朋友帮个忙呀,谢谢!
备注:此协议的其它指令都实现了,如果以后的朋友遇到其它的指令so到这儿来找问题的可以加我QQ773764352	
先谢过大家了  
以下是参数代码
RinSet rs=new RinSet(this.getNextSequence(),0,"000000 ","000000",1,1);
				rs.craccount=UserCount;
				rs.crid=ringid;
				rs.calling=" ";				  
				rs.starttime= "00:00:00";
				rs.endtime="23:59:59";
				rs.description="这是XS的个人设置";
				rs.startdate="2001.01.01";
				rs.enddate="2999.12.31";
				rs.startweek=1;
				rs.endtweek=7;
				rs.startday=1;
				rs.endday=31;
				rs.callingtype="0000";
				rs.settype=0;
				rs.opertype=1;
				rs.ringidtype=1;  //铃音类型01铃音02铃音组03系统铃音组
				rs.setno=1;
				rs.setpri=0;
				/* rs.startmonday ="####";
				rs.endmonday ="####";
				rs.playstarttime=0;
				rs.playendtime=0;
				rs.srcFlag=3;
				rs.srcIpaddr="211.139.2.70";  */  
				byte[]	Senddate=rs.getBytes() ;
------解决方案--------------------
呵呵,我来也。。
------解决方案--------------------天气不错哈