[SOLVED] Editing and deleting contacts in D40

Howdy,

I have added a name and number into the D40 and now cannot modify the number or change the name (or even delete it).

I tried resetting to factory defaults and it’s still associated to my extension.

is there a way to get at my extension and look at the list and selectively modify it or is the new contact I’ve created permanently associated into my D40 now?

Thanks!

If you factory defaulted it and it’s still there, it’s likely that you used the old add capability that existed whereby in certain situations it was possible to have the phone use an add method and DPMA would write an updated contacts XML file for the phone - provided that the file was sent to the phone using DPMA as a transport (not retrieved from HTTP) and that the file was in the file_directory and was writable by Asterisk and the edit flag was set for the contacts file and the phone had the use_local_storage option enabled.

Given the limitations of that capability its use was highly frowned upon and we’ve just removed support for it within the contacts app on the phone itself in the newest firmware. (I’d forgotten to remove mention of the use_local_storage option from the public wiki docs, which I’ll now do).

So…go check the contacts.xml file for the phone and see if it’s got the entry you’d like to remove. Otherwise, a factory default should wipe anything local to the phone itself.

I manually added it to the phone, so yes.

What’s the easiest way to find the contacts.xml file

It’ll be the named contacts file defined in your res_digium_phone.conf configuration for the phone in question, and it’ll be stored wherever the file_directory option points, on disk, for the system.

Delete and modification were never supported.

By the way this worked out for me so thank you Malcolm