Nice :)

About the file format, why don't you use a standard format to store the data ?
DTD files are maybe more suitable :
<!ENTITY mywengo.ringing.file "/home/user/boom.wav">

Is there a data type specification, or all the settings are strings ?
Because you could have to store some booleans or integers.

I suggest these kind of methods :
getKeyStringValue("ringing.file");
getKeyBoolValue("ringing.isReady");
getKeyIntValue("ringing.volume");

--
Maxime Alexandre
OpenWengo Developper
_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to