summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2009-01-26 15:56:13 +0000
committerOlle Johansson <oej@edvina.net>2009-01-26 15:56:13 +0000
commite9beff59690399c6cafec44c96f01a19538568d0 (patch)
treedf8a3835fcd2f59526864082bd4da3f4b0bc79e0 /channels
parentf35874c3f5b5c450ca87946e860ef122aa51c54c (diff)
Moving generic setting to friends
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@171401 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 45ba12d67..6e2f44986 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -541,6 +541,7 @@ static int mwi_expiry = DEFAULT_MWI_EXPIRY;
#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_pvt {
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