aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-01-04add support for tracking thread-local-storage objects that exist via 'threads...kpfleming7-2/+308
2007-01-04Only free comments and line buffer once we reach the first level. (issue #867...file1-12/+20
2007-01-04don't mark these allocations as 'cache' allocations when caching has been dis...kpfleming2-4/+10
2007-01-04if we're going to decrement the frame count when we free a frame, we should i...kpfleming1-0/+2
2007-01-04only do IAX2 frame caching for voice and video frameskpfleming3-13/+16
2007-01-04don't do frame header caching in the core if LOW_MEMORY is definedkpfleming1-1/+16
2007-01-04don't define this type either if LOW_MEMORY is enabledkpfleming1-1/+1
2007-01-04Merged revisions 49447 via svnmerge from mogorman1-56/+55
2007-01-04don't do frame caching in LOW_MEMORY modekpfleming1-1/+14
2007-01-04make building of codec_gsm against the system GSM library actually workkpfleming1-1/+1
2007-01-04Merged revisions 49412 via svnmerge from mogorman1-4/+4
2007-01-04Fix the REALTIME() dialplan function. ast_build_string() advances the stringrussell1-3/+3
2007-01-03Merged revisions 49354 via svnmerge from mogorman1-7/+33
2007-01-03Merged revisions 48319,48321,48467,48552,48576,49135,49303 via svnmerge from crichter8-86/+154
2007-01-03various Makefile improvements to get chan_vpb (and any other C++ modules) to ...kpfleming2-3/+11
2007-01-03Check pvt structure presence before passing to send_command. This gets rid of...file1-2/+8
2007-01-02This is a slight modification to Josh's edits for #8579; both files edited we...murf4-8/+8
2007-01-02Small cleanup of add_t38sdp - it's always enabled at that point in the codeoej1-3/+1
2007-01-02Allow fractions of a second in the Wait() application, like it says it allows.qwell1-2/+3
2007-01-02remove comment that is unrelated to this functionkpfleming1-1/+1
2007-01-02Adding note on effect of applicationmap features on re-invitesoej1-1/+4
2007-01-01check specifically for VLDTMF and transcoding support in the system's Zaptel ...kpfleming5-58/+130
2007-01-01use a simpler (and portable) method to ensure that menuselect is built as a h...kpfleming1-1/+1
2007-01-01revert this change until a better solution can be found... 'env -i' was not b...kpfleming1-1/+1
2007-01-01remove incomplete implementation of dnsmgr. Let's fix this in trunk.oej1-4/+0
2006-12-30IAX has been deprecated for quite some time so we had better use IAX2 when cr...file1-1/+1
2006-12-30Use asprintf to build the channel names instead of custom function. I believe...file1-3/+3
2006-12-30If the Packet2Packet bridge is being broken because of a masquerade then atte...file1-0/+4
2006-12-30Initialize the packet queue in load_module instead of just declaring the list...file1-3/+5
2006-12-30A fix for 8661, where the CUT func needed to have comma args converted to ver...murf1-1/+16
2006-12-29put this value into the correct propertykpfleming0-0/+0
2006-12-29Merged revisions 49045 via svnmerge from kpfleming1-1/+1
2006-12-29simple commit to test CIA integrationkpfleming1-1/+1
2006-12-28Fix some deprecated commands.qwell1-6/+177
2006-12-28saw this in passing... fix a small typoqwell1-1/+1
2006-12-28new versions of soundskpfleming1-2/+2
2006-12-28make the uris_lock a rwlock instead of a mutex lock - needs to be forward por...qwell1-11/+11
2006-12-28Backport support for read/write locks.file4-1/+199
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf10-188/+188
2006-12-27ast_copy_string is not available when LOW_MEMORY is used and things are being...file2-4/+4
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming14-49/+49
2006-12-27move extern declaration for this option to a header file where it belongskpfleming3-3/+3
2006-12-27Only include acl.h and lock.h onceoej1-2/+0
2006-12-27Only set rfc2833compensate flag once (handle_common_options)oej1-4/+0
2006-12-27- Remove checking for T38 options twice. Keeping them in handle_common_optionsoej1-30/+0
2006-12-27make the option actually match the documentationkpfleming1-1/+1
2006-12-27allow 'show memory' and 'show memory summary' to distinguish memory allocatio...kpfleming5-21/+75
2006-12-27Be a bit more politically correctoej2-7/+7
2006-12-27Issue #8575 - Buggy cisco MWI support.oej2-3/+16
2006-12-27- Make sure handle_common_options return 1 when we found a common optionoej1-2/+14