Discussion:
CVS Update 04-23-2008
iWar (wardialer for Unix) mailing list.
2008-04-23 23:18:08 UTC
Permalink
- More minor fixes. (HTTP logging bug, etc).

- Switched most all strncpy/strncat to strlcat/strlcpy. I need
to test this on other OS's (OpenBSD, FreeBSD).

- The nifty thing added. CNAM lookup over the Internet. This
allows iWar to lookup phone numbers CNAM information. Right
now, it uses http://presnap.com site for the lookup but should
work with commercial DB's as well. I'll probably spend a
little cash and test it against commercial DB''s.


For those still confused - It lookups the Caller ID Name of the
number you're dialing.

This meant changing some display options (added a CNAM felid)
and updating the MySQL/Postgresql/etc logging facilities to
store the CNAM (if used). the new flags are:

--cnamdebug {filename} # Enable CNAM with debug file output
--cnam # Enable CNAM lookup.

Seems to work quite well :)

- Beave

Loading...