aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2005-01-05Merge OSP updates from matt nicholson (with changes)markster1-6/+27
2005-01-04tweak to make music load classes more elegantlyanthm1-11/+13
2005-01-04fix bug added to my code so I donanthm1-1/+3
2005-01-04Make features configurable and easier to implementmarkster1-162/+363
2005-01-03Merge kpflemings moh_files fixes (bug #3224)markster1-3/+29
2004-12-31Don't die when a file is missing (bug #3212)markster1-2/+1
2004-12-28Formatting fixes, safe_system instead of system, cleanups (bug #3171)markster2-51/+57
2004-12-28Merge gramatical fixes from corydon (bug #3180)markster1-80/+79
2004-12-26misplaced chdir call on moh DoH\!anthm1-3/+2
2004-12-24Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast...markster1-47/+366
2004-12-23Fix AGI to know about "builtin" variables, too (bug #2737)markster1-3/+5
2004-12-18Fix comment issues (bug #3089)markster4-19/+19
2004-12-14Add "SAY ALPHA" (matt nicholson)markster1-0/+25
2004-12-09Fixed call parking, added separate paramater to allow/disallow call parking onjim2-12/+62
2004-12-09Make music on hold truly optional (bug #2998)markster1-2/+3
2004-12-07Big diet for struct ast_channelmarkster1-1/+3
2004-11-24Increase max buffer size (bug #2926)markster1-1/+1
2004-11-24Make realtime pbx understand patterns.markster1-15/+24
2004-11-23Build out "multi" version of realtime config (directory and realtime extensio...markster1-0/+154
2004-11-22Realtime improvementsmarkster1-19/+4
2004-11-22Minor realtime improvementsmarkster1-4/+20
2004-11-17Check that FD's are open before closing (bug #2858)markster1-2/+5
2004-11-17Oopsmarkster1-1/+0
2004-11-17Add GET FULL VARIABLE AGI commandmarkster1-1/+37
2004-11-16Add get option command (bug #2868, thanks junky!)markster1-0/+77
2004-11-15Make res crypto less chatty (bug #2857)markster1-1/+2
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...markster1-1/+0
2004-11-04Fix non-std charactersmarkster1-3/+3
2004-11-03Pass through flash hookmarkster1-0/+8
2004-10-31Misc code fixes (bug #2762)markster1-0/+1
2004-10-28Cleanup formatting in bug 2741 patchcitats1-3/+3
2004-10-27Transfer improvements and fixes (bug #2741)markster1-0/+8
2004-10-23More memory checkscitats2-4/+18
2004-10-22Fix minor OSP issuemarkster1-1/+1
2004-10-17Remove late-night excuse for wasting cpu cycles. revert previous res_agi changecitats1-1/+1
2004-10-16Minor improvements to debug output (bug #2644)markster1-1/+1
2004-10-13Fix pbx_builtin_setlanguage to not seg when data is a NULL ptr. Also fix AGI...citats1-1/+1
2004-10-09Fix SIP bugletsmarkster1-0/+1
2004-10-07Oops, we have to be able to pass multiple restrictions for when we go to voic...markster1-3/+27
2004-10-05Major changes to res_config to support centralized config, eliminate configur...markster2-67/+245
2004-10-03Major PBX revamps (including labels, update examples)markster1-2/+2
2004-10-02Huge callerid rework (might break H.323, others)markster2-9/+26
2004-09-29Fix FastAGI working with non default ports (bug 2539)citats1-1/+1
2004-09-28Fix BSD buildmarkster1-1/+1
2004-09-27Remove duplicate sys/socket.h include from res_agi.ccitats1-1/+0
2004-09-26make pick-up extension configurable. update ChangeLogrussell1-0/+2
2004-09-26add includes in res_agi.c to fix BSD compatibilityrussell1-0/+5
2004-09-25Make holdtime announcement say "less than 2 minutes" instead of "1 minutes" (...markster1-2/+61
2004-09-23Include sys/socket.h in res/res_agi.c (bug 2490)citats1-0/+1
2004-09-22Implement Fast AGI (agi://) over TCP socket (Astricon talk idea)markster1-3/+93