[Home]

Summary:ASTERISK-03038: [PATCH] optimize options parsing in try_calling
Reporter:Kevin P. Fleming (kpfleming)Labels:
Date Opened:2004-12-19 00:26:12.000-0600Date Closed:2008-01-15 15:17:16.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue_fast_options_parsing_rev1.diff
( 1) app_queue_fast_options_parsing_rev1.txt
Description:Instead of calling strchr repeatedly, use a switch statement to scan the options string.

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

Disclaimer is on file.
Comments:By: Kevin P. Fleming (kpfleming) 2004-12-19 00:26:43.000-0600

Dang... forgot to mention, this patch is relative to the patch in bug 3092.

By: Mark Spencer (markster) 2004-12-19 16:40:32.000-0600

Does not apply to CVS (neither patch applies)

By: Mark Spencer (markster) 2004-12-19 17:23:03.000-0600

Doh, I didn't read what you said.  Anyway it's in there!

By: Russell Bryant (russell) 2004-12-21 15:23:53.000-0600

not in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:17:16.000-0600

Repository: asterisk
Revision: 4493

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r4493 | markster | 2008-01-15 15:17:16 -0600 (Tue, 15 Jan 2008) | 2 lines

Merge optimize options patch (bug ASTERISK-3038)

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

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