I try to use it with my providers search site which uses this string:
http://212.31.123.206/iyp/iyp?iyp_aot=&iyp_ao=iyp.ax_searchwp_search1&iyp.f= wp_normal_search&iyp.d=WP&iyp.l=el_CY&iyp.v=1.1&te lfaxno=</query>
but I get a parsing error ";" expected.
I am uploading the txt files for landline numbers in India. I'll add mobile numbers and some landline online lookups later on. Mobile is a problem, especially with the current number portability system implemented all over India.
BTW we have some lookup servers but it works only for particular regions. So how do I make xml file for that? in_4.xml?
EDIT: uploaded complete in.txt fies including mobile numbers. I still need an answer about the lookup
how to work it in India...where to place those files...
how to work it in India...where to place those files...
Buddy, this app is currently on in development, so you can only test it out.
Unzip that file and place the contents of it in /opt/callerid/.
To run it, in xterm type
Code:
callerid --deamon
. The app will then wait for a call and when call comes, it will show a banner with details.
or you could test it out with
Code:
callerid <telephon number>
in xterm.
eg: callerid +914742400000 will give the result India, Kerala, Kollam
Anyway, I hope ovekaaven will push to extras-devel a new version which starts on boot.
The area codes are matched same way as in the .txt files. (The area codes are only used to find the directory to use, it is not removed from the number, unless the directory entry itself removes it with a <prefix> tag.)