summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2010-01-15The previous attempt at using a pipe to guarantee astcanary shutdown did not ...Tilghman Lesher
2010-01-15Add pickup event to AMI. Also, fix AMI documentation.Tilghman Lesher
2010-01-15Make sure to set owner_line, ownder_func, and owner_file in ast_calloc_with_s...Mark Michelson
2010-01-15Ensure payload type is properly checked when comparing against cached events.Russell Bryant
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2010-01-14Fix broken call pickupJeff Peeler
2010-01-14Similarly, ensure that matchcid is duplicated correctly when merging contexts.Tilghman Lesher
2010-01-14Ensure that the callerid is NULL when the parent is effectively NULL.Tilghman Lesher
2010-01-14This change fixes a few bugs in the way the far max IFP was calculated that w...Matthew Nicholson
2010-01-13Oops, another tag errorTilghman Lesher
2010-01-13Oops, missed a closing tagTilghman Lesher
2010-01-13Add the TESTTIME() dialplan function, which permits testing GotoIfTime.Tilghman Lesher
2010-01-13Flex uses fwrite incorrectly, which breaks the build. Providing a workaround.Tilghman Lesher
2010-01-13Merged revisions 239838 via svnmerge from Jeff Peeler
2010-01-13Code previously added to ast_expr2f.c warranted a change in the source file a...Tilghman Lesher
2010-01-13add silence gen to wait appsDavid Vossel
2010-01-13MAX() moved to utils.hOlle Johansson
2010-01-12Blank callerid and NULL callerid should not compare equal.Tilghman Lesher
2010-01-12add Dialed Number Identifier (DNID) field to cdr records.Alec L Davis
2010-01-11Fix ao2_callback when both OBJ_MULTIPLE and OBJ_NODATA are passed.Sean Bright
2010-01-11Fix spelling of 'category.'Sean Bright
2010-01-10According to POSIX, the capital L modifier applies only to floating point types.Tilghman Lesher
2010-01-10It's been long enough -- make the behavior introduced in 1.6 the default.Tilghman Lesher
2010-01-09Merged revisions 238915 via svnmerge from Tilghman Lesher
2010-01-08Merged revisions 238834 via svnmerge from Jeff Peeler
2010-01-08fixes AUDIOHOOK_INHERIT regressionDavid Vossel
2010-01-08Merged revisions 238629 via svnmerge from Matthew Nicholson
2010-01-08Stop trying to find a parking space after traversing the parkinglot one time.Jeff Peeler
2010-01-07fixes ast_transfer stall until hangup if called with a channel that doesn't s...David Vossel
2010-01-06Fix channel name comparison for bridge application.Jeff Peeler
2010-01-05fixes subscriptions being lost after 'module reload'David Vossel
2010-01-05Fix build of utility apps that include utils.c.Russell Bryant
2010-01-05Merged revisions 237697 via svnmerge from Russell Bryant
2010-01-04Merged revisions 237573 via svnmerge from Tilghman Lesher
2010-01-04Merged revisions 237493 via svnmerge from Tilghman Lesher
2010-01-04Oops, didn't compile (thanks, kpfleming)Tilghman Lesher
2010-01-04Further reduce the encoded blank values back to blank in the realtime API.Tilghman Lesher
2010-01-04Merged revisions 237405 via svnmerge from Tilghman Lesher
2009-12-30Add app_voicemail and say.c support for Vietnamese.Jason Parker
2009-12-30Fix compiling with LOW_MEMORY.Jeff Peeler
2009-12-28Allow "REMAINDER" to function properly in expressions.Jason Parker
2009-12-22Unit Test Framework APIDavid Vossel
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...Kevin P. Fleming
2009-12-21Merged revisions 235821 via svnmerge from Tilghman Lesher
2009-12-20restarts busydetector (if enabled) when DTMF is received after call is bridged.Alec L Davis
2009-12-18Merged revisions 235635 via svnmerge from Jeff Peeler
2009-12-17Merged revisions 235421 via svnmerge from Tilghman Lesher
2009-12-16Enhance AMI redirect to allow channels to be redirected to different places.Jeff Peeler
2009-12-15Change match criteria existence in ast_channel_cmp_cb to use ast_strlen_zero.Jeff Peeler
2009-12-15Whitespace.Alec L Davis