Author Topic: FirstMediaIM null  (Read 2983 times)

Offline daniel_san

  • Jr. Member
  • **
  • Posts: 84
  • Karma: 1
FirstMediaIM null
« on: March 04, 2015, 01:34:55 PM »
Hello, i have some doubt to share with you  ;D

The class IAgent have:

FirstMediaVoice
FirstMediaEmail
FirstMediaIM

The first and the second one are correct.

But the last one is null. If i´m not wrong this is the Chat channel (First Media Instant Messaging), and the agent have propertly working the three channels (Voice, Email anc chat).

Why the FirstMediaIM is null?

Thank you and regards!


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: FirstMediaIM null
« Reply #1 on: March 04, 2015, 03:04:49 PM »
No, instant messaging is a internal chat feature via sip server. Not customers chat.

Offline daniel_san

  • Jr. Member
  • **
  • Posts: 84
  • Karma: 1
Re: FirstMediaIM null
« Reply #2 on: March 04, 2015, 03:13:46 PM »
[quote author=cavagnaro link=topic=8743.msg38824#msg38824 date=1425481489]
No, instant messaging is a internal chat feature via sip server. Not customers chat.
[/quote]

Thank you for your response Cavagnaro.

How can i Know the state of the channel chat?

I was retrieving the state of email with "agent.FirstMediaEmail.MediaState.State"

Regards


Offline daniel_san

  • Jr. Member
  • **
  • Posts: 84
  • Karma: 1
Re: FirstMediaIM null
« Reply #3 on: March 04, 2015, 06:07:37 PM »
Ok I got it.

Finally i´m working with "agent.Place.ListOfMedia[indexChat]" indexChat like an integer.

thank you!

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: FirstMediaIM null
« Reply #4 on: March 04, 2015, 06:42:35 PM »
Nice! Thanks for sharing the solution