PDA

View Full Version : How 2 detecht incoming calls over f/mbus?



reltic
17-01-2004, 12:15 AM
Hi.
For a few hours i try to detect incoming phone calls on my 3310 over f/mbus, but i'm unsuccessful. The phone doesnt send the frame like described in the msg-IDs, it only sends the network status after the caller had hung up. Could s.o. tell me why? I read anything about an authentication, but dont know more about that :(.

r incoming call alert { 0x0005, seqnr, numlen, "number", namelen, "name" }

greetz

reltic
18-01-2004, 05:43 PM
Hm, no ideas? :(

kennethkearney
22-01-2004, 01:37 PM
Hi.
For a few hours i try to detect incoming phone calls on my 3310 over f/mbus, but i'm unsuccessful. The phone doesnt send the frame like described in the msg-IDs, it only sends the network status after the caller had hung up. Could s.o. tell me why? I read anything about an authentication, but dont know more about that :(.

r incoming call alert { 0x0005, seqnr, numlen, "number", namelen, "name" }

greetz


I'm using a PIC to talk to a 6150 and a problem I had before was that my input buffer (array where the numbers coming in were stored) wasn't big enough to receive the full frame so the program just dumped the frame and it wasn't being displayed anywhere.

Maybe this will help