[Vbox4php-develop] New functionality: Add callerid
Status: Pre-Alpha
Brought to you by:
philippmueller
|
From: Philipp <phi...@gm...> - 2001-10-29 19:45:20
|
I have added the direct link in the messagelist to add the displayed callerid the local configuration for caller ids. It checks if it is local (otherwise no local configuration is possible), if it is a real number (then it would be 0) and if it is not already stored (if the name contains "***"). Okay, the check for already stored is a bit hackish, as it only test for a string "***" in the displayed name. The displayed name is generated by vboxd (?) and therefore I cannot rely on it . A real check would enforce to everytime scan the local configuration, which I would like to avoid. Chris: Can you have a look on it, especially for the design. I added some code and you should look if it fits your eye candy in the "Blue" skin ;-) Greetings Philipp |