[Home]

Summary:ASTERISK-17806: [patch] announce field in queue_ent is not long enough
Reporter:Byron Clark (byronclark)Labels:
Date Opened:2011-05-05 13:02:56Date Closed:2011-05-05 14:56:46
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) queue_announce_length.patch
Description:Currently the announce field in queue_ent is limited to 80 characters. Our system uses paths that are longer than 80 characters. The attached trivial patch (against svn trunk) increases the field length to PATH_MAX characters.
Comments:By: Digium Subversion (svnbot) 2011-05-05 14:55:59

Repository: asterisk
Revision: 317336

U   branches/1.8/apps/app_queue.c

------------------------------------------------------------------------
r317336 | russell | 2011-05-05 14:55:58 -0500 (Thu, 05 May 2011) | 7 lines

Increase buffer size to be PATH_MAX for a path.

(closes issue ASTERISK-17806)
Reported by: byronclark
Patches:
     queue_announce_length.patch uploaded by byronclark (license 1200)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=317336

By: Digium Subversion (svnbot) 2011-05-05 14:56:45

Repository: asterisk
Revision: 317337

_U  trunk/
U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r317337 | russell | 2011-05-05 14:56:45 -0500 (Thu, 05 May 2011) | 14 lines

Merged revisions 317336 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
 r317336 | russell | 2011-05-05 14:55:58 -0500 (Thu, 05 May 2011) | 7 lines
 
 Increase buffer size to be PATH_MAX for a path.
 
 (closes issue ASTERISK-17806)
 Reported by: byronclark
 Patches:
       queue_announce_length.patch uploaded by byronclark (license 1200)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=317337