aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-15Whitespace.alecdavis1-1/+1
2009-12-15restarts busydetector (if enabled) when DTMF is received.alecdavis1-0/+6
2009-12-14The default rate for 'timing test' is actually 50/sec, not 100/sec as adverti...seanbright1-1/+1
2009-12-13Trim leading/trailing spaces from the filename, to deal with common user error.tilghman1-1/+1
2009-12-10Add audio announcement option to app_pagejpeeler1-4/+0
2009-12-07fixes incorrect logic in ast_uri_encodedvossel1-1/+1
2009-12-06Move implementation of closefrom(3) from app.c to strcompat.ctilghman2-19/+34
2009-12-04Using the builtin function breaks OpenBSD 4.2tilghman1-1/+1
2009-12-04Merged revisions 233092 via svnmerge from russell1-3/+3
2009-12-04Merged revisions 233014 via svnmerge from mnick1-1/+6
2009-12-02Merged revisions 232581 via svnmerge from jpeeler1-0/+1
2009-12-02Make manager response to "Action: events" finish with empty linejpeeler1-2/+2
2009-12-02Add an 'X' option to the asterisk application which enables #exec for configu...file1-1/+5
2009-12-02Merged revisions 232350 via svnmerge from dvossel1-1/+1
2009-12-02So apparently, some platforms don't have ffsll(3).tilghman1-0/+13
2009-12-01Use __builtin_ffsll() from gcc instead of ffssll() to fix a FreeBSD build error.russell1-1/+1
2009-12-01Merged revisions 232007 via svnmerge from russell1-1/+1
2009-12-01Merged revisions 231911 via svnmerge from jpeeler1-0/+11
2009-12-01Merged revisions 231853 via svnmerge from dvossel1-1/+1
2009-12-01More 32->64 bit codec conversions.tilghman2-11/+11
2009-12-01Merged revisions 231740 via svnmerge from mnicholson1-2/+15
2009-11-30Another round of UDPTL stack fixes/improvements:kpfleming1-134/+181
2009-11-30Merged revisions 231614 via svnmerge from mnicholson2-6/+66