aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-01-24Merge in dialing API and the app_page that uses it. (issue #BE-118)file2-1/+803
2007-01-24Merged revisions 51843 via svnmerge from russell1-4/+6
2007-01-23Fix some bugs in process_message(). The manager session lock needs to be heldrussell1-0/+12
2007-01-23Fix setting the default port of 8088 on 64-bit or big-endian machines.russell1-1/+1
2007-01-23When traversing the list of manager actions, the iterator needs to berussell1-21/+22
2007-01-23via 8748 (callerid.c loses name when returning PRIVATE_NUMBER flag), the user...murf1-1/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell3-40/+77
2007-01-19Merged revisions 51300 via svnmerge from russell1-0/+2
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell3-65/+116
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