summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-14Merged revisions 156755 via svnmerge from Tilghman Lesher
2008-11-13Merged revisions 156688 via svnmerge from Tilghman Lesher
2008-11-13(closes issue #13891)Jeff Peeler
2008-11-13Command offsets were not changed correctly when the command syntax forTilghman Lesher
2008-11-13Kevin sent a note indicating that this change isMark Michelson
2008-11-13Introduce XML documentation for:Eliel C. Sardanons
2008-11-13Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_insi...Eliel C. Sardanons
2008-11-13Remove trailing whitespacesEliel C. Sardanons
2008-11-12Use the reviewboard:url SVN property so post-review will work without modific...Sean Bright
2008-11-12Merged revisions 156386 via svnmerge from Tilghman Lesher
2008-11-12- Make alias->real_cmd point to the allocated space outside alias->alias.Eliel C. Sardanons
2008-11-12Merged revisions 156297 via svnmerge from Steve Murphy
2008-11-12Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)Russell Bryant
2008-11-12Merged revisions 156294 via svnmerge from Tilghman Lesher
2008-11-12Merged revisions 156289 via svnmerge from Jeff Peeler
2008-11-12Merged revisions 156229 via svnmerge from Tilghman Lesher
2008-11-12Merged revisions 156178 via svnmerge from Jeff Peeler
2008-11-12Merged revisions 156167 via svnmerge from Mark Michelson
2008-11-12Merged revisions 156164 via svnmerge from Russell Bryant
2008-11-12- The paramname is a pointer allocated with strdup() or malloc(), so,Eliel C. Sardanons
2008-11-12Add a couple of AC_SUBST calls to the AST_C_COMPILE_CHECKMark Michelson
2008-11-12Add XML documentation for AGI commands:Eliel C. Sardanons
2008-11-12This commit does two things:Michiel van Baak
2008-11-12- Add 'database del', 'database put' and 'set music' AGI commands XML documen...Eliel C. Sardanons
2008-11-12Implement AGI XML documentation parsing functions.Eliel C. Sardanons
2008-11-11 changing comment style to conform coding guidelinesPari Nannapaneni
2008-11-11 Patch by Ryan Brindley -- Make sure that manager refuses any duplicate 'new ...Pari Nannapaneni
2008-11-11use some fancy compiler magic (thanks to Matthew Woehlke on the gcc-help mail...Kevin P. Fleming
2008-11-11Add LINEKEYS variable to allow for a user to set the number of keys assigned ...Doug Bailey
2008-11-11Remove commentary from the issues list for SIP TCP/TLSRussell Bryant
2008-11-10Merged revisions 155861 via svnmerge from Mark Michelson
2008-11-10Make documentation of update method match documentation and update update2Tilghman Lesher
2008-11-10Merged revisions 155803 via svnmerge from Tilghman Lesher
2008-11-10Fix memory leak when MALLOC_DEBUG is enabled.Tilghman Lesher
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.Eliel C. Sardanons
2008-11-09Fix this as well. Pointed out by tzafrir.Sean Bright
2008-11-09Fix some spelling errors, and convert tabs to spaces.Sean Bright
2008-11-09In order to move away from nested function use, some changes to the recently ...Sean Bright
2008-11-09Merged revisions 155553 via svnmerge from Sean Bright
2008-11-08 - Check for failure when putting the packet in the ast_strRussell Bryant
2008-11-08Remove some code that is basically a no-op. Code above this already ensures ...Russell Bryant
2008-11-07Set the invite state to INV_CANCELLED in a place thatMark Michelson
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-11-07Merged revisions 155398 via svnmerge from Tilghman Lesher
2008-11-07Two bugs relating to colnames found by Marquis42 on #asterisk-devTilghman Lesher
2008-11-07Remove one more instance of the sample configurationMark Michelson
2008-11-07Send call release with unallocated cause instead of normal call clearing, whenTilghman Lesher
2008-11-07Convert open-coded linked list in indications to the AST_LIST_* macros. ThisSean Bright
2008-11-07stringfields conversion for struct sip_peer, as requested :-)Kevin P. Fleming
2008-11-07Remove a bogus ast_free() that Kevin noticed. This was probably just left over Russell Bryant