-> modem not return caller id info.
Regarding this I want to clear that my modem is TAPI and caller ID
compatible ,
the strings I use are "ATZ" and "AT+VCID=1" IN HYPER TERMINAL,both responces
are OK.when I making call than modem return only RING.plz help me , how
modem return caller ID info.
I am working on Visual Basic 6 and "Zoom Internal 56K LT Voice Faxmodem"
modem.
--
regards
Vikas Murarka
Vikas,
please stop repeatedly posting the same question.
This is a newsgroup, not a chatroom!
If you post the same message to several newsgoups don't multi-post (send it
several times) but cross-post (send it one time with all the newsgroups
separated by comma) it.
It is recommended to post TAPI questions only to the managed TAPI newsgroup:
microsoft.public.win32.programmer.tapi
See my TAPI and TSPI FAQ:
Q: What newsgroups are covering TAPI ?
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_What_newsgroups
See my reply to your other posting in
microsoft.public.win32.programmer.tapi
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
My Toto® Tools (a collection of free, mostly TAPI related tools):
http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm
TAPI development around the world (Frappr! map):
http://www.frappr.com/TAPIaroundTheWorld
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no rights.
and my modem is "Zoom Internal 56K LT Voice Faxmodem"
Is it support caller id?
I check modem log file there is no any information about caller id but
my HYPER TERMNAL test say OK ,so plz tell me where I m wrong and what to do
for it?
I start to create a TAPI application for this I installed core SDK .plz tell
me how I go ahead for TAPI application
While we are at it ...
Well, the syntax seems correct, I have just tried it, and I get what I
put hereafter (except I replaced my cell phone number by stars, excuse
me of being careful). I wonder what "OUT OF AREA" means on the second
"NMBR=" line. Perhaps the place for the caller's name ?
I made two calls, the "MESG" field keeps the same value.
A few practical questions : is there any convenient to let hyper
terminal connected a long time, while going out ? Am I sure nothing will
be charged for that ? (I mean ... except the computer consumes energy)
And possibly something I have to discover myself : whether the
application can get the laptop out of sleep (is it the correct word ?)
in a correct delay.
And I shall have to automatize it somewhat, with VB6 also. I should like
to keep trace of the calls.
Any documentation to advise me ?
Perhaps Vikas would be well advised to contact the support of the
modem's constructor, if any (they are often somewhat ... "cool"). Or to
study the documentation or web site concerning the modem, if any.
Of course, before typing the two commands, you used the drop-down menu
command "Call", "Wait for a call" (excuse me if my translation is not
"word to word" exact).
========== Begin ===========
ATZ
OK
AT+VCID=1
OK
RING
DATE=0112
TIME=2106
NMBR=********** '(the caller number appears here)
NMBR=OUT OF AREA
MESG = 16010A
RING
RING
RING
RING
========== End ==============