Open gedia opened 1 month ago
Thanks @gedia for sharing this! We really appreciate you taking the time to share this with the community. @Dletta has been working on a new parser for some weeks so he'll check this out and see if there's any element we should consider for the new universal parser. Would you be willing to give it a try and help consolidate some details?
Sure, ping me and I'll give it a try
@gedia I put together a branch for reassembly, some of your changes I had already added in (such as the regex parser for all versions)
Thank you for confirming my hunch there.
Could you checkout my branch and see if it works for you and your use case?
Hello all,
I'm uploading here an attempt at creating a more robust (for my use case) filter for audiocodes. The one available in the
next
branch doesn't seem to work with the Audiocodes SBC version I have access to (7.20A.256.721), and it wasn't reliable when I tweaked it a bit to overcome some obvious parsing issues.Compared to the existing filter, this PoC
\n
instead of\r\n
(pre-commit b5af708ffa5be36e0f89e76fd485608e2c4f2d7c)To anyone interested in working on this, here's the logic behind it. Syslog messages from Audiocodes SBC are expected to conform to the following structure:
filter_app_audiocodes_new.txt