aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-14Don't read into a buffer without first checking if a value is beyond the end.tilghman1-5/+3
2009-01-14Fix a logic error I found while searching through chan_agent.cmmichelson1-3/+5
2009-01-14Don't overflow when paging more than 128 extensionstwilson1-5/+19
2009-01-13Revert unnecessary indications API change from rev 122314russell11-72/+72
2009-01-13Don't pass a value with a side effect to a macrotwilson1-1/+3
2009-01-13If either conditional is NULL, don't try copying it.tilghman1-1/+1
2009-01-12(closes issue #13881)jpeeler1-0/+5
2009-01-12(closes issue #12269)jpeeler1-19/+28
2009-01-12I am reverting the fix made in revision 168128 (and its upward merges)mmichelson1-5/+1
2009-01-12s/ringdance/ringcadence/ for Bulgariarussell1-1/+1
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