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
{{ message }}
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Hello!
Previously asterisk sent --END command
action_command_cleanup:
which php-agi waits for
while(substr($buff, 0, 6) != '--END ')
but now there is no such code
action_command_cleanup:
astman_append(s, "\r\n");
So php-agi does not work with asterisk 16.. :-(