aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-1/+13
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...file2-189/+92
2007-08-08Merged revisions 78575 via svnmerge from mmichelson1-11/+8
2007-08-07Merged revisions 78450 via svnmerge from mmichelson1-4/+4
2007-08-07Merged revisions 78415 via svnmerge from tilghman2-193/+106
2007-08-06Fix bug where a NULL timeout would make things explode if SendDTMF was called...file1-3/+5
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...file3-16/+18
2007-08-06(closes issue #10381)file1-3/+2
2007-08-05Make this module build on my macrussell1-8/+8
2007-08-03Merged revisions 78101 via svnmerge from russell1-0/+6
2007-08-01Merged revisions 77886 via svnmerge from tilghman1-0/+2
2007-08-01Add the Ring time in the CONNECT on the queue_log and on the Manager event Ag...qwell1-3/+6
2007-08-01Merged revisions 77869 via svnmerge from file1-2/+2
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell6-9/+9
2007-08-01Merged revisions 77854 via svnmerge from mmichelson1-0/+5
2007-08-01Merged revisions 77852 via svnmerge from mmichelson1-0/+53
2007-07-31umm... let's build with --enable-dev-mode, mmkay?kpfleming1-1/+1
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman35-486/+460
2007-07-30Minor clean up of app_followme.file1-387/+396
2007-07-30Merged revisions 77768 via svnmerge from file1-2/+2
2007-07-27These fixes take care of two problems: a complaint in asterisk-dev that goto'...murf1-0/+5
2007-07-26Do a massive conversion for using the ast_verb() macrorussell22-350/+190
2007-07-26Merged revisions 77191 via svnmerge from murf1-21/+31
2007-07-25Merged revisions 77176 via svnmerge from file1-2/+10
2007-07-24Merged revisions 76801 via svnmerge from mmichelson1-11/+19
2007-07-23Merged revisions 76708 via svnmerge from tilghman1-0/+7
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman19-525/+480
2007-07-23Merged revisions 76618 via svnmerge from file1-2/+3
2007-07-21One small documentation update made to accompany 10154, the upgrading of the ...murf1-1/+1
2007-07-21This update was supplied in 10154; to allow announcemnts if the 'r' option (r...murf1-21/+37
2007-07-20Add support for default "say mode" (whether to use the "old" method or "new" ...qwell1-22/+75
2007-07-20Merged revisions 76139 via svnmerge from mmichelson1-3/+9
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf4-96/+96
2007-07-19This repairs a 'warning: ISO C90 forbids mixed declarations and code' message...murf1-1/+2
2007-07-19Merged revisions 75978 via svnmerge from mmichelson1-85/+82
2007-07-19Merged revisions 75969 via svnmerge from mmichelson1-103/+69
2007-07-19Fix trunk where I broke it earlier (for ast_strftime branch)tilghman1-5/+5
2007-07-18Merged revisions 75749 via svnmerge from tilghman1-1/+8
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman6-58/+60
2007-07-18Merged revisions 75658 via svnmerge from dhubbard1-1/+1
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...murf1-1/+1
2007-07-18Minor code tweaks. Variables were being checked wrong in some situations and ...file1-9/+6
2007-07-18Merged revisions 75529 via svnmerge from tilghman1-1/+1
2007-07-17Merged revisions 75405 via svnmerge from mmichelson1-2/+2
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf4-12/+37
2007-07-17Initialize a variable to avoid a warning when the compilerrizzo1-1/+1
2007-07-17Fix an incorrect parenthesization (TODO: Find a better word) in app_dialqwell1-1/+1
2007-07-16Merged revisions 75253 via svnmerge from mmichelson1-5/+16
2007-07-16I found this sillyness when I did my ast_module_user conversion. Return immed...file1-29/+29
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file68-709/+46