[asterisk-commits] oej: trunk r171401 - /trunk/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 26 09:56:13 CST 2009
Author: oej
Date: Mon Jan 26 09:56:13 2009
New Revision: 171401
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=171401
Log:
Moving generic setting to friends
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=171401&r1=171400&r2=171401
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Jan 26 09:56:13 2009
@@ -541,6 +541,7 @@
#define SIP_MAX_HEADERS 64 /*!< Max amount of SIP headers to read */
#define SIP_MAX_LINES 64 /*!< Max amount of lines in SIP attachment (like SDP) */
#define SIP_MIN_PACKET 4096 /*!< Initialize size of memory to allocate for packets */
+#define MAX_HISTORY_ENTRIES 50 /*!< Max entires in the history list for a sip_pvt */
#define INITIAL_CSEQ 101 /*!< Our initial sip sequence number */
@@ -1708,8 +1709,6 @@
struct sip_subscription_mwi *mwi; /*!< If this is a subscription MWI dialog, to which subscription */
};
-/*! Max entires in the history list for a sip_pvt */
-#define MAX_HISTORY_ENTRIES 50
/*! \brief
* Here we implement the container for dialogs (sip_pvt), defining
More information about the asterisk-commits
mailing list