townsendrs
16-02-2006, 11:56 AM
Hi, Does anyone know the frame to make a voice call. I have searched and found several possibilities none of which work for me on a 3210 phone
The frame I'm using is :
1F 00 1D 01 00 xx {block} yy zz
where xx is no. of bytes up to sequence no.
yy is sequence no.
zz is XOR of all preceding bytes
{block}={00 01 00 01 (NumberLength) (Number) 05 01 01 05 81 01 00 00 01}
where (Number Length) is the number of digits in the (Number) in hex format
and Number is the destination phone number in unicode (ASCII) (ie 0 = 30, 1 =31 etc) I'm not sure if these need to be converted to hex or not but I tried both and no success.
I get acknowledge from phone and then some time later phone sends a network registration message (Code 0x0A)
I know the MBUS is good as I've been able to send SMS tho' it successfully.
Any help much appreciated.
The frame I'm using is :
1F 00 1D 01 00 xx {block} yy zz
where xx is no. of bytes up to sequence no.
yy is sequence no.
zz is XOR of all preceding bytes
{block}={00 01 00 01 (NumberLength) (Number) 05 01 01 05 81 01 00 00 01}
where (Number Length) is the number of digits in the (Number) in hex format
and Number is the destination phone number in unicode (ASCII) (ie 0 = 30, 1 =31 etc) I'm not sure if these need to be converted to hex or not but I tried both and no success.
I get acknowledge from phone and then some time later phone sends a network registration message (Code 0x0A)
I know the MBUS is good as I've been able to send SMS tho' it successfully.
Any help much appreciated.