Skip to content

Filter HSP missing return on CDR path #241

@braindawg

Description

@braindawg

Looks like a large conditional was removed from plugins/filters/app_hsp/filter_app_hsp.js in a4260f6 that left a dangling else. That else was cleaned up in f37f4c5, but the body of the else that should have become the default route was also removed, so now this code path has no return.

	    if (raw.message.startsWith('cdr')){
                ...
            }  else { return raw.message; }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions