« Back to IP Phone Services Questions

How to tap the dialed phone number?

Combination View Flat View Tree View
Threads [ Previous | Next ]
How do I tap the dialed phone number as it is dialed? Basically, I would like my application to know if certain numbers are dialed and trigger some notifications.
 
Thanks,
Max

The CTI interfaces - TAPI and JTAPI - will provide events to an application when an outbound call is made.  The call IDs - calling/called/etc. - are available from these events.

Thanks again David. I got bogged down with some other work. I will come back to this whenever I get a chance.

I am resurrecting this thread after a while.
 
Is there a step by step setup guide which I can use to setup the whole environment for this kind of application. I have gone thru a very nicely done article "Campus Emergency Alert System" by Rajesh and it is exactly what I am looking for.
 
I would prefer not to use CUAE though.
 
This is what I have as of now:
 
1. A webserver where I host other phone apps.
2. Call Manager
 
Thanks,
Max