You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problems with CommandResponse on Asp .Net Core with Asterisk 16. Always returns null.
CommandActionca=newCommandAction("sip show users");varresponseUsers=manager.SendAction(ca)asCommandResponse;
I also noticed that the determineVersion() method in the ManagerConnection class cannot fetch the correct Asterisk version, due to this problem with the CommndResponse.
Hello.
I'm having problems with
CommandResponseon Asp .Net Core with Asterisk 16. Always returnsnull.I also noticed that the
determineVersion()method in theManagerConnectionclass cannot fetch the correct Asterisk version, due to this problem with theCommndResponse.Has anyone else had this same problem?