" /> IP telephony and T-Lib SDK ? - Genesys CTI User Forum

Author Topic: IP telephony and T-Lib SDK ?  (Read 5689 times)

toumtoum7

  • Guest
IP telephony and T-Lib SDK ?
« on: December 12, 2006, 03:27:49 PM »
Advertisement
Hi all  :)

I would like to know if it is possible develop a softphone with the genesys T-Lib SDK and implement ip protocol ?

Which version of T-Lib SDK ?

Is interaction SDK better than t-lib for ip telephony ?

Thanks for all,

toumtoum

URSMan

  • Guest
Re: IP telephony and T-Lib SDK ?
« Reply #1 on: December 13, 2006, 07:09:37 AM »
  • Best Answer
  • [quote author=toumtoum7 link=topic=1951.msg6524#msg6524 date=1165937269]

    Hi all  :)

    I would like to know if it is possible develop a softphone with the genesys T-Lib SDK and implement ip protocol ?

    Which version of T-Lib SDK ?

    Is interaction SDK better than t-lib for ip telephony ?

    Thanks for all,

    toumtoum
    [/quote]

    ToumToum,

    very nice name!!!  ;D

    Yes, you can develop it using Tlib, however, in my humble opinion you should use Genesys Active X component that comes with GAD. <- this is the shorthand for Genesys Active Desktop Toolkit, which is included with your framework CD. (At least mine did!)

    What you want to do is look at that sample and see how it works and start by using it as foundation for your softphone. What are you trying to make?

    URSMan

    [hr]
    P.S.

    I am a beginner when it comes to Genesys components as well and I found this forum to be very useful for asking questions. Vic and Tony and Rene (with a french accent on his second e) and Cavagnaro and Haldane and a dozen other people seem to know their stuff are very good at handling most of the questions I have for them. I wonder when they find the time to do their own work! So my suggestion would be is to just start firing the questions away and not only learn yourself but allow other underlings like me to learn in process from some of the brightest Genesys people I have known so far. (<- yes, I AM broownnosing!  :P )



    toumtoum7

    • Guest
    Re: IP telephony and T-Lib SDK ?
    « Reply #2 on: December 14, 2006, 10:25:43 AM »
  • Best Answer
  • URSMan,

    very nice name too  ;D

    Thanks for your answer.
    I have to develop in Java a softphone compatible with IP voice. I just don't know if it is possible to do that with the T-Lib SDK or if it is better to use the Interaction SDK... ???

    ++

    toumtoum

    Offline victor

    • Administrator
    • Hero Member
    • *****
    • Posts: 1419
    • Karma: 18
    Re: IP telephony and T-Lib SDK ?
    « Reply #3 on: December 14, 2006, 11:14:40 AM »
  • Best Answer
  • Good question,

    I di dnot know you can use Interaction SDK, but I assume you probably can.

    I would just go with ActiveX and regular SIP libraries. As for Java, I personally hate it.
    But of course, I am one of the people who try to make things simple by skipping learning about new and wonderful things that Genesys out there, meaning I will have to pay dearly in a long term!


    Offline Genecist

    • Newbie
    • *
    • Posts: 27
    • Karma: 0
      • Screen Pop Software
    Re: IP telephony and T-Lib SDK ?
    « Reply #4 on: December 14, 2006, 02:01:21 PM »
  • Best Answer
  • I'm not sure what you mean by 'IP protocol'.

    But, t-lib sdk has everything you need to implement a softphone.  My choice of method is a C++.net wrapper around the t-lib api, used by a .net C# windows form app.

    The advantage is no deployment issues...as with all .net apps, you can deploy by a mere file copy.  Never had an issue.

    With the activeX desktop toolkit, since it's COM based you have to run a setup on the target desktop.

    toumtoum7

    • Guest
    Re: IP telephony and T-Lib SDK ?
    « Reply #5 on: December 14, 2006, 03:42:51 PM »
  • Best Answer
  • Hi Genecist  ;D

    My softphone has to run with ip voice. I want to know if there is the methods that I need in Genesys T-Lib SDK. I am sure that exists with Genesys Interaction SDK libraries, but I don't know with T-Lib...  ???

    Thanks

    ++

    toumtoum

    Ossen

    • Guest
    Re: IP telephony and T-Lib SDK ?
    « Reply #6 on: January 18, 2007, 02:58:02 PM »
  • Best Answer
  • Yes, possible.

    Use RTC Client 1.3 along with T-Server SDK. What might bother you could be synchrozation and some SIP-related probblems.

    Good lucks...

    Ossen

    IanDS

    • Guest
    Re: IP telephony and T-Lib SDK ?
    « Reply #7 on: January 19, 2007, 11:24:15 AM »
  • Best Answer
  • Hi Guys,

    Interaction SDK doesnt have any IP voice capabilities ie H.323 / SIP / RTP.
    If you want to use a genesys product try platform sdk, they might have moved the ip stack into the universal sdk but not sure.
    Otherwise you can use on of the million IP libraries out there.

    IanDS

    • Guest
    Re: IP telephony and T-Lib SDK ?
    « Reply #8 on: January 19, 2007, 11:25:21 AM »
  • Best Answer
  • forgot to mention...

    you will still need something to control the genesys side. ie active x or ail etc etc etc