Jay Milk
2005-Feb-01 00:19 UTC
[Asterisk-Users] AGI Script for CID Rewrite and CID Name lookup
I recently changed to all IAX providers for my DIDs, and none of them offer incoming caller-names. Back in the days when I did have incoming caller names, I found the names provided by the various phone-companies fairly useless -- "WIRELESS CALLER", "YOURCITYHERE" etc. Last Friday I finally set off to roll my own, in order to meet the following requirements: - uniformely format caller-id numbers in order to allow painless call-return (that is, insert "1" to 10-digit numbers if they're not provided, insert international dialing codes for overseas DIDs, etc) - look up caller-name in a database - if not found, look up caller-name online The result can be found here: http://www.muware.com/asterisk/ The current version is working, and it's even pretty tranparent. There isn't much in the way of error trapping or such, and there will likely be some changes/additions before publishing a stable release. Test the heck out of this little guy -- Comments are welcome.
Frank Sautter
2005-Feb-01 04:41 UTC
[Asterisk-Users] AGI Script for CID Rewrite and CID Name lookup
hi jay, Jay Milk wrote:> The result can be found here: > http://www.muware.com/asterisk/it seems as if your webserver tries to execute the .php file instead of making them available for download... regards frank
Jay Milk
2005-Feb-01 08:03 UTC
[Asterisk-Users] AGI Script for CID Rewrite and CID Name lookup
... As well it should -- LOL, it was late. I renamed them to .txt files for the time being and will tar them later.> -----Original Message----- > From: Frank Sautter [mailto:asterisk@sautter.com] > Sent: Tuesday, February 01, 2005 5:41 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] AGI Script for CID Rewrite and > CID Name lookup > > > hi jay, > > Jay Milk wrote: > > The result can be found here: > > http://www.muware.com/asterisk/ > > it seems as if your webserver tries to execute the .php file > instead of > making them available for download... > > regards > frank