summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-11-07Clarify which part of OBJ_MULTIPLE is not implemented, and under what case itRussell Bryant
2008-11-07Fix some code in chan_sip that was intended to unlink multiple objects from aRussell Bryant
2008-11-07correct logic error noticed by rmudgett (thanks!)Kevin P. Fleming
2008-11-07If 'asterisk.conf' is not found, instead of giving up,Eliel C. Sardanons
2008-11-07Fix an asterisk crash if no asterisk.conf configuration file is present.Eliel C. Sardanons
2008-11-06don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only d...Kevin P. Fleming
2008-11-06coding style/guidelines cleanup, plus use new side-effect safe S_ORKevin P. Fleming
2008-11-06make S_OR and S_COR safe to use even if the parameters are function calls or ...Kevin P. Fleming
2008-11-06put ifdef protection around the rest of the libpri function calls that were a...Kevin P. Fleming
2008-11-06Merged revisions 155011 via svnmerge from Mark Michelson
2008-11-06Simplify the output of [See Also].Eliel C. Sardanons
2008-11-05Fix some whitespace.Sean Bright
2008-11-05Update a couple places to use the new ast_channel_search_locked API call.Sean Bright
2008-11-05Don't read history on -rx commands.Tilghman Lesher