TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vázquez Juan
NA
1
964
How to route audio (VoIP phone calls) to sound card channels
Feb 10 2015 8:59 AM
Hello,
I face with a problem while using
Ozeki VoIP SDK
along with a special 8-channel sound card (
Gigaport
).
I try to describe the problem in more details. So, I want audio in respect of all calls to be routed to one of the channels on the card.
It works in case of the first two calls, but audio is not routed to the preferred channel for the other calls.
I have no idea where to start in solving the problem. Where is the error? In the sound card? In the controller? Or is it SDK issue?
The following method is called at the end of each phone call:
private void stopSpeaker()
{
connector.Disconnect(mediaReceiver, speaker);
if (speaker != null)
{
speaker.Stop();
speaker = null;
}
mediaReceiver.Detach();
Please give me some ideas or help me to get moving, because I got stuck here... :(
Reply
Answers (
0
)
C# pop up window
Recursive and non-recursive algorithm transformation in C#