ورود

View Full Version : حرفه ای: تلفن گويا با 90 خط و پاسخگويي همزمان



d68715
دوشنبه 30 آبان 1390, 03:34 صبح
قبلا سرچ كردم تو سايت چيزي نبود !
دوستان آيا كسي تا حالا تلفن گويا با 90 خط (با پاسخگويي همزمان) نوشته !
مثلا آيا كامپوننت Kdtele جوابگوي 90 خط همزمان ميشه !
نوع مودم چي باشه ؟!
آيا از چند تا كامپيوتر به شبكه شده استفاده كنيم يا سرور قوي

كسي مستنداتي داره كه كمك كنه . خيلي برام مهمه

d68715
سه شنبه 01 آذر 1390, 00:43 صبح
دوستان كسي ميتونه در رابطه با لايسنس kdtele و اينكه آيا با مودم


D/600JCT-1E1 (http://www.tibasamaneh.com/Doc/Dialogic/D600.pdf) و D/600JCT-2E1 (http://www.tibasamaneh.com/Doc/Dialogic/D600.pdf) سازگار هست يا نيست كمكي ارائه كنه :)

soft-c
پنج شنبه 03 آذر 1390, 09:00 صبح
Dear Sir,

Many thanks for your message.

Please notice that KDTele Tools support all TAPI compliant modem, which includes almost all PC modem in the market. We recommend the modems from (or the ones that have the chip from) Motorola, Conexant (old Rockwell), Smartlink, Intel, US Robotics (although we've seen some US Robotics with serious hardware manufacturing defects), Creative Labs (notice that the old Creative Labs modems used to have several bugs, but it seems that the new models have fixed them). Remember to look for modems that have voice features so you can play and record audio on the phone line. Modems that have voice features are called "Voice Modems".

We also do not recommend the WinModems (also known as Windows Modems or Software Modems). The WinModems are software based modems, that is, modems where most of the functions are performed by a software and not by hardware components built into the modem itself. Due to this, if your system does not have enough CPU resources, these modems can be very problematic. For example, when the driver of these Winmodems is unable to immediately obtain CPU resources, it is forced to wait in the system's Run Queue and while waiting, some important modem functions are not completed.
Lastly, notice that KDTele Tools also works with telephony cards which are devices more sophisticated than common modems. For example, we recommend the telephony cards from Dialogic, CallUrl and Hi-phone.

Please let us know if we can be of further service to you.

With regards,
Patrick Hayes
Kaed Systems customer Support Service

جوابیه از شرکت kdtele

Vahid.Shatery
شنبه 05 آذر 1390, 20:36 عصر
با سلام
مودم های دانجین با KDTele سازگارترند .

dehghanimeh
یک شنبه 16 بهمن 1390, 09:53 صبح
با سلام
من یه برنامه تلفن گویا را با kdtele4 آماده کردم که همزمان با چند مودم معمولی بدون مشکل کار می کنه
حلا میخوام با کارت dialogic D/120jct از این برنامه استفاده کنم
اول اینکه این کارت دو تا CD داره که یکی system relase 6.1 و دیگری system relase 5.1
موقعی که 6.1 رو نصب می کنم سخت افزاز کامل در device manager نصب میشه و manager اون هم start میشه ولی
برنامه من هنگام تشخیص خطوط در دستورات زیر چیزی پیدا نمی کنه




private void Frm_Line_Selection_Load(object sender, EventArgs e)
{
Int32 i = default(Int32);
Int32 lvRet = default(Int32);
string lvLineName = null;
//Populate the Combo Box.
for (i = 0; i <= KDPhoneControl.NumberOfLines - 1; i++)
{
lvRet = KDPhoneControl.GetLineName(i, ref lvLineName);
if (lvRet != 0)
{
MessageBox.Show("Error: " + KDPhoneControl.GetErrorMsg(lvRet));
return;
}
ComboBoxLines.Items.Add(lvLineName);
}
//Select the line that the application is currently using
ComboBoxLines.SelectedIndex = KDPhoneControl.LineID;

}




اگر هم که از نسخه 5.1 استفاده کنم سخت افزار در device manager نصب نمیشه ولی برنامه manager اون start میشه

آیا برای تشخیص و فعال کردن خطوط باید از دستورات دیگری استفاده کنم؟
با تشکر