
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Hi I have problems to specify the calledpartynumber. is that right? In this example the number is : 123456 and lenght of the nummber is 6. CAPIMsg.info.connect_req.structs[0] = 6+1+2+3+4+5+6; //Called party number, or better in hexadecimal CAPIMsg.info.connect_req.structs[0] = 0x06+0x01+0x02+0x03+0x04+0x05+0x06; //Called party number, When I sent connect_req and got back connect_conf the phone sould ring, isn't it? Thanx for help in advance,,, christoph
| <-- __Chronological__ --> | <-- __Thread__ --> |