aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2007-11-16remove a bunch of duplicate includesrizzo3-4/+3
2007-11-16Fix broken parking dial-backtwilson1-9/+9
2007-11-16Start untangling header inclusion in a way that does not affectrizzo19-82/+1
2007-11-16This fixes a problem with pattern ranges; and corrects a situation in res_fea...murf1-1/+8
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo1-7/+7
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...tilghman3-5/+7
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-3/+6
2007-11-14- Use the ARRAY_LEN macro in a couple placesrussell1-4/+4
2007-11-13Fix a typo pointed out by outtolunc, thanks :)russell1-1/+1
2007-11-13Update the ParkedCall application to grab the first available parked call if norussell1-10/+6
2007-11-13Merged revisions 89248 via svnmerge from qwell1-1/+1
2007-11-12Doxygen fixes.qwell6-17/+17
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...murf1-5/+5
2007-11-08Change a warning to a notice. Issue #11195, patch by elielqwell1-1/+1
2007-11-08improve linked-list macros in two ways:kpfleming7-17/+15
2007-11-07Merged revisions 89088 via svnmerge from murf1-0/+1
2007-11-07Print out the channel name as a prefix to the "agi debug" output. This makesrussell1-89/+94
2007-11-06Instead of trying to callback a local channel on a failed attended transfer, ...mmichelson1-10/+12
2007-11-06Merged revisions 89053 via svnmerge from russell1-1/+1
2007-11-06"show application <foo>" changes for clarity.mmichelson4-22/+22
2007-11-06Allow gtalk and jingle to use TLS connections again.qwell1-36/+35
2007-11-06Merged revisions 89037 via svnmerge from russell1-3/+15
2007-11-05Merged revisions 88539 via svnmerge from tilghman1-1/+1
2007-11-04Simplify the implementation and the API for stringfields;rizzo1-2/+2
2007-11-01This commits the performance mods that give the priority processing engine in...murf2-2/+1
2007-11-01Switch res_jabber to use openssl rather than gnutls.qwell1-84/+353
2007-10-31Merged revisions 87908 via svnmerge from qwell1-0/+1
2007-10-31More changes to change return values from load_module functions.qwell8-8/+8
2007-10-31Merged revisions 87775 via svnmerge from murf1-2/+3
2007-10-30Merged revisions 87571 via svnmerge from file1-2/+2
2007-10-26Correctly use defined return values in (some) load_module functions.qwell3-3/+3
2007-10-26Merged revisions 87168 via svnmerge from murf6-1082/+1102
2007-10-25closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you...murf1-0/+1
2007-10-24closes issue #11005, where #include uses the current dir instead of the confi...murf2-71/+78
2007-10-24Merged revisions 86936 via svnmerge from murf2-401/+420
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell13-28/+28
2007-10-19Convert NEW_CLI to AST_CLI.qwell13-28/+28
2007-10-19More changes to NEW_CLI.qwell3-223/+246
2007-10-18On reload, re-read the files in the specified moh directory (closes issue #10...tilghman1-1/+18
2007-10-15Added support for reading the TOUCH_MONITOR_PREFIX channel variable.russell1-3/+7
2007-10-15Allocate more space for the base64 output we need to generate.phsultan1-2/+2
2007-10-12Merged revisions 85517 via svnmerge from russell1-2/+2
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell4-189/+227
2007-10-08Fix up tree so that it compiles when MTX Profiling is enabled.file1-0/+2
2007-10-07Make the status and priority configurable.phsultan1-5/+48
2007-10-07Merged revisions 84902 via svnmerge from phsultan1-2/+6
2007-10-07Fix indentationphsultan1-31/+31
2007-10-07Merged revisions 84890 via svnmerge from phsultan1-9/+4
2007-10-04Update to current coding standards, also changing the argument delimiter to '...tilghman1-106/+159
2007-10-03Merged revisions 84511 via svnmerge from murf1-4/+23