aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-09-20Use ast_dynamic_str when processing hint state changesmnicholson1-6/+10
2010-09-19Make sure we always free variables properly in manager originate.oej1-1/+7
2010-09-17Use ast_strdup() instead of ast_strdupa() while processing in ast_hint_state_...mnicholson1-2/+7
2010-09-16Don't limit hint processing in ast_hint_state_changed() to AST_MAX_EXTENSION ...mnicholson1-3/+1
2010-09-16Don't stop printing cdr variables if we encounter one with a blank name or va...mnicholson1-10/+10
2010-09-14Only drop duplicate answer frames if the channel is bridged.mnicholson1-1/+1
2010-09-11Handle error response when we can't make file compatibleoej1-1/+4
2010-09-10Missing newlinetilghman1-1/+1
2010-09-09Transmit silence when reading DTMF in ast_readstring.qwell6-193/+278
2010-07-29fixes issue with translator frame not getting freeddvossel1-0/+3
2010-07-27remove empty audiohook write list on channeldvossel2-1/+21
2010-07-23Avoid race with consolethread on shutdown (on parallel processors).tilghman1-6/+13
2010-07-22Allow PLC to function properly when channels use SLIN for audio.mmichelson1-1/+3
2010-07-20Do not queue up DTMF frames while a call is on hold.tilghman1-1/+21
2010-07-20Off-by-one errortilghman1-5/+3
2010-07-16Interpret device state AST_DEVICE_UNKNOWN as extension state AST_EXTENSION_NO...mnicholson1-1/+2
2010-07-16If variable gotten is not set, will segfault on Solaris.tilghman1-1/+1
2010-07-16For pass through DTMF tones, measure the actual duration between the begin an...mnicholson1-0/+13
2010-07-15In a perfect world, the frame source would never be NULL. In the meantime, do...jpeeler1-1/+1
2010-07-12Change ast_write to not stop generator when called from ast_prod.jpeeler1-5/+5
2010-07-09fix tab-completion for unload command.pabelanger1-1/+6
2010-07-09give a better error message when attempting to unload a module that is not lo...mnicholson1-1/+3
2010-07-09don't unload modules that returned AST_MODULE_LOAD_DECLINE when they were loadedmnicholson1-2/+2
2010-07-09Document that a leading and trailing slash is expected for test categories.russell1-0/+5
2010-07-06Ensure file.o is built correctly.jpeeler1-1/+1
2010-07-06Fix problem with RFC 2833 DTMF not being accepted.mmichelson1-1/+5
2010-07-05Remove extra line breaks from 'core show config mappings'pabelanger1-3/+1
2010-07-02Autoservice loop optimization causes a busy loop, when channels are serviced ...tilghman1-0/+5
2010-07-01Don't return a partially initialized datastore.russell1-1/+4
2010-06-29_Really_ skip the channel... don't just retry for another 200 cycles.tilghman1-1/+1
2010-06-28Don't change ownership/group/permissions on run directory, if it already exists.tilghman1-4/+8
2010-06-28Also trim trailing blanks on #includestilghman1-1/+1
2010-06-28Change the way that we read include files, to accommodate for changes in GCC ...tilghman1-13/+6
2010-06-28Backport unit test API to 1.4.russell3-1/+907
2010-06-17Set sin_family in ast_get_ip_or_srv() and removed the 'last' member of the as...mnicholson2-6/+3
2010-06-15Variables have always been case-sensitive, so we should not be removing case-...tilghman1-1/+1
2010-06-11For SpeeX, 0 bits remaining is valid and does not need an emitted warning.tilghman1-1/+3
2010-06-10Fix potential crash when writing raw SLIN audio on a PLC-enabled channel.mmichelson1-3/+22
2010-06-10Ensure restartable system calls can restart (BSD signal semantics)tilghman2-0/+5
2010-06-09Fix Debian init script to not use -c.pabelanger1-6/+16
2010-06-07Fix summary for "core waitfullybooted" CLI command. Thanks, mnicholson.russell1-1/+1
2010-06-04Get rid of a warning that gets printed out when the console is configured wit...russell1-1/+4
2010-06-031.4 version of the dead PLC code fix.mmichelson1-40/+6
2010-06-02Add CLI command that blocks until Asterisk has fully booted.russell1-0/+19
2010-06-02Cleanup error/warning messages in AEL2 parserpabelanger1-2/+2
2010-06-01Prevent CLI prompt from distorting output of lines shorter than the prompt.tilghman1-1/+1
2010-05-26Use sigaction for signals which should persist past the initial trigger, not ...tilghman2-20/+38
2010-05-25Merged revisions 265320,265467 via svnmerge from twilson2-0/+8
2010-05-24fixes segfault when using generic plcdvossel1-0/+5
2010-05-21Allow ast_safe_sleep to defer specific frames until after the sleep has concl...mmichelson2-27/+57