- Joined
- Mar 26, 2018
- Messages
- 19
- Reaction score
- 1
Hello,
We upgrade a sytem from V15,5 to V16. I had a api for wallboard, that ı catched a event and ı managed the event witm my api.
After the upgrade, my Api has connected succesfully and got DN succesfully. But when ı try to get Queues ı have had a error that my list is empty.
I use .net , framework 4.6.2. You can find my sample code below.
DN[] DnList = PhoneSystem.Root.GetDN();
foreach (var item in DnList)
{
//Succesful process
//ı can get all dn
}
Queue[] queList = PhoneSystem.Root.GetQueues();
foreach (var item in queList)
{
//Empty List (I want to get QueueList)
//ı can get no ques
}
Why my api is not working on V16?
Sincerely,
We upgrade a sytem from V15,5 to V16. I had a api for wallboard, that ı catched a event and ı managed the event witm my api.
After the upgrade, my Api has connected succesfully and got DN succesfully. But when ı try to get Queues ı have had a error that my list is empty.
I use .net , framework 4.6.2. You can find my sample code below.
DN[] DnList = PhoneSystem.Root.GetDN();
foreach (var item in DnList)
{
//Succesful process
//ı can get all dn
}
Queue[] queList = PhoneSystem.Root.GetQueues();
foreach (var item in queList)
{
//Empty List (I want to get QueueList)
//ı can get no ques
}
Why my api is not working on V16?
Sincerely,