-
Notifications
You must be signed in to change notification settings - Fork 35
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
SIPREC Parsing gets an error of "Error connecting call: TypeError: Cannot read property '0' of undefined" due to inactive instead of sendonly #43
Comments
can you show the entire INVITE that causes the issue? |
Hello, Regarding the SIP-REC Invite itself, you can ignore the IP address areas because I've switched the values from our URLs/IPs. None the less, this is the SIP-REC Invite:
|
@davehorton Hey Dave, By any chance, is there an update regarding this issue? Thanks :) |
davehorton
added a commit
that referenced
this issue
Jun 29, 2021
please try with the latest (note: master branch has been renamed to main) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
We've recently experienced a use-case in which we've sent in our SIP-REC Invite the variable "inactive" instead of "sendonly", which crashed the SIPREC parsePayload function.
I'm currently using this commit(95a6e71 - link).
Maybe I didn't found by mistake, but are there any changes that allow for receiving inactive and still function regarding receiving the SIP-REC and process it?
Sincerely yours,
Ido Magor
The text was updated successfully, but these errors were encountered: