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
@slesru Hello! We made changes to support the new version of the asterisk, do you have the opportunity to test the operation of the new code on the 16th version? Changes are in PR #23
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.. :-(
The text was updated successfully, but these errors were encountered: