[Home]

Summary:ASTERISK-06411: FastAGI - HANGUP - 510 Invalid or unknown command
Reporter:fertoif (fertoif)Labels:
Date Opened:2006-02-24 02:41:02.000-0600Date Closed:2011-06-07 14:10:33
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When sending HANGUP request to the pbx from FastAGI, a space has to be appended to the end of the command if not specifying <channel>, otherwise we get 510 result. But even then it results in -1 (failed). It works fine with simple AGI, when invoking the script directly and communicating through stdin/stdout.

AGI Rx << HANGUP
AGI Tx >> 510 Invalid or unknown command

;;with space at the end "HANGUP "
AGI Rx << HANGUP
AGI Tx >> 200 result=-1
Comments:By: Matt O'Gorman (mogorman) 2006-02-28 15:00:44.000-0600

this is the second time I have seen a bug similar to this posted can you message me on irc, mogorman, or on jabber mogorman@astjab.org as to further understand the problem as i can not duplicate it here in the lab

By: Tilghman Lesher (tilghman) 2006-03-11 09:49:16.000-0600

Any updates?  //Housekeeping

By: Clod Patry (junky) 2006-04-23 14:22:38

Almost 2 months of inactivity here?
Feel free to re-open, if still needed.