aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-10small commit to test new serverkpfleming1-1/+1
2009-01-10small commit to test new serverkpfleming1-1/+1
2009-01-09update to use new sound file packages that include license fileskpfleming1-1/+1
2009-01-09Make this compile for mvanbaakrussell1-1/+1
2009-01-09* Fix for JIRA AST-175/ABE-1757rmudgett1-22/+222
2009-01-09Add check_via calls to more request handlersmmichelson1-1/+5
2009-01-08Don't truncate database results at 255 chars.tilghman1-3/+22
2009-01-08remove an unnecessary argument to queue_request()kpfleming1-2/+2
2009-01-07When a SIP request or response arrives for a dialog with an associated Asteri...kpfleming1-14/+115
2009-01-07Fix the last couple of places where free() was improperly used directly.russell1-7/+8
2009-01-07Don't fclose() the file early, the filestream destructor will handle it.russell1-1/+0
2009-01-07Only try to close the file if one was actually openedrussell1-1/+2
2009-01-07Don't use free() directly. This caused a crash since ast_filestream is now a...russell1-1/+1
2009-01-07Treat an empty string the same way as a NULL country argument.russell1-7/+4
2009-01-06Use the correct variable when creating the format stringmmichelson1-1/+1
2009-01-06Merged revisions 167259 via svnmerge from tilghman1-4/+16
2009-01-05A couple of changes to T.38 SDP attribute handlingmmichelson1-28/+48
2009-01-01Repeat attempts to write when we receive -EAGAIN from the driver, as detailedtilghman1-3/+9
2008-12-31Also inherit the musiconhold class.tilghman1-0/+1
2008-12-28Use strncat() instead of an sprintf() in which source and target buffers overlaprussell1-2/+3
2008-12-23Compile, even if both DAHDI and Zaptel are not installed.tilghman2-0/+4
2008-12-23Fix a crash resulting from a datastore with inheritance but no duplicate call...mmichelson1-1/+1
2008-12-23Use the integer form of condition for integer comparisons.tilghman1-1/+4
2008-12-22Fix a deadlock relating to channel locks and autoservicemmichelson1-1/+12
2008-12-22Fix up timeout handling in ast_carefulwrite().russell1-1/+18
2008-12-22Re-work ref count handling of MoH classes using astobj2 to resolve crashes.russell2-325/+460
2008-12-19Backport of AUDIOHOOK_INHERIT for Asterisk 1.4mmichelson6-10/+372
2008-12-19This merges the masqpark branch into 1.4murf4-97/+53
2008-12-19(closes issue #13480)jpeeler10-135/+51
2008-12-19Ensure that the chanspy datastore is fully initialized.russell1-1/+1
2008-12-18Make ast_carefulwrite() be more careful.russell1-13/+38
2008-12-18Add mutexes around accesses to the IMAP library interface. This preventstilghman1-8/+42
2008-12-18Set the process group ID on the MOH process so that all children will get killedrussell1-6/+7
2008-12-18Only care about a compatible codec for early bridging if we are actually brid...file1-3/+2
2008-12-18Do not crash if we are not passed in a followme id.file1-6/+10
2008-12-17Reverse the fix from issue #6176 and add proper handling for that issue.tilghman1-19/+54
2008-12-17Fix some memory leaks found while looking at how realtimemmichelson4-7/+15
2008-12-16After looking through SIP registration code most of the day, thismmichelson1-1/+3
2008-12-16Fix an issue where DEBUG_THREADS may erroneously report that a thread russell1-0/+6
2008-12-16Do not dereference the channel if AST_PBX_KEEPALIVE has been returned.russell1-1/+1
2008-12-16Add "restart gracefully" to the AMI blacklist of CLI commands. russell1-0/+1
2008-12-16Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS.russell2-12/+28
2008-12-16Fix a memory leak related to the use of the "setvar" configuration option.russell1-10/+14
2008-12-16I added a sentence to clarify why - and ' ' are ignored in patternsmurf1-1/+2
2008-12-16Don't try to change working directory if a directory was not configured.russell1-1/+1
2008-12-15Add the deadlock note to ast_spawn_extension as wellmmichelson1-0/+4
2008-12-15Add notes to autoservice and pbx doxygen regarding a potentialmmichelson2-0/+25
2008-12-15Do not try to unlock a non-existant channel if the transfer fails.file1-1/+3
2008-12-15Use autoconf logic to determine whether the system has timersub or not. Do no...file4-6/+72
2008-12-15Can we try not to assign an unsigned int to -1?file1-1/+1