Board index » cppbuilder » Caller ID
Pedram
![]() CBuilder Developer |
Pedram
![]() CBuilder Developer |
Caller ID2006-01-26 04:49:27 PM cppbuilder61 Is there any idea to make the most easiest CallerID Software? any good ref.? |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2006-01-27 05:29:54 AM
Re:Caller ID
"Pedram" < XXXX@XXXXX.COM >wrote in message
QuoteIs there any idea to make the most easiest CallerID Software? notification, the presence of the LINECALLINFOSTATE_CALLERID flag will indicate that Caller ID data is available. Gambit |
بابك
![]() CBuilder Developer |
2007-03-28 04:37:17 PM
Re:Caller ID
Hi
Always I make a software and there is atleast a problem that my software is not working. I searched the web, there is not enough good for myself. In "Code Project" I found a very interesting article but it was hard for me, although very useful. And I also tried an ActiveX but it was not what I want, I want to write myself to understand how can I recieve and catch the Caller ID, its interesting to know, and also useful. Now, I need the Most Easiest BCB5 Code to do these things below : (CALLER ID) _______________ Init: - lineInitializeEx - lineNegotiateAPIVersion - lineGetDevCaps ------------ Open: - lineOpen - lineSetNumRings - lineSetStatusMessages ------------ Creating an event thread does not need any more calls to TAPI functions ------------ ShutDown & Cleanup - lineDrop - lineClose - lineDeallocateCall - lineShutdown ============ I want an BCB full, easy project file, then I'll try to understand it myself I wish for a help Thanks all. {smallsort} |
بابك
![]() CBuilder Developer |
2007-03-30 04:09:40 AM
Re:Caller ID
am I alone?
"بابك" < XXXX@XXXXX.COM >wrote in message QuoteHi |
بابك
![]() CBuilder Developer |
2007-03-30 05:36:56 AM
Re:Caller ID
You are right , thanks.
Maybe I must tru to ask part by part , Am I right? "Ed Mulroy" < XXXX@XXXXX.COM >wrote in message Quote>am I alone? |
Ed Mulroy
![]() CBuilder Developer |
2007-03-30 06:00:56 AM
Re:Caller IDQuoteam I alone? most likely reason nobody replied is because nobody was interested in doing all of that. Go to the TAPI page msdn2.microsoft.com/en-us/library/ms835305.aspx Look at the Telephone Service Enumerations and decide how to code it. . Ed Quoteبابك wrote in message |
Ed Mulroy
![]() CBuilder Developer |
2007-03-30 09:54:52 PM
Re:Caller ID
I think that the best way for you to do it is to create a project and debug
it. When you encounter something that is a problem, investigate it and try to fix it. When you have done that without success then create a small program which also has that problem and post a question, showing the lines of code. . Ed Quoteبابك wrote in message |