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

feat(networking): added the oppertunity to choose either the tcp or udp protocol #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

essbo
Copy link

@essbo essbo commented Mar 2, 2024

No description provided.

feat (__init__.py) : added a variable to determine the transport protocol for certain sip providers.
fix: added missing f-string for transport
@@ -20,7 +20,7 @@


class BareSIP(Thread):
def __init__(self, user, pwd, gateway, tts=None, debug=False,
def __init__(self, user, pwd, gateway, transport, tts=None, debug=False,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a default value here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we could add UDP as default there.

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.

2 participants