Click here to Skip to main content
15,914,444 members
Home / Discussions / C#
   

C#

 
GeneralRe: app.config vs. myprog.exe.config Pin
Frygreen15-Aug-06 1:47
Frygreen15-Aug-06 1:47 
QuestionRecieve data Pin
mehrdadc4814-Aug-06 22:47
mehrdadc4814-Aug-06 22:47 
AnswerRe: Recieve data Pin
stancrm14-Aug-06 23:10
stancrm14-Aug-06 23:10 
AnswerRe: Recieve data Pin
mehrdadc4814-Aug-06 23:23
mehrdadc4814-Aug-06 23:23 
GeneralRe: Recieve data Pin
stancrm15-Aug-06 0:54
stancrm15-Aug-06 0:54 
GeneralRe: Recieve data Pin
mehrdadc4815-Aug-06 1:21
mehrdadc4815-Aug-06 1:21 
GeneralRe: Recieve data Pin
Nader Elshehabi15-Aug-06 1:35
Nader Elshehabi15-Aug-06 1:35 
AnswerRe: Recieve data Pin
Nader Elshehabi15-Aug-06 1:31
Nader Elshehabi15-Aug-06 1:31 
Hello


mehrdadc48 wrote:
I want to receive data from the calling phone, that a person is speaking.


Modems actually work in several modes. Two of them are
1- Voice calls
2- Data calls

You can not transfer data in a voice call. On the other hand you can transfer voice -as a data stream- in a data call. This is called Voice Over IP.

If you are making a voice call -for example an ordinary phone is calling your phone line, and you want to record this using your computer-. In this case you should capture the audio stream from the modme speaker's audio line.

If you are developing something like a messanger that works on phone line instead of the internet. Transfer your voice as an audio stream. This way you can transfer data with it-eg. files, pictures, text, etc...-

Your loop should work if it's a data call -supposing that your modem's AT command is working-. Yet take care that this loop will go forever until you call a break;

It it's not working for some reason or another, post more details on your problem, so that we could get more oriented with it.

RegardsRose | [Rose]
GeneralRe: Recieve data [modified] Pin
mehrdadc4815-Aug-06 5:23
mehrdadc4815-Aug-06 5:23 
GeneralRe: Recieve data Pin
Nader Elshehabi15-Aug-06 11:32
Nader Elshehabi15-Aug-06 11:32 
GeneralRe: Recieve data [modified] Pin
mehrdadc4815-Aug-06 22:11
mehrdadc4815-Aug-06 22:11 
GeneralRe: Recieve data Pin
Nader Elshehabi16-Aug-06 1:31
Nader Elshehabi16-Aug-06 1:31 
Questionpassing a variable into a dataset select expression Pin
Glen Harvy14-Aug-06 22:35
Glen Harvy14-Aug-06 22:35 
AnswerRe: passing a variable into a dataset select expression Pin
Guffa14-Aug-06 22:57
Guffa14-Aug-06 22:57 
GeneralRe: passing a variable into a dataset select expression Pin
Glen Harvy14-Aug-06 23:45
Glen Harvy14-Aug-06 23:45 
QuestionProblem with CallBack in MasterPage [modified] Pin
offengenden14-Aug-06 22:15
offengenden14-Aug-06 22:15 
Questionhelp me please!! Pin
Nafiseh Salmani14-Aug-06 21:47
Nafiseh Salmani14-Aug-06 21:47 
AnswerRe: help me please!! Pin
Christian Graus15-Aug-06 0:00
protectorChristian Graus15-Aug-06 0:00 
GeneralRe: help me please!! Pin
Nafiseh Salmani15-Aug-06 0:01
Nafiseh Salmani15-Aug-06 0:01 
GeneralRe: help me please!! Pin
Christian Graus15-Aug-06 0:15
protectorChristian Graus15-Aug-06 0:15 
GeneralRe: help me please!! Pin
Nafiseh Salmani15-Aug-06 2:57
Nafiseh Salmani15-Aug-06 2:57 
GeneralRe: help me please!! Pin
Christian Graus15-Aug-06 11:01
protectorChristian Graus15-Aug-06 11:01 
Questionasynchronous execution Pin
pranu_1314-Aug-06 20:53
pranu_1314-Aug-06 20:53 
AnswerRe: asynchronous execution Pin
Nader Elshehabi15-Aug-06 1:51
Nader Elshehabi15-Aug-06 1:51 
Questionhow tree drives can be accessed Pin
Mahmood Ilyas14-Aug-06 20:07
Mahmood Ilyas14-Aug-06 20:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.