 |
|
 |
hi,can any one provide me code for playing wave file and DTMF recognition. when an incomming call is recieved i wanna play wave file and detect digit pres by user on his/her phone.
plllllllllllllzzzzzzzzzzzzzzzzzzz help me
i m realy worried
Lets hope for the best
|
|
|
|
 |
|
 |
hi,
I am interested in TAPI, but I don't know Visual Basic. Do you have the C#
version of your source code ? If you have then please mail me (alvi63114@yahoo.com). Can u tell me from where I can download the TAPI SDK ?Please Help.
Kashfia Rahman
|
|
|
|
 |
|
 |
I'm a little new at this, nevertheless trying my hand at a project involving teleephony.. I've read up on something known as Computer Telephone Interface (CTI), whereas TAPI works through a modem. Rite now, I'm very confused on how the two work, so any input on the difference between the two is welcome
|
|
|
|
 |
|
 |
Hi All,
I need your help,
Can anybody mail me some sample codes for:
PC to Phone Voice Communication and Vice versa using WaveAPI in Visual Basic.(Using Double buffering concept)
Thanks
Nishanth
-- modified at 6:43 Wednesday 15th February, 2006
|
|
|
|
 |
|
 |
Hi All,
I am new to TAPI and MSComm.I will be greatful if you could
spare some time for me to help me in this regard.
Problem:
I need my phone to go OffHook and OnHook using Visual Basic.
I am able to collect the Device Info(D-Link DFM562E++ Modem)
using my code.
I have read somewhere that,
'You could try doing a lineMakeCall() with a ";" dial string. I
believe this should take the phone off hook and create a new dialtone
call. It may timeout after some time and transition to IDLE or you
may be able to drop it with lineDrop'
I tried this but it didnt work.
I placed one MSComm control and :
MSComm1.Settings = "56000,N,8,1"
MSComm1.CommPort = 2
MSComm1.InputLen = 0 'Default anyway
MSComm1.RThreshold = 1
MSComm1.PortOpen = False
MSComm1.Output = "ATE0" & vbCr
But there was no Offhook Signalling sound generated.
Can anybody please suggest me a solution for this
Thanks
Nishanth
|
|
|
|
 |
|
 |
there are very frequent problems of licencing for using mscomm in vb.
it may not work if u use windows 98. try to check the hardware problems and your modem type..
thanking you.
Brijesh Naik
|
|
|
|
 |
|
 |
Dear All
i m beginner in tapi . i m doing my final project related to Tapi I want to know about the Tapi how to use it whether some sdk is required and how to run Sample Code in VC++.
|
|
|
|
 |
|
 |
hi its hina irum here i need ur help in making dialer in vc++ using tapi i dont know how to use tapi's function n how to send parameters to built in functions of tapi class.plz help me
|
|
|
|
 |
|
 |
hello:
Try the Microsoft Platform SDK there are some samples of it
bye
----LOLO----
-------------
<<Argentina>>
-------------
|
|
|
|
 |
|
 |
hi
plz send me url of tapi sdk (or psdk complete address so that i can download it)
..........plz ............i m waiting for ur reply.......i ve search in microsoft.com but in vain....do reply
bye
maria
|
|
|
|
 |
|
 |
http://www.microsoft.com/downloads/details.aspx?FamilyID=d8eecd75-1fc4-49e5-bc66-9da2b03d9b92&DisplayLang=en
this contain the needed files and examples
bye
----LOLO----
-------------
<<Argentina>>
-------------
|
|
|
|
 |
|
 |
maria_uet2003@yahoo.com
maria
|
|
|
|
 |
|
 |
Hi,
me a student of pak in software engg.
i am developing my final project as tapi (VOIP in our uni)
i need some codes especially when i dial the telephone my pc read this telephoen n record it
,display some greeting,n then make call via net.
I ve lot of confusions plz anybody help me.
1-shuld i ve to install tapi sdk for using tapi
2-in MSDN voip codes & path is as ...
%_WINCEROOT%\Public\DirectX\SDK\Samples\VOIP\VOIPDEMO...from where i can get it(n can i use these samples in my pc having xp window)..???
can some body plz help me n send me sapi n tapi code !!!
thanx a lot
regard
maria
looking for ur kind favour at
maria_uet@yahoo.com
maria
|
|
|
|
 |
|
 |
