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
$asteriskClient->send(new QueueStatusAction()) get error in the version 2.0.7
ERROR: E_ERROR "Uncaught TypeError: Argument 1 passed to PAMI\Client\Impl\ClientImpl::__construct() must be of the type array, null given, called in vendor/chan-sccp/pami/src/PAMI/Client/Impl/ClientImpl.php:571
In the version 2.0.6 everything works fine.
The text was updated successfully, but these errors were encountered:
Hello!
Thanks for the answer.
I tested again on a server with DEBIAN 10, PHP 7.3, asterisk 16.15.0 and 18.2.0 and could not get correct work on version 2.0.7.
In the attachment I attach the script output when using version 2.0.6. On version 2.0.7 it gives:
Read timeout v_2_0_6.txt
Hi Varlog,
I have finally gotten around to merging some of the PR's and updating the release to v2.0.10
Would you be able to run to test script i committed above ?
Hello!
$asteriskClient->send(new QueueStatusAction()) get error in the version 2.0.7
ERROR: E_ERROR "Uncaught TypeError: Argument 1 passed to PAMI\Client\Impl\ClientImpl::__construct() must be of the type array, null given, called in vendor/chan-sccp/pami/src/PAMI/Client/Impl/ClientImpl.php:571
In the version 2.0.6 everything works fine.
The text was updated successfully, but these errors were encountered: