[asterisk-bugs] [Asterisk 0016072]: AMI input stream limit

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Jan 28 11:35:54 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16072 
====================================================================== 
Reported By:                khratos
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16072
Category:                   Core/ManagerInterface
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-10-14 12:55 CDT
Last Modified:              2011-01-28 11:35 CST
====================================================================== 
Summary:                    AMI input stream limit
Description: 
Using a PHP script or Telnet, when using updateconfig to add entries to
voicemail.conf, it stops at some point and does not continue writing to the
file if the amount of entries exceeds about 19 lines. (If in a single
'updateconfig' you use more than 19 'append', in order to add entries).

How to reproduce:
Copy the text at this file ( http://slackware-es.com/ami-input.txt ) and
send it to AMI, it will NOT report errors on CLI or AMI, but will only add
about 19 entries to the file.

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

---------------------------------------------------------------------- 
 (0131178) seanbright (manager) - 2011-01-28 11:35
 https://issues.asterisk.org/view.php?id=16072#c131178 
---------------------------------------------------------------------- 
This is still an issue.  And the issue is simple:

<pre>
#define AST_MAX_MANHEADERS 128</pre>

So after 128 headers, we stop reading. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-28 11:35 seanbright     Note Added: 0131178                          
======================================================================




More information about the asterisk-bugs mailing list