aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-05-27Merged revisions 118551 via svnmerge from tilghman1-1/+1
2008-05-27Merged revisions 118465 via svnmerge from tilghman1-7/+14
2008-05-25Change space-zero to now evaluate to false, as is expected by a great many.tilghman1-4/+6
2008-05-24Fixes segfault in parking, patch submitted by bmd.jpeeler1-3/+3
2008-05-23A new feature thanks to the fine folks at Switchvox!mmichelson2-16/+99
2008-05-23Add new functionality to http server that requires manager authentication for...bbryant2-5/+40
2008-05-23Merged revisions 118048 via svnmerge from russell1-0/+16
2008-05-22Merged revisions 117899 via svnmerge from tilghman1-0/+9
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak13-77/+89
2008-05-22Store build-time options as a string in AST_BUILDOPTS in buildopts.h. Also,russell1-0/+1
2008-05-21This change makes it so that logs will report the correct source of verbose m...mmichelson1-2/+2
2008-05-21Merged revisions 117519 via svnmerge from tilghman1-0/+8
2008-05-21Merged revisions 117514 via svnmerge from russell1-3/+0
2008-05-21Merged revisions 117507 via svnmerge from russell1-0/+3
2008-05-21Merged revisions 117479 via svnmerge from russell1-1/+5
2008-05-21Be sure that we cache included files for each source file which loadsmmichelson1-1/+1
2008-05-20+ Implement a variant of astman_get_header() to return the first orrizzo1-9/+55
2008-05-20Document the possible presence of multiple variables with therizzo1-7/+27
2008-05-20Reverse the check for Cookie: and remove leftover code implementingrizzo1-26/+3
2008-05-19Minor formatting change to test a mantis change ...russell1-1/+2
2008-05-19The logger closes the files it is logging to when reloading so we have to rea...file1-5/+5
2008-05-15Use casts or intermediate variables to remove a numberrizzo5-6/+7
2008-05-14Merged revisions 116463 via svnmerge from russell5-13/+8
2008-05-14Add a missing context unlock.file1-0/+2
2008-05-14Merged revisions 116352 via svnmerge from file1-1/+1
2008-05-14Fixed a few problems with multiparking: call not being parked in the correct ...jpeeler2-47/+40
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