aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-27Issue 8599 (rizzo) Change invitestate before re-sending invite with auth.oej1-0/+2
2006-12-27Fix bogus content-length in t38 sdp. (rizzo, #8600)oej1-1/+2
2006-12-26Get rid of a needless memory allocation and only create a conference structur...file1-10/+6
2006-12-26Add an API call that initializes an RTP structure. We need this because chan_...file3-6/+22
2006-12-25Clean up autoconf file (gets rid of warnings seen when rebuilding configure) ...file2-938/+1843
2006-12-25Merged revisions 48955 via svnmerge from russell1-1/+0
2006-12-24Fix a typo in an error message that indicated that the MGCP channel type couldrussell1-1/+1
2006-12-24Merged revisions 48943 via svnmerge from russell1-1/+1
2006-12-24Merged revisions 48939 via svnmerge from russell1-2/+2
2006-12-23Implement locking for the list of URI handlers to make it thread-safe.russell1-4/+22
2006-12-22Minor fixes for Solaris.qwell2-4/+1
2006-12-22Note to self: Run make before committing...qwell1-1/+1
2006-12-22Fix for issue 7774 - patch by alamantiaqwell1-4/+7