[SHR] Phonelog and hidden caller ids

Xavier Cremaschi omega.xavier at gmail.com
Mon Mar 2 10:28:05 CET 2009


Hi folks,
phonelog crashes as soon as someone calls me from a phone with hidden 
caller id.

There is a simple problem in /usr/bin/phonelog : the output of the error 
message fails because of a problem of python string and int concatenation.
It seems easy to fix, by replacing :
     print "foo" + call + "bar"
by
     print "foo %d bar" % call
(never done anything in python, so not sure)

But, by reading the code, it seems that phonelog will just output a 
message saying "hey dude, delete call from database and relaunch", so 
does anybody has or is able to modify phonelog to handle this kind of 
caller-without-id ?

Btw db still grows, so even if the app cannot be launched the FR still 
logs calls.

Xavier Cremaschi.





More information about the community mailing list