We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I was testing this new plugin in homer10 and observing issues with some of the search filters
e.g If I want to search a specific call-id, I get No Data in result.
generated query for this: {callid=~"[email protected]_b2b-1"} | regexp "To: <sip:(?<to_user>\w+)" | regexp "From: <sip:(?<from_user>\w+)" | regexp "To: <sip:.@(?<to_domain>[a-zA-Z0-9.]+)" | regexp "From: <sip:.@(?<from_domain>[a-zA-Z0-9.]+)" | regexp "Call-ID:\s+(?.+?)\r\n"
similar issue happens when searching for from_user, to_user, from_domain and to_domain.
The text was updated successfully, but these errors were encountered:
@AlexeyOplachko why would the query use so many parameters when only one is selected by the user?
Sorry, something went wrong.
AlexeyOplachko
No branches or pull requests
Hi, I was testing this new plugin in homer10 and observing issues with some of the search filters
e.g If I want to search a specific call-id, I get No Data in result.
generated query for this:
{callid=~"[email protected]_b2b-1"} | regexp "To: <sip:(?<to_user>\w+)" | regexp "From: <sip:(?<from_user>\w+)" | regexp "To: <sip:.@(?<to_domain>[a-zA-Z0-9.]+)" | regexp "From: <sip:.@(?<from_domain>[a-zA-Z0-9.]+)" | regexp "Call-ID:\s+(?.+?)\r\n"
similar issue happens when searching for from_user, to_user, from_domain and to_domain.
The text was updated successfully, but these errors were encountered: