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
This:
From: "Tom Jones" <sip:[email protected]>;tag=[pid]SIPpTag00[call_number] To: "Fromage" <sip:[email protected]>[peer_tag_param]
with this:
<ereg regexp=": *(.*)" search_in="hdr" header="From" assign_to="_,them"/> <ereg regexp=": *(.*)" search_in="hdr" header="To" assign_to="_,us"/>
produces unexpected results. You need start_line="true".
start_line="true"
The text was updated successfully, but these errors were encountered:
da85ff6
No branches or pull requests
This:
with this:
produces unexpected results. You need
start_line="true"
.The text was updated successfully, but these errors were encountered: