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

Fixes #55 #145

Merged
merged 1 commit into from
Jun 7, 2023
Merged

Fixes #55 #145

merged 1 commit into from
Jun 7, 2023

Conversation

tayler6000
Copy link
Owner

Changed socket out to be a reference to socket in for RTPClient.

Some systems were just replying to the port they were receiving RTP on instead of sending RTP to the port specified in the SDP of the INVITE or OK message. This was causing loss of audio and DTMF on those systems.

Waiting to hear if this fixed the issue, and if it does, will push an additional commit to release pyVoIP v1.6.5

[FIX] Changed socket out to be a reference to socket in for RTPClient.
      Some systems were just replying to the port they were receiving RTP on
      instead of sending RTP to the port specified in the SDP of the INVITE or
      OK message. This was causing loss of audio and DTMF on those systems.
@ainscore
Copy link

ainscore commented Jun 5, 2023

By chance I was experiencing this issue today with Twilio's hosted PBX and applied the same change, which fixed the issue for me.

@tayler6000
Copy link
Owner Author

@ainscore Glad it helped! Just to make sure, you didn't open an GitHub Issue right? No need to if you didn't, but if you did, I want to make sure it gets linked here.

@tayler6000
Copy link
Owner Author

Fixes #146

@tayler6000 tayler6000 linked an issue Jun 5, 2023 that may be closed by this pull request
@tayler6000 tayler6000 marked this pull request as ready for review June 5, 2023 17:44
@ainscore
Copy link

ainscore commented Jun 5, 2023

@ainscore Glad it helped! Just to make sure, you didn't open an GitHub Issue right? No need to if you didn't, but if you did, I want to make sure it gets linked here.

Right I do not have an open Github issue for that

@tayler6000 tayler6000 merged commit 0eafe8c into master Jun 7, 2023
@tayler6000 tayler6000 deleted the bugfix/Issue-55 branch June 7, 2023 13:55
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

Successfully merging this pull request may close these issues.

wav audio cannot hear when i use PortSIP android to call pyVoip DTMF events are not being reported
2 participants