On Fri, Oct 12, 2018, at 3:35 AM, Dmitry Melekhov wrote: > Hello! > > Just upgraded asterisk from 13 to 16 and found that php-agi library is > not compatible. > > It waits for --END COMMAND-- > > after command is completed, > > but, as I see from tcpdump, now asterisk does not send such string after > command is completed. > > > Could you tell me, is it possible to get previous behaviour ? > > Or what now manager sends as command completed ?
It is not possible to return the old behavior, and the new behavior is in the UPGRADE notes for 14 (UPGRADE-14.txt) as that is when it happened: AMI: - The Command action now sends the output from the CLI command as a series of Output headers for each line instead of as a block of text with the --END COMMAND-- delimiter to match the output from other actions. Commands that fail to execute (no such command, invalid syntax etc.) now return an Error response instead of Success. -- Joshua C. Colp Digium - A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Astricon is coming up October 9-11! Signup is available at: https://www.asterisk.org/community/astricon-user-conference Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
