[asterisk-bugs] [Asterisk 0014027]: [patch] error allocationg a manager user
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 8 12:49:46 CST 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=14027
======================================================================
Reported By: junky
Assigned To: svnbot
======================================================================
Project: Asterisk
Issue ID: 14027
Category: Core/ManagerInterface
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0
SVN Revision (number only!): 161639
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-12-07 23:09 CST
Last Modified: 2008-12-08 12:49 CST
======================================================================
Summary: [patch] error allocationg a manager user
Description:
when using the manager with 1.6, i noticed this problem.
When using permission to all like:
[junky]
secret=foo
read = all
write = all
When i do:
shooter*CLI> manager show user junky
shooter*CLI>
username: junky
secret: <Set>
acl: no
read perm:
system,call,log,verbose,command,agent,user,config,dtmf,reporting,cdr,dialplan,a
write perm:
system,call,log,verbose,command,agent,user,config,dtmf,reporting,cdr,dialplan,a
displayconnects: yes
[Dec 7 23:59:55] failed to extend from 80 to 126
[Dec 7 23:59:55] failed to extend from 80 to 118
[Dec 7 23:59:55] failed to extend from 80 to 126
[Dec 7 23:59:55] failed to extend from 80 to 118
So the solution is just to increment the size to 128.
======================================================================
----------------------------------------------------------------------
(0095967) svnbot (reporter) - 2008-12-08 12:49
http://bugs.digium.com/view.php?id=14027#c95967
----------------------------------------------------------------------
Repository: asterisk
Revision: 161790
U trunk/main/manager.c
------------------------------------------------------------------------
r161790 | tilghman | 2008-12-08 12:49:45 -0600 (Mon, 08 Dec 2008) | 6
lines
Allocate enough space initially for the message.
(closes issue http://bugs.digium.com/view.php?id=14027)
Reported by: junky
Patches:
M14027.diff uploaded by junky (license 177)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=161790
Issue History
Date Modified Username Field Change
======================================================================
2008-12-08 12:49 svnbot Note Added: 0095967
2008-12-08 12:49 svnbot Status ready for review =>
resolved
2008-12-08 12:49 svnbot Resolution open => fixed
2008-12-08 12:49 svnbot Assigned To => svnbot
======================================================================
More information about the asterisk-bugs
mailing list