| Summary: | ASTERISK-00413: parentheses cannot be used within application arguments | ||
| Reporter: | Tilghman Lesher (tilghman) | Labels: | |
| Date Opened: | 2003-10-22 00:18:37 | Date Closed: | 2011-06-07 14:10:15 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ||
| Description: | Due to the simplistic parsing of application arguments in pbx/pbx_config.c, any closing parenthesis used will end parsing of the arguments. ****** ADDITIONAL INFORMATION ****** Ideally, the routine should count opening and closing parentheses and only end when the last set of parentheses are closed. | ||
| Comments: | By: Mark Spencer (markster) 2003-10-22 10:13:26 Actually it looks for the last closing parenthesis which should be fine. | ||