+ Post New Thread
Page 1 of 3
1 2 3 LastLast
Threads 1 to 25 of 74

Forum: IceLib

The Interaction Center Extension Library is the .Net future of 3rd party integration to xIC.

  1. Sticky Thread Sticky: How to Join the Beta Program

    IceLib is now available for both xIC 3.0 and 2.4. Thanks!

    Posted By peten
    • Replies: 0
    • Views: 593
    02-06-2007 11:06 AM Go to last post
  1. Stats in icelib

    Hi, I'm looking for a way to retrieve information such as number of calls waiting in queue, longest call waiting, longest talked, etc. In client COM it was very easy to get this info, however, I can't seem to find it in iceLib. Any help is appreciated. Thanks, Danny

    Posted By dtissona
    • Replies: 11
    • Views: 674
    07-22-2010 11:51 PM Go to last post
  2. Delphi and IceLib

    Do they play nice with one another? Has anyone used IceLib on Delphi? I understand IceLib is a .NET API, but can it work with Delphi?

    Posted By sax566
    • Replies: 0
    • Views: 60
    07-14-2010 08:11 AM Go to last post
  3. QualityManager Namespace

    Which DLL is this namespace in? I am trying to use the sample recorder application and this namespace doesn't seem to be loading.

    Posted By JTOverath
    • Replies: 0
    • Views: 59
    07-06-2010 10:09 AM Go to last post
  4. .Net 4 support

    I am curious when ICElib and IC will support the new version of .NET?

    Posted By dustinF
    • Replies: 1
    • Views: 156
    06-25-2010 10:19 PM Go to last post
  5. Question IceLib on Windows Mobile?

    Hi, I am trying to run some very simple code on windows mobile emulator in Visual Studio. When adding a statement that requires IceLib, I get the following error message: System.MissingMethodException was unhandled Message: The version of the assembly System, Version=2.0.0.0, Culture=neutral,...

    Posted By mari.evensen
    • Replies: 0
    • Views: 71
    06-23-2010 02:05 AM Go to last post
  6. Question Assign proficiency - from a windows service

    Hello, i am brand new to the community. I attended the conference this week and learned a lot. There are a bunch of things my company wants me to do, so I thought I would start to list some of them out on the fourms. Lets start with a simple one. I have 120 agents who have both skills and...

    Posted By zzfive03
    proficiency, skills
    • Replies: 1
    • Views: 132
    06-01-2010 07:06 AM Go to last post
  7. Get Skills From Server

    How can I get a list of skills from the server. In COM we would use EICDS

    Posted By AccuQuote
    • Replies: 2
    • Views: 258
    05-28-2010 02:17 PM Go to last post
  8. IceLib recording retrieval by recording ID

    Hi, folks. New improvements implement in IceLib since 3.0 SU8 include the new RecordingsManager class whose method "GetExportUri" allow to retrieve URIs for Interaction Recorder recordings through this interface. That were great news to integrate quick access to recordings from business...

    Posted By ijimenez
    • Replies: 0
    • Views: 99
    05-27-2010 12:39 PM Go to last post
  9. Popping Toast to IceLib application

    Hi All, I currently am firing off a custom handler on the server using custom notification in a IceLib application. I currently pass in the userId in and fire off an email once the handler is finished with its work. What I would like to do instead is pop a toast on the application once the...

    Posted By mfmathis
    • Replies: 1
    • Views: 211
    05-26-2010 09:59 AM Go to last post
  10. Unhappy Call History

    Hi, We create a client application to the CIC system in C # IceLib. How to get call history for the specified user. I know that the call logs are stored in the table CallDetail in I3_IC database, but I do not want to get the data from this site. How to get information about the history of the...

    Posted By ChrisFromPoland
    call history, call log, callidkey
    • Replies: 2
    • Views: 317
    05-26-2010 09:55 AM Go to last post
  11. Monitoring selected agents in a queue

    I have just started working with IceLib. We currently have an inbound queue with multiple agents and supervisors. I would like to create an application that would allow the supervisor to filter/view just the agents that report to them. The idea is to monitor the agents call activity, status. Any...

    Posted By mfmathis
    • Replies: 2
    • Views: 292
    05-26-2010 09:50 AM Go to last post
  12. Enumerate conference members

    How do I enumerate conference members given an interaction ID? What I am trying to do is figure out what extension a user transferred a call to. Blind transfer isn't that bad. Consult transfer from a Polycom phone gets a little more complicated because it creates an internal conference.. (well,...

    Posted By loucks
    • Replies: 0
    • Views: 126
    05-10-2010 03:32 PM Go to last post
  13. IceLib features

    James, Can you be a little more detailed in the "features" available in the first beta? (e.g. call control - pickup, hold, make call, etc.). Maybe a few comparisons to the ClientCOM methods.... Thanks! Barry Loveland DVS

    Posted By BarryL
    • Replies: 4
    • Views: 1,045
    04-30-2010 11:44 AM Go to last post
  14. Question Upgrading from ClientCOM to ICELib

    We are upgrading our phone system from CIC 2.4 to CIC 3.0, and in the process, upgrading some applications from ClientCOM to ICELib. We have a test CIC server in place for testing our handlers, and other applications. I tried to run our ClientCOM applications from a test workstation with the...

    Posted By Smalldog
    • Replies: 2
    • Views: 202
    04-28-2010 09:38 AM Go to last post
  15. Unhappy Watching email interactions

    Hello, I have problems with accessing e-mail interactions using IceLIB. I use the following C# code to get the EmailResponse object which lets me download attachments. EmailInteraction emailInteraction = m_Interaction as EmailInteraction; if(emailInteraction != null) { ...

    Posted By MpDzik
    email, emailinteraction, emailresponse, emailstartwatching, interactions
    • Replies: 2
    • Views: 406
    04-09-2010 02:48 PM Go to last post
  16. Custom notifcation blues

    Hi A colleagure has an i3 handler defined in designer ( 3.0 system ) that fires a custom notification. I want to catch this notification in a c# windows forms client app. I'm having problems catching the event. My colleague has confirmed his code is being called. Also I can see in...

    Posted By Briag
    • Replies: 2
    • Views: 223
    04-01-2010 04:11 AM Go to last post
  17. UserConfiguration - how do I change a user's workgroup membership?

    I believe I need to use the UserConfiguration object to change workgroup membership, but my first thought of trying to instantiate a new userConfiguration object and just calling the SetConfigurationId method won't compile. Any hints on how to get a UserConfiguration object?

    Posted By loucks
    • Replies: 2
    • Views: 232
    03-25-2010 11:39 AM Go to last post
  18. TextAdded event not firing for Chat Interaction

    I'm creating a chat interaction and setting and event handler for the TextAdded event, but then the other party sends a message back to me, the handler doesn't fire off. my code looks like this: _interactionsManager = InteractionsManager.GetInstance(_session); ...

    Posted By TMcQueen
    icelib chat
    • Replies: 0
    • Views: 212
    02-06-2010 05:07 PM Go to last post
  19. Question Connected CallState is not happening all the time even though the call gets connected

    We are experiencing a very wierd issue with the IceLib SDK. We have deveoped a program that will popup a little toast in the lower right hand corner of the screen. We pin the popup to the screen so it doesn't disappear if the call gets connected. In some rare cases the callstate of "Connected"...

    Posted By MattO
    • Replies: 3
    • Views: 407
    02-04-2010 07:24 AM Go to last post
  20. Determining size and location of I3 .NET Client Popup Window

    Hi, We have generated our own popup program that runs alongside the users .NET client application. The issue we are having is that the .NET client applications popup window grows horizontally depending on the caller ID information that is in there. This causes problems for our popup window...

    Posted By MattO
    • Replies: 0
    • Views: 203
    02-02-2010 02:38 PM Go to last post
  21. MVC Application

    Just wondering if anyone has successfully worked with INNI.IceLib and MVC? Being more generic, has anyone got and asp.net or MVC application. To answer incoming calls similer to the example forms applications? If so, I was just wondering some of the issues you ran into and how you overcome...

    Posted By robertw1
    • Replies: 7
    • Views: 612
    01-22-2010 10:03 AM Go to last post
  22. Determine whether an incoming CallInteraction results from a blind transfer

    Hi, I'm trying to figure out a way to find out whether a CallInteraction added to a queue is the result of a (blind) transfer, and who performed said transfer. Are there any attributes that tell me this? As an aside, where can I find a list of the attributes that may be monitored on a...

    Posted By Jan-Jaap
    • Replies: 0
    • Views: 225
    01-21-2010 09:52 AM Go to last post
  23. Determining user extension

    Hi, I'm trying to determine the extension for my session. I found I can do this: UserSettings us = new UserSettings(PeopleManager.GetInstance(m_session)); us.StartWatching(new string { "Extension" }); string ex = us.GetAttributeAsString("Extension"); us.StopWatching(); This is rather slow...

    Posted By Jan-Jaap
    • Replies: 0
    • Views: 218
    01-21-2010 09:22 AM Go to last post
  24. Nunit testing with IceLib

    Hello, I'm doing test driven developement with nUnit. I was wondering if anyone else has done this successfully? I'm trying to run a simple test that just creates a session, like so. ININ.IceLib.Connection.Session session = new ININ.IceLib.Connection.Session(); The test was much more...

    Posted By robertw1
    • Replies: 2
    • Views: 321
    01-07-2010 09:49 AM Go to last post
  25. Smile Asp.net Can't response the UserStatusChaned Event

    If user status change in IA.Will run SessionUserStatusChanged.but Label1 have not any response.How to write a asp.net agent by Icelib ? iPeople = ININ.IceLib.People.PeopleManager.GetInstance(iSession); // iPeople. _SessionUserStatusList = new...

    Posted By caixrz
    • Replies: 1
    • Views: 351
    12-14-2009 04:33 PM Go to last post

+ Post New Thread

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


 

DISCLAIMER. INTERACTIVE INTELLIGENCE INC. HAS NO RESPONSIBILITY UNDER WARRANTY, INDEMNIFICATION OR OTHERWISE, FOR THE MODIFICATION OR CUSTOMIZATION OF ANY INTERACTIVE INTELLIGENCE INC. SOFTWARE BY INTERACTIVE INTELLIGENCE INC., CUSTOMER, WEBSITE USER OR ANY THIRD PARTY EVEN IF SUCH CUSTOMIZATION AND/OR MODIFICATION IS DONE USING INTERACTIVE INTELLIGENCE INC. TOOLS, TRAINING OR METHODS DOCUMENTED BY INTERACTIVE INTELLIGENCE, INC.