[Home]

Summary:ASTERISK-06006: [patch] app_playbac.c code simplifications
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2006-01-07 03:56:51.000-0600Date Closed:2008-01-15 16:12:28.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_playback
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) playback.patch
Description:the attached patch simplifies the code in playback_exec
by moving LOCAL_USER_ADD to after the allocation is done
(consistently with some other modules), localising some
variables, simplifying a while loop, and replacing two calls
to the same function and different arguments with a single
call and variable arguments
Comments:By: Mark Spencer (markster) 2006-01-07 17:08:59.000-0600

Added to trunk, thanks!

By: Digium Subversion (svnbot) 2008-01-15 16:12:28.000-0600

Repository: asterisk
Revision: 7864

U   trunk/apps/app_playback.c

------------------------------------------------------------------------
r7864 | markster | 2008-01-15 16:12:28 -0600 (Tue, 15 Jan 2008) | 2 lines

Merge playback cleanups (bug ASTERISK-6006)

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

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