| Summary: | ASTERISK-26239: res_pjsip_logger: An empty global/debug option is treated as a "match all" hostname | ||
| Reporter: | George Joseph (gjoseph) | Labels: | |
| Date Opened: | 2016-07-26 08:41:04 | Date Closed: | 2016-08-12 16:37:36 |
| Priority: | Trivial | Regression? | |
| Status: | Closed/Complete | Components: | Resources/res_pjsip_logger |
| Versions: | SVN 13.10.0 14.0.0-beta1 | Frequency of Occurrence | Constant |
| Related Issues: | |||
| Environment: | Attachments: | ||
| Description: | The check debug function in res_pjsip_logger is treating an empty "debug" value as a hostname which results in an "all" match. The "pjsip set logger" command prevents a blank hostname but sorcery doesn't so you can specify
{noformat} [global] type = global debug= {noformat} and get an empty value. | ||
| Comments: | |||