aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2007-09-06Merged revisions 81682 via svnmerge from mmichelson1-1/+1
2007-09-06Merged revisions 81650 via svnmerge from phsultan1-1/+1
2007-09-05Merged revisions 81599 via svnmerge from russell1-1/+5
2007-09-05Doxygen cleanups/fixes.qwell5-41/+60
2007-08-31Merged revisions 81406 via svnmerge from file1-1/+1
2007-08-31Merged revisions 81403 via svnmerge from file1-8/+1
2007-08-30Merged revisions 81401 via svnmerge from file1-1/+2
2007-08-30Merged revisions 81369 via svnmerge from file1-0/+7
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf3-27/+26
2007-08-28(closes issue #10579)file1-0/+6
2007-08-27Merged revisions 81042 via svnmerge from russell1-5/+5
2007-08-23an unreported crash I debugged, looked like it was backing up way too far aft...murf3-279/+260
2007-08-23Merged revisions 80573 via svnmerge from russell1-17/+14
2007-08-23Fix a typo in the Asterisk MIB and fix astNumChanBridged so it acts as a coun...russell1-3/+5
2007-08-23Merged revisions 80469 via svnmerge from russell1-8/+1
2007-08-22Merged revisions 80360 via svnmerge from russell1-1/+9
2007-08-21As per 10472, mvanbaak thought the generated code would look better this way.murf1-1/+2
2007-08-17Fix Dial arguments in res_features.qwell1-1/+1
2007-08-17store and destroy implementations for sqlite (closes issue #10446) and odbc (...tilghman2-0/+353
2007-08-17store and destroy implementations for realtime pgsql (closes issue #10372)tilghman1-0/+187
2007-08-16Merged revisions 79778 via svnmerge from russell1-28/+46
2007-08-16Don't reload a configuration file if nothing has changed.tilghman11-71/+84
2007-08-16Merged revisions 79665 via svnmerge from phsultan1-0/+27
2007-08-15Modify the names of functions/variables in res_musiconhold to be useful.qwell1-27/+27
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...murf8-0/+13397
2007-08-14Merged revisions 79397 via svnmerge from file1-9/+11
2007-08-13Merged revisions 79334 via svnmerge from file1-1/+1
2007-08-13Only use the sanitysql if it's not zero-lentilghman1-1/+1
2007-08-13Merged revisions 79207 via svnmerge from file1-0/+15
2007-08-11Merged revisions 79142 via svnmerge from tilghman1-2/+10
2007-08-10Merge a set of device state improvements from team/russell/events.russell1-11/+10
2007-08-07Add another big set of doxygen documentation improvements from snuffy.russell2-23/+242
2007-08-07Merged revisions 78488 via svnmerge from russell1-8/+12
2007-08-07Merged revisions 78437 via svnmerge from tilghman1-3/+0
2007-08-07Merged revisions 78415 via svnmerge from tilghman1-99/+62
2007-08-07Remove some test code from trunk as it doesn't need to be here. I'm justrussell1-177/+0
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...file1-3/+3
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-3/+3
2007-08-01Twould help if we actually defined ->mod before comparing against it (reporte...tilghman1-19/+20
2007-07-31Merged revisions 77831 via svnmerge from file1-1/+2
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman2-34/+35
2007-07-30Fix the return value of ast_agi_fdprintf() to include the result from ast_car...russell1-3/+1
2007-07-30Improve ast_agi_fdprintf() by using the ast_str() API.russell1-6/+12
2007-07-30Merged revisions 77788 via svnmerge from russell1-4/+6
2007-07-30Cleanup of res_agi, ensuring thread safety (closes issue #10288)tilghman1-111/+134
2007-07-30Merged revisions 77783 via svnmerge from tilghman1-1/+2
2007-07-30Merged revisions 77778 via svnmerge from file1-10/+8
2007-07-27Merged revisions 77571 via svnmerge from tilghman1-1/+1
2007-07-26Do a massive conversion for using the ast_verb() macrorussell10-106/+59
2007-07-23You need to put static in front of a static RWLIST declaration to make it rea...file1-2/+1