Is it just me, or is the AGI interface at cnam.got-name.com failing for others? Anyone know how to contact them without sending postal mail or telegram? -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3221 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070622/76a3a4e9/attachment.bin
Bill Michaelson wrote:> Is it just me, or is the AGI interface at cnam.got-name.com failing > for others? Anyone know how to contact them without sending postal > mail or telegram?I don't know how to contact them, but I am having the same problem.
I started doing HTTP queries with curl from my own AGI script and that
still works.
Their example doesn't work.
You can add this to the callerid_shell.agi script floating around.
lookup_gotname() {
out=""
out=`/usr/bin/curl -s -m 2 -A Mozilla/4.0
http://cnam.got-name.com/?auth=<USERNAME>:<PASSWORD>\&type=http\&number=${1}`
echo $out;
}
-Jonathan
Bill Michaelson wrote:> Is it just me, or is the AGI interface at cnam.got-name.com failing
> for others? Anyone know how to contact them without sending postal
> mail or telegram?
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users