aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-02-04fix truncated format string in 'test show registered'dvossel1-2/+2
2010-02-03Add some additional option support for non-default parking lots.jpeeler1-1/+33
2010-02-03Initialize counters in ast_sched_report so that resulting data is not bogus.mmichelson1-0/+1
2010-02-02fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagr...dvossel1-5/+31
2010-02-01Merged revisions 244070 via svnmerge from tilghman1-15/+15
2010-01-28Optimization to manager events.jpeeler1-4/+10
2010-01-27Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloadsjpeeler2-0/+25
2010-01-27Merged revisions 243486 via svnmerge from mmichelson1-2/+3
2010-01-26Merged revisions 243390 via svnmerge from dvossel1-1/+5
2010-01-26Merged revisions 243258 via svnmerge from jpeeler1-11/+0
2010-01-26Fix crash resulting from frames with invalid data pointers.jpeeler1-0/+5
2010-01-26modify 'test show registered' cli output formatdvossel1-2/+2
2010-01-26RFC compliant uri and display-name encode/decodedvossel2-24/+24
2010-01-25Merged revisions 242969 via svnmerge from tilghman1-2/+2
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...oej2-9/+5
2010-01-25Merged revisions 242850 via svnmerge from oej1-6/+13
2010-01-25Merged revisions 242852 via svnmerge from tilghman1-2/+2
2010-01-25Merged revisions 242728 via svnmerge from tilghman1-4/+4
2010-01-25Merged revisions 242683 via svnmerge from tilghman1-8/+18
2010-01-22Update the doxygenification of some comments.russell1-13/+13
2010-01-21Add missing argument to ast_calloc calls.mmichelson1-2/+2
2010-01-21Make sure we initialize the ast_ha structure with ast_callocoej1-2/+2
2010-01-21Point to a useful reference on the XML output format.russell1-0/+3
2010-01-21Modify test results XML format to match the JUnit format.russell1-22/+16
2010-01-20Add Calling and Called Subaddress to CDR recordalecdavis1-0/+7
2010-01-20Update CDR variables as pbx startsalecdavis1-0/+4
2010-01-19Initialize data on the stack so that Park doesn't interpret random arguments.jpeeler1-1/+3
2010-01-19Create iterative method for querying SRV results, and use that for finding AG...tilghman1-0/+50
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.jpeeler4-6/+7
2010-01-18Fix an RTP instance allocation failure on Solaris.qwell1-0/+1
2010-01-18Merged revisions 241015 via svnmerge from seanbright1-22/+18
2010-01-17Avoid a crash on Solaris when running 'core show functions.'seanbright1-1/+4
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