YetAnotherForum
 Home    |    Forum Home    |    Features    |    Downloads    |    FAQ    |    Additional Info   
Welcome Guest Search | Active Topics | Log In | Register

New Topic Post Reply
wJJOcDHdANnqkr Options
TechSupport
#1 Posted : Monday, June 07, 2010 1:44:07 AM Quote
Rank: Administration


Groups: Registered, Support Moderator

Posts: 29
Component allows you use all 4 lines.
Each line can contain many remote clients, and also media resource, like a playing file.
But in same time only 1 line can be active - contain local client (as sample headphone+microphone).
Other lines can play file, receive DTMF, etc
Many components functions use current line as default.
Sample method "StartCall" tries make a call on current line.
Use method "SetCurrentLine" for switch betwen lines.

Concerning example, you can call components methods in following order:
SetCurrentLine(1)
StartCall(..)
SetCurrentLine(2)
StartCall(..)

Regarding playing files, you can play file for all clients joined in line.
SetCurrentLine(1)
PlayFile("1.wav")
SetCurrentLine(2)
PlayFile("2.wav")

Note: SDK can support as many phone lines as it is needed.
Users browsing this topic
Guest
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You can delete your posts in this forum.
You can edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.


© 2007-2010 VoIP SIP SDK. All rights reserved.