[asterisk-dev] [Code Review] SIP: port configuration
David Vossel
dvossel at digium.com
Mon Sep 21 13:46:26 CDT 2009
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/357/
-----------------------------------------------------------
(Updated 2009-09-21 13:46:26.110207)
Review request for Asterisk Developers.
Changes
-------
Updated to send TLS registrations via port 5061 by default.
Summary
-------
In chan_sip.c, build_peer() was built with the assumption that the default port for a peer would always be 5060. This is not the case when transport=tls. Now in build_peer() instead of setting the default port at the beginning of the function, the port is cleared until after option parsing is complete. This allows the correct default port to be set at the end of the function according to what transport type is specified. If a peer is registered, the peer's port will not be cleared or overridden during a reload. I also changed the "port" option parsing to check for errors by using sscanf() rather than atoi().
This addresses bug 15854.
https://issues.asterisk.org/view.php?id=15854
Diffs (updated)
-----
/trunk/channels/chan_sip.c 219749
Diff: https://reviewboard.asterisk.org/r/357/diff
Testing
-------
made a test call via tls, verified port 5061 is used by default rather than 5060
Thanks,
David
More information about the asterisk-dev
mailing list