Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Library to solve optimization matrix Pin
qwerty_201115-Dec-11 16:30
qwerty_201115-Dec-11 16:30 
GeneralRe: Library to solve optimization matrix Pin
Stefan_Lang15-Dec-11 22:31
Stefan_Lang15-Dec-11 22:31 
QuestionUse the environment provided by the application instead from system environment. Pin
Member 848801414-Dec-11 16:12
Member 848801414-Dec-11 16:12 
AnswerRe: Use the environment provided by the application instead from system environment. Pin
kakan15-Dec-11 0:05
professionalkakan15-Dec-11 0:05 
AnswerRe: Use the environment provided by the application instead from system environment. Pin
Randor 15-Dec-11 5:46
professional Randor 15-Dec-11 5:46 
GeneralRe: Use the environment provided by the application instead from system environment. Pin
Member 848801418-Dec-11 21:25
Member 848801418-Dec-11 21:25 
GeneralRe: Use the environment provided by the application instead from system environment. Pin
Randor 19-Dec-11 6:38
professional Randor 19-Dec-11 6:38 
QuestionTAPI Call program Pin
Hadi Dayvary14-Dec-11 4:52
professionalHadi Dayvary14-Dec-11 4:52 
Hi
I have writen a TAPI program that can call (works fine)

I want to speak via headset not picking up a phone.
I can do this with Venta Fax & Voice program in my PC (so the modem supports this), but my program can not do this (no sounds send/receive).

Is there any tricks in TAPI function for this?

I have used
C++
LINEMEDIAMODE_AUTOMATEDVOICE
for
C++
lineOpen 
function like this:

C++
lineOpen(m_hLineApp, m_nDevID, &m_hLine, dwTAPIVer, 0, 1, LINECALLPRIVILEGE_MONITOR | LINECALLPRIVILEGE_OWNER, LINEMEDIAMODE_AUTOMATEDVOICE, NULL);


Regards
www.logicsims.ir

AnswerRe: TAPI Call program Pin
rahul.kulshreshtha15-Dec-11 19:24
rahul.kulshreshtha15-Dec-11 19:24 
GeneralRe: TAPI Call program Pin
Hadi Dayvary16-Dec-11 20:17
professionalHadi Dayvary16-Dec-11 20:17 
GeneralRe: TAPI Call program Pin
rahul.kulshreshtha17-Dec-11 3:11
rahul.kulshreshtha17-Dec-11 3:11 
GeneralRe: TAPI Call program Pin
Hadi Dayvary17-Dec-11 4:02
professionalHadi Dayvary17-Dec-11 4:02 
QuestionPrevent Windows From Entering Hibernate Mode Pin
Rishav Prabhakar13-Dec-11 21:29
Rishav Prabhakar13-Dec-11 21:29 
AnswerRe: Prevent Windows From Entering Hibernate Mode Pin
Alan Balkany14-Dec-11 4:28
Alan Balkany14-Dec-11 4:28 
GeneralRe: Prevent Windows From Entering Hibernate Mode Pin
Stefan_Lang14-Dec-11 5:46
Stefan_Lang14-Dec-11 5:46 
QuestionRe: Prevent Windows From Entering Hibernate Mode Pin
David Crow14-Dec-11 6:07
David Crow14-Dec-11 6:07 
SuggestionRe: Prevent Windows From Entering Hibernate Mode Pin
Albert Holguin14-Dec-11 8:47
professionalAlbert Holguin14-Dec-11 8:47 
GeneralRe: Prevent Windows From Entering Hibernate Mode Pin
David Crow14-Dec-11 8:55
David Crow14-Dec-11 8:55 
GeneralRe: Prevent Windows From Entering Hibernate Mode Pin
Albert Holguin14-Dec-11 9:21
professionalAlbert Holguin14-Dec-11 9:21 
AnswerRe: Prevent Windows From Entering Hibernate Mode Pin
Rishav Prabhakar14-Dec-11 20:14
Rishav Prabhakar14-Dec-11 20:14 
AnswerRe: Prevent Windows From Entering Hibernate Mode Pin
Randor 14-Dec-11 10:19
professional Randor 14-Dec-11 10:19 
GeneralRe: Prevent Windows From Entering Hibernate Mode Pin
Rishav Prabhakar14-Dec-11 20:39
Rishav Prabhakar14-Dec-11 20:39 
GeneralRe: Prevent Windows From Entering Hibernate Mode Pin
Chris Losinger15-Dec-11 5:59
professionalChris Losinger15-Dec-11 5:59 
AnswerRe: Prevent Windows From Entering Hibernate Mode Pin
jeff616-Dec-11 23:24
jeff616-Dec-11 23:24 
Questionabout change array length Pin
desatir731613-Dec-11 21:02
desatir731613-Dec-11 21:02 

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.