could anyone please guide me how to make a conference call from netcf… in Windows Mobile
like i have three numbers and i want to dail them for a conference call…
could anyone please guide me how to make a conference call from netcf… in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve never done this myself, but you will have to use the Telephony API.
You will find in there functions like:
lineSetupConference,
lineAddToConference,
etc
I would recommend that you read the MSDN sections very closely as TAPI is not very easy to use.
I’m not sure how much access you have with C# and would also recommend that the coding around using these be done in C/C++ and you could expose them in a more simplified API via a DLL.