" /> Get data from calling list - Genesys CTI User Forum

Author Topic: Get data from calling list  (Read 4168 times)

Offline aofatv

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Get data from calling list
« on: October 17, 2013, 05:59:16 AM »
Advertisement
In this picture , i want to get data from calling list to display in red frame area
Can somebody help me please ? :( :(

[url=http://www.mediafire.com/?24be032lxu6qosn]this pic[/url]

Thank you very much
aofatv
« Last Edit: October 18, 2013, 02:18:30 AM by aofatv »

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Get data from calling list
« Reply #1 on: October 17, 2013, 02:41:20 PM »
Not sure if you are a spam bot or not...
Post in a non Thai (?) site the screen you want to show us like 4shared or something familiar

Offline aofatv

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Get data from calling list
« Reply #2 on: October 18, 2013, 02:19:46 AM »
[quote author=cavagnaro link=topic=8046.msg35384#msg35384 date=1382020880]
Not sure if you are a spam bot or not...
Post in a non Thai (?) site the screen you want to show us like 4shared or something familiar
[/quote]

I edit this post already.

Thank you
aofatv

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Get data from calling list
« Reply #3 on: October 18, 2013, 03:30:56 AM »
Well calling list fields can be send as UserData, and then you can capture it with IWS and display.
Search OCS Deployment guide for send_attribute.
IWS is your job to handle it

Offline aofatv

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Get data from calling list
« Reply #4 on: October 18, 2013, 05:20:52 AM »
[quote author=cavagnaro link=topic=8046.msg35392#msg35392 date=1382067056]
Well calling list fields can be send as UserData, and then you can capture it with IWS and display.
Search OCS Deployment guide for send_attribute.
IWS is your job to handle it
[/quote]

Thank you for this guide .

Can you display your example code in c# ,please .
:)

Thank you
aofatv

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Get data from calling list
« Reply #5 on: October 18, 2013, 12:41:01 PM »
Some KVPs are displayed in IWS (if you configure it) at now. So if it will be sufficient for you, you will not develop anything. In other case you have to show all or choosed KVP via SDK, but I am not sure that anybody will want to write whole code for you and I think that getting attached data is easy method and does not require deep knowledges.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Get data from calling list
« Reply #6 on: October 18, 2013, 12:47:27 PM »
Lol, yeah...check the IWS guides, there is enough code. Also as Kubig said, using just CME and Business Attributes you can do the same...easier if no specific features needed like click one and open another software, etc.

Offline aofatv

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Get data from calling list
« Reply #7 on: October 21, 2013, 09:03:51 AM »
I read in this doc

http://docs.genesyslab.com/Documentation/IW/8.1.4/Developer/AbouttheExtensionSamples

but i don't understand what i do for getting detail

:(

Offline bublepaw

  • Sr. Member
  • ****
  • Posts: 283
  • Karma: 10
Re: Get data from calling list
« Reply #8 on: October 21, 2013, 01:00:38 PM »
As cavagnaro/kubig stated - for displaying data You don't need to code anything in .Net just follow manual about configuring business attributes. Forget about C# for moment