Voice problem in phone dialer

  • Thread starter Thread starter mkazim85
  • Start date Start date
M

mkazim85

Basically i m mkaing a phone dialer from c# and i make it.Call is
going correctly. But the problem is that when call is connect and the
person at recieving side pick his/her phone, i can listen his voice
clearly. But he can not listen my voice. my microphone is absolutely
fine. I also test it with sound recorder.I also try windows phone
dialer but the same problem is also there. i m not provide my code
because i kn that there is no problem in my application. There is some
fault in setting. Plz provide me the solution .

Thanks in advance.
 
Mkanzim,

This is a language code newsgroup, you tell that your code is correct, why
are you then asking this to this newsgroup?

The problem can be in your hardware, in your OS software, in the Net
framework or whatever for that are all kinds of newsgroups. This is a VB.Net
language newsgroup, as you wrote not proper for your question.

Cor
 
Mkanzim,

This is a language code newsgroup, you tell that your code is correct, why
are you then asking this to this newsgroup?

The problem can be in your hardware, in your OS software, in the Net
framework or whatever for that are all kinds of newsgroups. This is a VB.Net
language newsgroup, as you wrote not proper for your question.

Cor

sorry brother i do not know abt this, Thanks for ur reply
 
(e-mail address removed) wrote in @v3g2000hsg.googlegroups.com:
Basically i m mkaing a phone dialer from c# and i make it.Call is
going correctly. But the problem is that when call is connect and the
person at recieving side pick his/her phone, i can listen his voice
clearly. But he can not listen my voice. my microphone is absolutely
fine. I also test it with sound recorder.I also try windows phone
dialer but the same problem is also there. i m not provide my code
because i kn that there is no problem in my application. There is some
fault in setting. Plz provide me the solution .

Do you have a voice modem?
 
Then (probably) there is a problem with the modem. This certainly cannot be
solved in software.

Of course, you do have to use the correct modem initialization sequence so
that your modem will enable the voice function -- which may be the issue.
However, the actual modem initialization command required may vary from
modem to modem, so you will have to look at the modem user/programming
information to make sure that you are doing that part correctly.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
 
Back
Top