Skip to content
New issue

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

Cannot send a delayed BYE to caller #732

Open
oferbar opened this issue May 21, 2024 · 0 comments
Open

Cannot send a delayed BYE to caller #732

oferbar opened this issue May 21, 2024 · 0 comments

Comments

@oferbar
Copy link

oferbar commented May 21, 2024

Hello,

I am using SIPp v3.5.2-SCTP-PCAP-RTPSTREAM, with a custom configuration based on: uas.xml.
Normally, the caller is sending an INVITE and then a BYE to terminate the call.
However, for testing purposes I am trying to send a BYE from the server after X seconds.
I added an unused attribute in the INVITE header, and then parse it during the INVITE in the Xml.
If I get the header, a conditional is doing and .
However, that section does not work, although I verified that the condition is met with logs.

Bottom line, what is the best way to handle such a case inside SIPp?
So far, everything I tried did not work.

Here's some code snippets:

INVITE:
image

image

Pause & BYE:

image

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant