aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-05-14Adding spport for T.140 RED - Simple RTP redundancy to prevent packet loss in...oej2-3/+203
2008-05-14Add support for codec settings in originate via call file and manager.oej1-5/+13
2008-05-13Merged revisions 116088 via svnmerge from mmichelson1-5/+15
2008-05-13Merged revisions 115990 via svnmerge from russell1-5/+9
2008-05-13Merged revisions 115884 via svnmerge from tilghman1-1/+1
2008-05-12Add support for playing an audio file for caller and callee at start and stop...oej1-8/+43
2008-05-12Merged revisions 115735 via svnmerge from mmichelson1-12/+14
2008-05-09Adding support for "urgent" voicemail messages. Messages which aremmichelson2-8/+12
2008-05-09The following patch adds new options and alters the default behavior of the E...bbryant1-220/+562
2008-05-08Merged revisions 115551 via svnmerge from russell1-6/+6
2008-05-07Fix up a problem that was introduced into the scheduler when it was convertedrussell1-4/+15
2008-05-06Merged revisions 115415 via svnmerge from tilghman1-1/+1
2008-05-05Merged revisions 115333 via svnmerge from tilghman2-5/+41
2008-05-05#execing the same file multiple times led to warning messages saying that the...mmichelson1-1/+2
2008-05-05Simplify code by using a taskprocessor for dispatching events in the Asterisk...russell1-74/+48
2008-05-05Optionally display the value of several variables within the Status command.tilghman1-5/+46
2008-05-03pbx uses a taskprocessor for device state changesdhubbard1-68/+18
2008-05-03A taskprocessor is an object that has a name, a task queue, and an event proc...dhubbard3-1/+492
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...tilghman3-8/+17
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman6-70/+76
2008-05-01Merged revisions 115017 via svnmerge from tilghman1-1/+1
2008-05-01Add two new dialplan functions from libspeex for applying audio gain control bbryant1-0/+36
2008-04-29fix this logic to actually be correct... the fd can't be *both* -1 and an arr...kpfleming1-1/+1
2008-04-28Adding a new option 'n' to app_chanspy. This option allows for the name of th...mmichelson1-1/+12
2008-04-28Add incomplete matching to PBX code and app_dialtilghman1-9/+57
2008-04-25Oops, this isn't necessarily AGI that is forking anymoretilghman1-1/+1
2008-04-25Merge code from team/russell/parking_updatesrussell1-49/+171
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-2/+12
2008-04-23Merged revisions 114600 via svnmerge from russell1-45/+42
2008-04-23Merged revisions 114591 via svnmerge from russell1-7/+7
2008-04-23Merged revisions 114579 via svnmerge from file1-1/+6
2008-04-22(closes issue #12469)murf1-9/+12
2008-04-22re-add a fix that got lost with a recent changerussell1-1/+1
2008-04-22Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()qwell1-2/+2
2008-04-22Correct action_ping() and action_events() with regards to Manager 1.1russell1-9/+13
2008-04-22Hopefully, this will resolve the issues that russellb had with this log_show_...murf1-59/+66
2008-04-21(closes issue #6113)jpeeler1-294/+634
2008-04-21(closes issue #12467)murf5-531/+2390
2008-04-18Merged revisions 114284 via svnmerge from russell1-1/+1
2008-04-18Merged revisions 114257 via svnmerge from mmichelson1-2/+2
2008-04-17Merged revisions 114230 via svnmerge from russell1-4/+0
2008-04-17Make this file compile. The variable str is never set anywhere. Furthermore,russell1-1/+2
2008-04-17Merged revisions 114207 via svnmerge from mmichelson2-0/+31
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman3-5/+113
2008-04-16A small enhancement-- I added the routine log_show_lock to utils.c, which if ...murf1-1/+49
2008-04-16Introducing a small optimization to event_unsubscribe; events now use a Doubl...murf1-24/+25
2008-04-16Introducing a small upgrade to the ast_sched_xxx facility, to keep it from e...murf1-37/+149
2008-04-16Introducing various astobj2 enhancements, chief being a refcount tracing feat...murf1-39/+269
2008-04-15These changes: murf1-19/+62
2008-04-15Convert several DEBUG logs into ast_debug.qwell1-6/+3