Hi Maria,
I am also new to TAPI .
Hope these 2 links will help you in this regard.
www.shrinkwrapvb.com/vbtapi.htm (Download the source code(VB) and kindly go through each TAPI so that you will get an idea.)
www.exceletel.com/products/TeleTools/SamplePrograms/Index.htm
Thanks
Nishanth
|
|
|
|
 |
|
 |
How can i detect if someone answer(OVER ISDN) a call?
how is different madiamode ( ANALOG LINE AND ISDN)?
could you send me some sample code?
I HAVE GOT A SAMPLE TAPI FOR DATAMODEM and voice. but not wroking over ISDN ...HELPPP
best,
|
|
|
|
 |
|
 |
How can i send a sound with a PDA to another phone using software?
I´m trying to implement a software that when we click on an image it reproduces a sound and sends it through the PDA's phone
Anyone?
Hugo Celso
|
|
|
|
 |
|
 |
hello ...
i am MCA final year student...
i want the code or some technical help about recogonizing the the key pressed in telephone..
Supposee there is phone connection between me (My computer using modem) & other telephone instrument.. then i want about to know key pressed by telephone user...
Please Help me...
I will very thankfull for give some help about this code or technology..
|
|
|
|
 |
|
 |
It looks like this sample app uses win32 calls to the TAPI version 1 or 2 library
TAPI version 3 is implemented in a COM component - right ?
BTW where can we find samples using TAPI3 ?
Gilbert Chauvaux
|
|
|
|
 |
|
 |
http://www.microsoft.com/windows2000/techinfo/howitworks/communications/telephony/tapiincoming.asp
at the end of this page you can find 2 tapi 3.0 sample code :
http://msdn.microsoft.com/library/en-us/tapi/tapi3/using_call_and_media_controls.asp
|
|
|
|
 |
|
 |
Could you tell me where I find the TAPI3.lib?
I need the tapi3.lib file.
pleae, tell me...
|
|
|
|
 |
|
 |
i can send u tapi3.dll but mail me your e-mail address
shahzad ahmad
|
|
|
|
 |
|
 |
I am developing a program which is similiar to author's example. But i need vc++ version. Is there one have some sample to let me have a look? Thks for helping
|
|
|
|
 |
|
 |
Hello:
i´m working with tapi for a private contractor and in the same time building my tesis with this project
First you need two SDK´s : Microsoft DirectX 9.0 SDK and Windows® Server 2003 SP1 Platform SDK. In the plataform SDK are some samples, for me are better than the ones on the msdn site(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tapi/tapi3/call_and_media_controls_reference.asp)
here are a site that can help you a lot (http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm[^])
i recomend you get the tapi browser is very usefull (http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Toc111213889)
I describe de basic step for create a tapi conection in general:
--------------Outgoing call------------------------------------
1 - Initiates Com instance
2 - Instanciates TAPI instance
3 - Call tapi initialization
4 - Query the tapi interface for Address of device to comunicate(H323, Modem, etc...)
5 - Select Address of preference and verify if the desired capability(Audio,Video, etc)is supported
6 - Query the Address for Terminals and select they(in and out terminals), for audio you can select static terminals by default and it go to the sound card
7 - Create a call for that address, giving as parameter the called address and the type of address(phone number, ip,mail, etc)
8 - Query the call Handler for streams in this call , you obtain the direction of the stream and the name of it plus other things
9 - Asociates the streams to the respective terminals(direction of data will define this union)
10 - do a Connect for the call.
Ok this are the step you must follow in the tapi browser to get a conection
i have more but this will be much longer, if you need more just post here and i will anser you.I hope this help you.
Bye
----LOLO----
-------------
<<Argentina>>
-------------
|
|
|
|
 |
|
 |
this is a system which based on CTI family and be used in Telephony Switch Centers.
i have developed & implemented it in many Corporations.
the benefits & functions of that include:
-Demonstrate the status of Extension & Co. lines of switch: (Idle,Dialing,Connected,Dial Tone,On Hold,On Conference,...)
-Demonstrate calls type in Connected Status(Incoming with Caller ID,Outgoing with Called id & Intercome with Source and destination)
-implementing of Billing System on switch in case of Duration time of calls(Outgoing,Incoming & intercome) and start time will be logged in Data Server of switch.
-creating transfer function on lines(Internal & External)by Determining the destination.
-creating conference function on lines which are connected or not connected.
this is a small proposal of my system.
if you want to know more about technical information,please Contact me.
|
|
|
|
 |
|
 |
Hi,
I need the code to access smdr of pbx system
Regards
Manas
searching for dvr card sdk
|
|
|
|
 |