Author Topic: Retrieve Call Status from ConnectionID (v8.0 SDK - .NET)  (Read 3459 times)

Offline angshuman

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Retrieve Call Status from ConnectionID (v8.0 SDK - .NET)
« on: July 18, 2012, 03:50:21 PM »
is there a way to get all the call related properties w.r.t. ConnectionId ? I want the status of the TRANSFERCONNID  while I am in EventReleased

There is no luck with this code (SDK v8.0 .NET)


                            var reqQueryCall = RequestQueryCall.Create(<<myDn>>, ((EventReleased) message).TransferConnID,
                                                    CallInfoType.StatusQuery);

                            var responseQuery = _protocolManagementService[_serverName].Request(reqQueryCall);

                            var add = (AddressStatusInfoType)((responseQuery as EventPartyInfo).AddressInfoStatus);
« Last Edit: July 18, 2012, 03:51:59 PM by angshuman »

Offline rpenney

  • Jr. Member
  • **
  • Posts: 64
  • Karma: 2
Re: Retrieve Call Status from ConnectionID (v8.0 SDK - .NET)
« Reply #1 on: July 19, 2012, 07:42:39 AM »
If the call is released, then how can you query it?