[Home]

Summary:ASTERISK-20680: Increase the buffer for dynamic feature
Reporter:Clod Patry (junky)Labels:
Date Opened:2012-11-13 21:44:13.000-0600Date Closed:2012-12-11 22:50:45.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Features
Versions:11.0.1 Frequency of
Occurrence
Related
Issues:
is duplicated byASTERISK-23950 DYNAMIC_FEATURES maximum length
Environment:Attachments:( 0) ASTERISK-20680.diff
( 1) asterisk-20680-dynamic-features-v2.diff
Description:A friend is using:
DYNAMIC_FEATURES=>record#park221#park222#park223#park224#park225#park226#park227#park228#park229#park230#park231#park232#park233#park235#park236
it's working perfectly.


but when he tried to use:
DYNAMIC_FEATURES=>record#park221#park222#park223#park224#park225#park226#park227#park228#park229#park230#park231#park232#park233#park235#park236#park237#park238
It's not working for 237, nor 238.

I realized, there's a buffer limited to 128 chars, so by increasing it, this will solve problems for quite a long time.
Comments:By: Michael L. Young (elguero) 2012-11-18 22:17:57.525-0600

The other thing we can do is not limit the size of the dynamic features... instead we make it dynamic.

Try this patch out.

By: Michael L. Young (elguero) 2012-11-30 08:42:38.319-0600

Have you been able to test this patch out, the one that I submitted?  I was kind of hoping that someone else besides me tested it.

I am going to go ahead and submit this for code review.  Please report back if you were able to test this patch and confirm that it works.

Thanks