mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-07 15:19:24 -07:00
Merged revisions 120959 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r120959 | jpeeler | 2008-06-06 13:29:14 -0500 (Fri, 06 Jun 2008) | 1 line add another LOW_MEMORY define I forgot ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@120960 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7384,11 +7384,13 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req, int t38action
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef LOW_MEMORY
|
||||
static void ts_ast_rtp_destroy(void *data)
|
||||
{
|
||||
struct ast_rtp *tmp = data;
|
||||
ast_rtp_destroy(tmp);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*! \brief Add header to SIP message */
|
||||
static int add_header(struct sip_request *req, const char *var, const char *value)
|
||||
|
||||
Reference in New Issue
Block a user