From: Chris P. <dev...@te...> - 2004-02-20 19:22:29
|
After more digging around in the code, I figure the best way to use the speeddial key to store the entry number (and as part of discovery, I have all fields identified for a phonebook entry). I totally forgot that in the TM520 you have to choose a default phone number for each entry, which is how the speed dial is assigned - and thus, the phonebook has a field saying which is the default phone number. All I need to do is assign the speed dial field with entrynumber for that particular number during getphonebook, and reset the entrynumber to be the speed dial as well as the default phone number field. Now I just need to understand fully what the savephonebook function does (I partially understood it and made it modular to support phone differences) before I go test it out |