[asterisk-commits] oej: trunk r44706 - /trunk/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Oct 7 09:03:36 MST 2006
Author: oej
Date: Sat Oct 7 11:03:36 2006
New Revision: 44706
URL: http://svn.digium.com/view/asterisk?rev=44706&view=rev
Log:
Explain usage of DEFAULT_SIP_PORT
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=44706&r1=44705&r2=44706&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Sat Oct 7 11:03:36 2006
@@ -450,7 +450,7 @@
sip.conf.sample for new installations. These may differ to keep backwards compatibility,
yet encouraging new behaviour on new installations
*/
-#define DEFAULT_SIP_PORT 5060 /*!< From RFC 3261 (former 2543) */
+#define DEFAULT_SIP_PORT 5060 /*!< Our default port to listen to. From RFC 3261 (former 2543) */
#define DEFAULT_CONTEXT "default"
#define DEFAULT_MOHINTERPRET "default"
#define DEFAULT_MOHSUGGEST ""
More information about the asterisk-commits
mailing list