Skip to content

Comments

making sip caller example to work under python3#16

Open
grzegorc-hub wants to merge 1 commit intotheintencity:python3from
grzegorc-hub:python3
Open

making sip caller example to work under python3#16
grzegorc-hub wants to merge 1 commit intotheintencity:python3from
grzegorc-hub:python3

Conversation

@grzegorc-hub
Copy link

Co-authored-by: Jakub Plonka jakub.plonka@avigilon.com

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 <jakub.plonka@avigilon.com>

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