[Home]

Summary:ASTERISK-14992: [patch] length of queue name is static
Reporter:Mark Petersen (roadkill)Labels:
Date Opened:2009-10-15 03:53:04Date Closed:2010-01-08 09:24:09.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) quequename_limit.patch
Description:if you have a queue that has a name that is longer than 12 char the name is truncated

****** ADDITIONAL INFORMATION ******

list of 4 queues
Camp1017
Camp1016
ExternalCamp1017
ExternalCamp1016

Camp1017     has 0 calls (max unlimited) in 'ringall' strategy (0s holdtime), W:0, C:0, A:0, SL:0.0% within 0s
  Members:
     Local/1017@DialAccount (Not in use) has taken no calls yet
  No Callers

Camp1016     has 0 calls (max unlimited) in 'ringall' strategy (0s holdtime), W:0, C:0, A:0, SL:0.0% within 0s
  Members:
     Local/1016@DialAccount (Not in use) has taken no calls yet
  No Callers

ExternalCamp has 0 calls (max unlimited) in 'ringall' strategy (0s holdtime), W:0, C:0, A:0, SL:0.0% within 0s
  Members:
     Local/1017@DialAccount (Not in use) has taken no calls yet
  No Callers

ExternalCamp has 0 calls (max unlimited) in 'ringall' strategy (0s holdtime), W:0, C:0, A:0, SL:0.0% within 0s
  Members:
     Local/1016@DialAccount (Not in use) has taken no calls yet
  No Callers

Comments:By: Peng Yong (ppyy) 2009-10-15 10:03:40

ast_str_set(&out, 0, "%-12.12s has %d calls (max ", q->name, q->count);

By: Peng Yong (ppyy) 2009-10-15 12:06:05

i have signed the license before.

By: Elazar Broad (ebroad) 2009-10-15 12:21:15

License is pending, I will change the status once it is accepted.

By: Digium Subversion (svnbot) 2010-01-07 12:58:24.000-0600

Repository: asterisk
Revision: 238361

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r238361 | dvossel | 2010-01-07 12:58:23 -0600 (Thu, 07 Jan 2010) | 8 lines

cli 'queue show' formatting fix.  queue name was truncated over 12 characters

(closes issue ASTERISK-14992)
Reported by: RoadKill
Patches:
     quequename_limit.patch uploaded by ppyy (license 906)
Tested by: dvossel

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

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

By: Digium Subversion (svnbot) 2010-01-07 12:59:03.000-0600

Repository: asterisk
Revision: 238362

_U  branches/1.6.2/
U   branches/1.6.2/apps/app_queue.c

------------------------------------------------------------------------
r238362 | dvossel | 2010-01-07 12:59:03 -0600 (Thu, 07 Jan 2010) | 15 lines

Merged revisions 238361 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r238361 | dvossel | 2010-01-07 12:58:23 -0600 (Thu, 07 Jan 2010) | 8 lines
 
 cli 'queue show' formatting fix.  queue name was truncated over 12 characters
 
 (closes issue ASTERISK-14992)
 Reported by: RoadKill
 Patches:
       quequename_limit.patch uploaded by ppyy (license 906)
 Tested by: dvossel
........

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

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

By: Digium Subversion (svnbot) 2010-01-07 13:00:16.000-0600

Repository: asterisk
Revision: 238363

_U  branches/1.6.1/
U   branches/1.6.1/apps/app_queue.c

------------------------------------------------------------------------
r238363 | dvossel | 2010-01-07 13:00:16 -0600 (Thu, 07 Jan 2010) | 15 lines

Merged revisions 238361 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r238361 | dvossel | 2010-01-07 12:58:23 -0600 (Thu, 07 Jan 2010) | 8 lines
 
 cli 'queue show' formatting fix.  queue name was truncated over 12 characters
 
 (closes issue ASTERISK-14992)
 Reported by: RoadKill
 Patches:
       quequename_limit.patch uploaded by ppyy (license 906)
 Tested by: dvossel
........

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

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

By: Digium Subversion (svnbot) 2010-01-07 13:00:45.000-0600

Repository: asterisk
Revision: 238364

_U  branches/1.6.0/
U   branches/1.6.0/apps/app_queue.c

------------------------------------------------------------------------
r238364 | dvossel | 2010-01-07 13:00:45 -0600 (Thu, 07 Jan 2010) | 15 lines

Merged revisions 238361 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r238361 | dvossel | 2010-01-07 12:58:23 -0600 (Thu, 07 Jan 2010) | 8 lines
 
 cli 'queue show' formatting fix.  queue name was truncated over 12 characters
 
 (closes issue ASTERISK-14992)
 Reported by: RoadKill
 Patches:
       quequename_limit.patch uploaded by ppyy (license 906)
 Tested by: dvossel
........

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

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