Author Topic: question: how to use communication dn  (Read 6111 times)

Steph

  • Guest
question: how to use communication dn
« on: August 13, 2007, 01:57:53 AM »
Hello from NY where neither the city or poor me can get any sleep!

I see there is a communication dn which is used by ocs and I recall reading somewhere that communication DN can also be used by third-party products. Can someone please show me how to do it? Genesys site doesn't have anything concrete on it. VB or C# if possible.

Party on!

--Steph


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: question: how to use communication dn
« Reply #1 on: August 13, 2007, 02:06:25 AM »
seeks for the code in the forum. also you should read the OCS documentation.
BAsically you need to monitor this DN and your App will start receiving events and you can send them too.

Marked as best answer by on October 19, 2024, 10:07:34 AM

Offline bublepaw

  • Sr. Member
  • ****
  • Posts: 283
  • Karma: 10
Re: question: how to use communication dn
« Reply #2 on: August 13, 2007, 06:45:20 AM »
  • Undo Best Answer
  • If You have access to Platform SDK You can also use class OutboundServerProtocol inside Genesyslab.Platform.Outbound.Protocols namespace -> but it only works for campaign control

    Offline victor

    • Administrator
    • Hero Member
    • *****
    • Posts: 1416
    • Karma: 18
    Re: question: how to use communication dn
    « Reply #3 on: August 13, 2007, 08:04:46 AM »
    Steph,

    there are several ways to do it. I suggest using basic UserEvent with messages passed inside user-data. Have you tried doing this?