Author Topic: More info on event object properties  (Read 3784 times)

Offline jamesmurphyau

  • Full Member
  • ***
  • Posts: 123
  • Karma: 2
More info on event object properties
« on: October 30, 2008, 10:49:35 PM »
Hey Guys,

Just after some more info on these properties for EventRegistered and EventUnregistered on DNs:

AddressInfoStatus
AddressInfoType
AddressType

It seems when someone is logged in to a DN on our Alcatel 4400 the infostatus = 2 and addresstype = 2 (position), when no one is logged in they are both 1.

I just want more info on what other possible values they could be for these two events. Any technical documentation would be good.

Thanks

Offline jamesmurphyau

  • Full Member
  • ***
  • Posts: 123
  • Karma: 2
Re: More info on event object properties
« Reply #1 on: October 31, 2008, 01:13:17 AM »
I just worked some of it out.

AddressType = the object type (DN, Position, etc)
AddressInfoType = the ID for the type of info that is being returned
AddressInfoStatus = the info that is being returned for the AddressInfoType

Since AddressInfoType is by default 8 (AddressType). This would be that AddressInfoType and AddressType will always be the same number.

Below are a list of AddressInfoType values:
AddressInfoType {
AddressStatus=0,
MsgWaitingStatus=1,
AssociationStatus=2,
CallForwardingStatus=3,
AgentStatus=4,
NumberOfAgentsInQueue=5,
NumberOfAvailableAgentsInQueue=6,
NumberOfCallsInQueue=7,
AddressType=8,
CallsQuery=9,
SendAllCallsStatus=10,
QueueLoginAudit=11,
NumberOfIdleClassifiers=12,
NumberOfClassifiersInUse=13,
NumberOfIdleTrunks=14,
NumberOfTrunksInUse=15,
DatabaseValue=16,
DNStatus=17,
QueueStatus=18,
}

So for each of these, they have their own set of status values.

So now what I'm after is the possible status values and, if possible, their descriptions for each of the above - Would anyone know where I could find these?

Thanks
« Last Edit: October 31, 2008, 02:19:35 AM by skoom »