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

making sip caller example to work under python3 #16

Open
wants to merge 1 commit into
base: python3
Choose a base branch
from

Conversation

grzegorc-hub
Copy link

Co-authored-by: Jakub Plonka [email protected]

Contains some further porting to python3 changes. With these changes we have managed to succefully run sip caller example with server and 2 callers.
Link to example description:
https://github.com/theintencity/rtclite/blob/master/rtclite/app/sip/caller.md
Here are commands used for testing:
python -m rtclite.app.sip.server -d
python -m rtclite.app.sip.caller --listen --register --user=alice --domain=localhost --no-audio
python -m rtclite.app.sip.caller --listen --register --user=bob --domain=localhost --port=5094 --to=sip:alice@localhost --send=hello --no-audio

Co-authored-by: Jakub Plonka <[email protected]>

Contains some further porting to python3 changes. With these changes we have managed to succefully run sip caller example with server and 2 callers.
Link to example description:
https://github.com/theintencity/rtclite/blob/master/rtclite/app/sip/caller.md
Here are commands used for testing:
python -m rtclite.app.sip.server -d
python -m rtclite.app.sip.caller --listen --register --user=alice --domain=localhost --no-audio
python -m rtclite.app.sip.caller --listen --register --user=bob --domain=localhost --port=5094 --to=sip:alice@localhost --send=hello --no-audio
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.

1 participant