Search found 5 matches

by jfolland
Sat Jul 05, 2008 4:02 pm
Forum: magicJack Tips and Tricks
Topic: Intercept caller id on incoming calls - programming question
Replies: 4
Views: 3808

Re: Intercept caller id on incoming calls - programming ques

hvlqodvhinIyc wrote:
jfolland wrote:I would like to know if there is a way programmatically to "listen" for incoming calls.
SJPhone XML API's?
I think this is exactly what I was looking for.

Thank you very much.

Jonathan
by jfolland
Sat Jul 05, 2008 11:17 am
Forum: magicJack Tips and Tricks
Topic: Intercept caller id on incoming calls - programming question
Replies: 4
Views: 3808

Re: Intercept caller id on incoming calls - programming ques

You could modify the Spoofer to do that. You could also incorporate caller ID Name lookups with the Whitepages API .

You could also just sniff the wire, looking for the SIP packets, and execute your code appropriately.

It should be easy enough to do, it just depends on what OS you want to use ...
by jfolland
Fri Jul 04, 2008 8:17 pm
Forum: magicJack Tips and Tricks
Topic: Click to call from my application
Replies: 7
Views: 5456

These may work

I am still looking for the exact solution, but if I am not able to find it; both the perl script to grand central and the jaduka dukaBar may indeed fill the need. SO thank you to laser and darkman.

Jonathan
by jfolland
Fri Jul 04, 2008 2:43 pm
Forum: magicJack Tips and Tricks
Topic: Intercept caller id on incoming calls - programming question
Replies: 4
Views: 3808

Intercept caller id on incoming calls - programming question

I would like to know if there is a way programmatically to "listen" for incoming calls. The idea is to check the caller ID number against a database of contacts. If the user picks up the phone and the callerID matches a caller ID in the database, it would launch an application that would show ...
by jfolland
Fri Jul 04, 2008 2:39 pm
Forum: magicJack Tips and Tricks
Topic: Click to call from my application
Replies: 7
Views: 5456

Click to call from my application

I am looking to see if there is a way that I can initiate a call from within a custom developed application. The idea is simple: if the user is looking at a contact, I would have a button that would dial the number on their behalf using the magic jack.

I believe this has to be doable. There is some ...