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!

Recent content by snovitsky

  1. snovitsky

    CTI Programming (UUI setting)

    The issue is not related to the screen. In our phones when a button is assigned to a certain function (like 'callr-info' or 'uui-info') agent has to press this button to see the information, if available. The issue with UserProvidedCode is I'm not sure if: 1. It's possible, in general, to...
  2. snovitsky

    CTI Programming (UUI setting)

    Thanks for the documents. Unfortunately they don't provide information regarding my question - how can data set as ATTUserProvidedCode_t be displayed on agent's hard-phone. Is it possible in general? If not, where/how ATTUserProvidedCode (type=UP_DATA_BASE_PROVIDED or another) can be used...
  3. snovitsky

    CTI Programming (UUI setting)

    Zow - Not sure we are talking about the same things. Let me try to clarify my question. If you login as an admin to G3, execute "change station xxxxx", and then go to the Page 3 of the station xxxxx configuration, you can assign/re-assign different "types" to the station buttons. Correct? Hope...
  4. snovitsky

    CTI Programming (UUI setting)

    Do you guys know what "type" needs to be assigned to a button on the hard-phone (page 3 of the station config in Definity after executing "change station XXXXX") to display UserProvidedCode received from a database? Let's say I'm setting userProvidedCode.data to "11111" and userProvidedCode.type...
  5. snovitsky

    CTI Programming (UUI setting)

    Yes, sure. Data field in the ATTUserProvidedCode_t strycture has limit of 24+1. And for the userCode, contrary to UUI, we can set digits, *, and # only...
  6. snovitsky

    CTI Programming (UUI setting)

    Zowwie - Here is exactly what I'm doing. I'm setting ATTUserProvidedCode_t variable and then call attV6RouteSelect(...). When it returns, I'm calling cstaRouteSelectInv(...) passing new, routed VDN to the switch. When the call is being delivered to the agent's station, agent can see the...
  7. snovitsky

    CTI Programming (UUI setting)

    Never mind, got it working! Obviously not like ATTUserEnteredCode_t in the DELIVERED event as it's a different type/element. But the UserProvidedCode can be seen on the station display when the call is routed / delivered to the station.
  8. snovitsky

    CTI Programming (UUI setting)

    Should we be able to set ATTUserProvidedCode_t userProvidedCode field in a similar way? With or without ATTUserToUserInfo_t userInfo. For some reason I'm always getting empty userProvidedCode. At the same time (through the same code) userInfo is being passed fine. As a test I'm setting...

Part and Inventory Search

Back
Top