[asterisk-bugs] [Asterisk 0014208]: Channel not specified - Asterisk-1.6.0.3

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jan 12 09:41:43 CST 2009


The following issue has been UPDATED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14208 
====================================================================== 
Reported By:                ccesario
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14208
Category:                   Core/ManagerInterface
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           1.6.0.3-rc1 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           1.6.0.4
====================================================================== 
Date Submitted:             2009-01-10 16:17 CST
Last Modified:              2009-01-12 09:41 CST
====================================================================== 
Summary:                    Channel not specified - Asterisk-1.6.0.3
Description: 
The originate command in AMI, return "Channel not specified", but channel
param is defined.

maybe is a mismatch in manager.c ?

--- manager.c.ori       2009-01-10 20:03:24.000000000 -0200
+++ manager.c   2009-01-10 20:04:40.000000000 -0200
@@ -2163,7 +2163,7 @@
        int format = AST_FORMAT_SLINEAR;

        pthread_t th;
-       if (!ast_strlen_zero(name)) {
+       if (ast_strlen_zero(name)) {
                astman_send_error(s, m, "Channel not specified");
                return 0;
        }


====================================================================== 

---------------------------------------------------------------------- 
 (0097486) blitzrage (administrator) - 2009-01-12 09:41
 http://bugs.digium.com/view.php?id=14208#c97486 
---------------------------------------------------------------------- 
Fixed in revision 161490. Will make it into 1.6.0.4 and beyond. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-12 09:41 blitzrage      Note Added: 0097486                          
2009-01-12 09:41 blitzrage      Status                   feedback => closed  
2009-01-12 09:41 blitzrage      Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list