From ca5382e861e599d304752b4155c070d360ef0986 Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 6 May 2010 15:39:10 +0000 Subject: Permit more lines within a SIP body to be parsed. The example given within the related issue showed 120 lines, which was mostly a result of the body being XML. (closes issue #17179) Reported by: khw git-svn-id: http://svn.digium.com/svn/asterisk/trunk@261560 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/sip/include/sip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/sip') diff --git a/channels/sip/include/sip.h b/channels/sip/include/sip.h index ddc4bb9c1..2ee19b6d7 100644 --- a/channels/sip/include/sip.h +++ b/channels/sip/include/sip.h @@ -93,7 +93,7 @@ #define MAX_AUTHTRIES 3 /*!< Try authentication three times, then fail */ #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_MAX_LINES 256 /*!< 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 */ -- cgit v1.2.3