[Home]

Summary:ASTERISK-13588: "Channel not specified" in asterisk 1.6.0.5
Reporter:Alexander Nosov (navis)Labels:
Date Opened:2009-02-16 09:48:45.000-0600Date Closed:2011-06-07 14:08:28
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:This is repeated again:
http://bugs.digium.com/view.php?id=14208

In manager.c line 2166:

if (!ast_strlen_zero(name)) {
       astman_send_error(s, m, "Channel not specified");
       return 0;
}
Comments:By: Joshua C. Colp (jcolp) 2009-02-16 09:50:40.000-0600

This has already been fixed in SVN and will be in the next release.