-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logoff action #35
Comments
Hello Yegor, thanks for the feedback! Are you sure you are not somehow calling $pamiClient->process() after closing? Because that's the only way that I can reproduce this (i.e: If I dont call process() after close(), I dont get the exception) |
Hello, Marcelo! 2012/8/18 Marcelo Gornstein notifications@github.com
|
I am also having this issue with recently installed PAMI, Asterisk 1.8.10.1, and PHP 5.3.10-1ubuntu3.18 (yes I read the README and applied the fix for the issue described). The generated error comes from ClientImpl.php:236 First part of my stack trace:
|
Tried another server (PHP 5.5.12 and Asterisk 11.11.0) and got similar results. |
Logoff action causes exception "Error reading" from file PAMI/Client/Impl/ClientImpl.php in function getMessages.
It is because in
feof() is true.
last message from AMI is:
please, help me with tha issue.
now I have to do
The text was updated successfully, but these errors were encountered: