aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-01-18Ensure that the locations given to the Asterisk configure script for ncurses,russell1-2/+2
2007-01-18Merged revisions 51255 via svnmerge from tilghman1-3/+4
2007-01-18Fix an issue with file name completion in "module load" and "load".qwell1-3/+24
2007-01-18Fix an issue with deprecated commandsqwell1-4/+79
2007-01-18Make the "hasmanager" option in users.conf actually have an effect.russell1-0/+34
2007-01-18Pass data as well for hold/unhold/vidupdate frames. (issue #8840 reported by ...file1-2/+2
2007-01-17Merged revisions 51194 via svnmerge from tilghman1-1/+1
2007-01-17Return the correct result when directly writing out a packet so that the core...file1-2/+2
2007-01-17Fix issue with dtmf continuation packets when the dtmf digit is 0...qwell1-2/+5
2007-01-16Display more useful output when streaming files.qwell1-3/+2
2007-01-16It is possible for the config pointer to be NULL here, so it needs to berussell1-1/+1
2007-01-15re-add deprecated "show version" CLI command.qwell1-1/+16
2007-01-15Move event processing into do_message so that it gets executed again when eve...file1-7/+6
2007-01-15use the ACX_PTHREAD macro from the Autoconf macro archive for setting up comp...kpfleming1-1/+1
2007-01-14Add missing newlines for two memory CLI commands.file1-2/+2
2007-01-14Merged revisions 50781 via svnmerge from tilghman31-31/+31
2007-01-13Only write a frame out to the channel if one exists. There are cases where on...file1-2/+4
2007-01-12We need to check for res being 0 in do_message itself, otherwise our headers ...file1-4/+4
2007-01-12Merged revisions 50561 via svnmerge from kpfleming1-1/+2
2007-01-11Add support to see whether NAT was detected (yay symmetric RTP) and also add ...file1-0/+5
2007-01-10Fix parsing when using something like ldap settings. (done by anthonyl)file1-1/+4
2007-01-10Ensure data's existence before trying to access it. (issue #8774 reported by ...file1-1/+1
2007-01-09Re-add CLI command that should have only been deprecated in 1.4.qwell1-2/+22
2007-01-08Disable the more intense packet2packet bridging until the bugs can be worked ...file1-0/+10
2007-01-06Save 1 whopping byte of allocated memory!qwell1-8/+4
2007-01-05ast_func_read() needs a writable copy of the function name to be passedkpfleming1-1/+3
2007-01-05don't 'consume' the params list before we try to use it againkpfleming1-3/+3
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming3-149/+158
2007-01-05Don't keep repeating the warning over and over when the end of the call is re...file1-7/+3
2007-01-04add support for tracking thread-local-storage objects that exist via 'threads...kpfleming4-2/+239
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...kpfleming1-2/+4
2007-01-04don't do frame header caching in the core if LOW_MEMORY is definedkpfleming1-1/+16
2007-01-02This is a slight modification to Josh's edits for #8579; both files edited we...murf2-6/+6
2007-01-02Allow fractions of a second in the Wait() application, like it says it allows.qwell1-2/+3
2006-12-30If the Packet2Packet bridge is being broken because of a masquerade then atte...file1-0/+4
2006-12-28Fix some deprecated commands.qwell1-6/+177
2006-12-28saw this in passing... fix a small typoqwell1-1/+1
2006-12-28make the uris_lock a rwlock instead of a mutex lock - needs to be forward por...qwell1-11/+11
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf5-87/+75
2006-12-27ast_copy_string is not available when LOW_MEMORY is used and things are being...file1-3/+3
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 belongskpfleming2-3/+1
2006-12-27allow 'show memory' and 'show memory summary' to distinguish memory allocatio...kpfleming2-20/+57
2006-12-26Add an API call that initializes an RTP structure. We need this because chan_...file1-6/+18
2006-12-23Implement locking for the list of URI handlers to make it thread-safe.russell1-4/+22
2006-12-22Minor fixes for Solaris.qwell1-4/+0
2006-12-18remove some now-unnecessary explicit includes of autoconfig.hkpfleming1-0/+1
2006-12-16simplify dependency tracking system, using the compiler's built-in method for...kpfleming1-1/+0
2006-12-16since we really, really have to have autoconfig.h included before all other h...kpfleming1-5/+5