aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-01-15Err, oops, it was already the way I intended.tilghman1-1/+1
2010-01-15The previous attempt at using a pipe to guarantee astcanary shutdown did not ...tilghman1-16/+4
2010-01-15Add pickup event to AMI. Also, fix AMI documentation.tilghman1-1/+7
2010-01-15Make sure to set owner_line, ownder_func, and owner_file in ast_calloc_with_s...mmichelson1-0/+5
2010-01-15Ensure payload type is properly checked when comparing against cached events.russell1-0/+1
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright3-25/+4
2010-01-14Fix broken call pickupjpeeler1-1/+1
2010-01-14Similarly, ensure that matchcid is duplicated correctly when merging contexts.tilghman1-1/+1
2010-01-14Ensure that the callerid is NULL when the parent is effectively NULL.tilghman1-1/+1
2010-01-14This change fixes a few bugs in the way the far max IFP was calculated that w...mnicholson1-3/+10
2010-01-13Oops, another tag errortilghman1-1/+1
2010-01-13Oops, missed a closing tagtilghman1-0/+1
2010-01-13Add the TESTTIME() dialplan function, which permits testing GotoIfTime.tilghman1-4/+81
2010-01-13Flex uses fwrite incorrectly, which breaks the build. Providing a workaround.tilghman2-52/+55
2010-01-13Merged revisions 239838 via svnmerge from jpeeler1-0/+5
2010-01-13Code previously added to ast_expr2f.c warranted a change in the source file a...tilghman3-29/+63
2010-01-13add silence gen to wait appsdvossel1-7/+25
2010-01-13MAX() moved to utils.hoej1-0/+1
2010-01-12Blank callerid and NULL callerid should not compare equal.tilghman1-1/+3
2010-01-12add Dialed Number Identifier (DNID) field to cdr records.alecdavis1-0/+1
2010-01-11Fix ao2_callback when both OBJ_MULTIPLE and OBJ_NODATA are passed.seanbright1-6/+9
2010-01-11Fix spelling of 'category.'seanbright1-4/+4
2010-01-10According to POSIX, the capital L modifier applies only to floating point types.tilghman1-5/+5
2010-01-10It's been long enough -- make the behavior introduced in 1.6 the default.tilghman1-1/+1
2010-01-09Merged revisions 238915 via svnmerge from tilghman1-2/+2
2010-01-08Merged revisions 238834 via svnmerge from jpeeler1-1/+1
2010-01-08fixes AUDIOHOOK_INHERIT regressiondvossel1-1/+10
2010-01-08Merged revisions 238629 via svnmerge from mnicholson1-4/+7
2010-01-08Stop trying to find a parking space after traversing the parkinglot one time.jpeeler1-3/+2
2010-01-07fixes ast_transfer stall until hangup if called with a channel that doesn't s...dvossel1-1/+1
2010-01-06Fix channel name comparison for bridge application.jpeeler1-3/+1
2010-01-05fixes subscriptions being lost after 'module reload'dvossel1-3/+4
2010-01-05Fix build of utility apps that include utils.c.russell1-0/+2
2010-01-05Merged revisions 237697 via svnmerge from russell1-1/+1
2010-01-04Merged revisions 237573 via svnmerge from tilghman1-28/+28
2010-01-04Merged revisions 237493 via svnmerge from tilghman1-22/+20
2010-01-04Oops, didn't compile (thanks, kpfleming)tilghman1-1/+2
2010-01-04Further reduce the encoded blank values back to blank in the realtime API.tilghman1-0/+3
2010-01-04Merged revisions 237405 via svnmerge from tilghman1-1/+6
2009-12-30Add app_voicemail and say.c support for Vietnamese.qwell1-1/+335
2009-12-30Fix compiling with LOW_MEMORY.jpeeler1-0/+10
2009-12-28Allow "REMAINDER" to function properly in expressions.qwell2-8/+8
2009-12-22Unit Test Framework APIdvossel2-0/+853
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...kpfleming1-1/+1
2009-12-21Merged revisions 235821 via svnmerge from tilghman1-7/+7
2009-12-20restarts busydetector (if enabled) when DTMF is received after call is bridged.alecdavis1-7/+11
2009-12-18Merged revisions 235635 via svnmerge from jpeeler1-7/+3
2009-12-17Merged revisions 235421 via svnmerge from tilghman1-3/+13
2009-12-16Enhance AMI redirect to allow channels to be redirected to different places.jpeeler1-2/+25
2009-12-15Change match criteria existence in ast_channel_cmp_cb to use ast_strlen_zero.jpeeler1-3/+5