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

Proxy across transport in SIP #10

Open
GoogleCodeExporter opened this issue May 18, 2015 · 2 comments
Open

Proxy across transport in SIP #10

GoogleCodeExporter opened this issue May 18, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

First reported on Jul 2, 2012 by Debasish Chandra <[email protected]> 
--

However I noticed that sipd, only allowing call between phone register 
webscoket or between phones which are not using websocket. It doesn't 
interconnect between normal phone register using UDP with phone using 
websocket. Even though its getting proper port and IP, but using the same media 
as originating phone. For example if any ph connected with websocket, and when 
try to call another phone registered using UDP, SIPD trying to connect with 
that phone using websocket only. In case if it is originated from a phone using 
UDP transport, it sending Invite over UDP only, not on websocket.

--

The way sipd.py (and sipapi.py) evolved it was not trivial to change the 
transport on proxy. Need to re-think the design of the voip.py's Proxy class so 
that it allows multiple transports.

Original issue reported on code.google.com by [email protected] on 9 Jul 2012 at 8:50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant