Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TAPI: LINE IDENTIFIER CHANGE WHEN NEW LINE IS ADDED ...

Status
Not open for further replies.

diembi

Programmer
Sep 22, 2001
238
ES
Hello,
I'm developing a TAPI client. I need make a call through a line. The identifier of this line change when a new line is added in server: example:

(time)
LineID Comment
---------------------
1 Modem 1
2 Modem 2 (this is the line i need use)
3 Network card

(time + 1)
LineID Comment
---------------------
1 Modem 3
2 Modem 1
3 Modem 2 (this is the line i need use)
4 Network card

Is possible identifier the line with a non-variable value??
Can I openLine with that non-variable value?

Thanks
dmb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top