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
Just now I failed to see the missing / at the end of the <recv/> tag:
/
<recv/>
<recv request="BYE"> <send> <![CDATA[ SIP/2.0 200 OK [last_Via:] [last_From:] [last_To:] [last_Call-ID:] [last_CSeq:] Content-Length: 0 ]]> </send>
SIPp swallowed the scenario, but simply stopped at the BYE.
It'd be nice if it complained about the lack of valid XML.
(Or I could've used the pysipp sippfmt command to format the XML, in which case I'd have found this quickly.)
The text was updated successfully, but these errors were encountered:
411ccf4
No branches or pull requests
Just now I failed to see the missing
/
at the end of the<recv/>
tag:SIPp swallowed the scenario, but simply stopped at the BYE.
It'd be nice if it complained about the lack of valid XML.
(Or I could've used the pysipp sippfmt command to format the XML, in which case I'd have found this quickly.)
The text was updated successfully, but these errors were encountered: