Author Topic: How to use c#.net get PlaceID from GAD  (Read 5751 times)

Offline onizerga

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
How to use c#.net get PlaceID from GAD
« on: December 28, 2010, 09:29:56 AM »
Thank you

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: How to use c#.net get PlaceID from GAD
« Reply #1 on: December 28, 2010, 02:44:25 PM »
Hi,

Sorry but I don't understand your question. GAD is built in Java...

R.

Offline onizerga

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: How to use c#.net get PlaceID from GAD
« Reply #2 on: December 29, 2010, 08:32:48 AM »
I'm sorry GAD is Genesys Agent Desktop

or
How to get PlaceID or Extension No from IP Softphone

Thank

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: How to use c#.net get PlaceID from GAD
« Reply #3 on: December 29, 2010, 11:37:36 AM »
I know what GAD is but still don't understand what you're trying to achieve... :(

What IP softphone are you talking about?

R.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: How to use c#.net get PlaceID from GAD
« Reply #4 on: December 29, 2010, 04:59:27 PM »
lol...I'd probably die if I have this guy as copilot XD
I think that he means:

He uses GAD with a SIP Environment and SIP TServer, he would like to develop a software (I guess) using C# and Platform SDK (super guess) and would like to get the Place/Extension being used by an agent.

If my magic ball is working (not trustable since it had many breaks lately and warranty has expired)  then you can't do this like that. You develop a software with any Genesys SDK and you must indicate which extension (DN) to monitor so it begins to receive/send events for it. Check the samples detailed here or on http://devzone.genesyslab.com/

Regards

Offline onizerga

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: How to use c#.net get PlaceID from GAD
« Reply #5 on: January 05, 2011, 08:49:33 PM »
I'm sorry for answer late
I want to get place id after user login "Genesys Agent Desktop"
but i don't have idea.
[color=red][b]Reason:[/b] [/color] I want to get place id use for make call (click to dial from web page)

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: How to use c#.net get PlaceID from GAD
« Reply #6 on: January 05, 2011, 10:13:22 PM »
Hi,

Last question before I should be able to help you ;) - Are you trying to make click-to-dial page within GAD e.g. new tab with click-to-dial button or separate web application?

R.

Offline onizerga

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: How to use c#.net get PlaceID from GAD
« Reply #7 on: January 07, 2011, 02:15:56 AM »
I want to use click-to-dial on web application.
[b][color=red]Ex[/color][/b] I open website "sanook.com" I found mobile no on web page, I want to click mobile no for call.

Offline paolo_schifani

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: How to use c#.net get PlaceID from GAD
« Reply #8 on: January 20, 2011, 01:17:02 PM »
Hi,
You can find same example in "Genesys Desktop 7.x Developer’s Guide"
there are a lot of example how to customize GAD.

search "agent.getPlace();"

Bye
Paolo.