Earlier quoted context omitted.
My thoughts exactly! I easily get less than 60 calls per hour so this would be perfect. Interestingly, the caller ID for my number is tied to the first owner of my account before it was transferred to me (which happened many years ago).
An Android app is currently in development, and will be released free of charge. We are having an issue, however, because non-GSM carriers rarely allow data transmissions during a voice call, including the ringing state of incoming calls.
Caller ID Made Simple
21–30 of 66 posts
Re: Caller ID Made Simple
#22Earlier quoted context omitted.
An Android app is currently in development, and will be released free of charge. We are having an issue, however, because non-GSM carriers rarely allow data transmissions during a voice call, including the ringing state of incoming calls.
It should still work while on Wi-Fi, correct? That would still be an improvement over the status quo (no caller ID).
Re: Caller ID Made Simple
#23Please make it more obvious that this only works for US phone numbers
Re: Caller ID Made Simple
#24Earlier quoted context omitted.
An Android app is currently in development, and will be released free of charge. We are having an issue, however, because non-GSM carriers rarely allow data transmissions during a voice call, including the ringing state of incoming calls.
Even a lookup app would be handy for seeing missed calls, etc.
Re: Caller ID Made Simple
#25Randall, This looks remarkably easy to use. Just a small tip: On opencname's home page, you suggest users try the following API call: $ curl https://api.opencnam.com/v1/phone/2024561111 US GOVERNMENT I tried it and received a different result: $ curl https://api.opencnam.com/v1/phone/2024561111 DIST OF COLUMBI Perhaps you should update your home page to reflect this?
Re: Caller ID Made Simple
#26Earlier quoted context omitted.
Hi there. So, I'm the author of this article. Anyhow, for our free-tier users we don't provide realtime lookups. Basically, we'll only return a result if we have a caller ID in our cache. So, if you get a 404 (no output), then try again a few seconds later after we've had time to do the lookup via our backend. Sorry about that! Realtime lookups are currently restricted to API key users only.
> you can't get something working within 5 minutes of vising our website, we've failed our mission. It took me five minutes on the website ... and I had to come back to HN and read the comments to get this working. Don't want to be discouraging, but maybe you should provide this information in the blog/website otherwise you have failed (for me atleast).
Appreciate the feedback.
Re: Caller ID Made Simple
#27Earlier quoted context omitted.
Hi there. So, I'm the author of this article. Anyhow, for our free-tier users we don't provide realtime lookups. Basically, we'll only return a result if we have a caller ID in our cache. So, if you get a 404 (no output), then try again a few seconds later after we've had time to do the lookup via our backend. Sorry about that! Realtime lookups are currently restricted to API key users only.
Is there any way to tell the difference between "try again" and "no data available"? And you should have made this MUCH more visible on your website. I initially tried your service, got zero results and dismissed it as a failure. Only after reading here did I realize your service actually does work, I just have to try each query twice.
Sorry for the confusion, but thanks again for the feedback. I greatly appreciate it.
Re: Caller ID Made Simple
#28As somehow it pulls up my (not) apparently unlisted home phone; also, it pulls up family members names for cellphones which are under my name on the contract.
So I am definitely interested in finding out where this data is being taken from?
Re: Caller ID Made Simple
#29I definitely find it interesting. As somehow it pulls up my (not) apparently unlisted home phone; also, it pulls up family members names for cellphones which are under my name on the contract. So I am definitely interested in finding out where this data is being taken from?
Re: Caller ID Made Simple
#30Earlier quoted context omitted.
Hi there. So, I'm the author of this article. Anyhow, for our free-tier users we don't provide realtime lookups. Basically, we'll only return a result if we have a caller ID in our cache. So, if you get a 404 (no output), then try again a few seconds later after we've had time to do the lookup via our backend. Sorry about that! Realtime lookups are currently restricted to API key users only.
You might make this more obvious. Also, you might state how to distinguish between "sorry we need more time to look this up" and an actual 404 or error. HTTP code 202 Accepted seems appropriate for this ( http://en.wikipedia.org/wiki/List_of_HTTP_status_codes )
After all the feedback here, I realize how crazy it is to be returning a 404.
Thanks for checking us out, and thanks for the feedback!