aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-18This patch fixes merge_contexts_and_delete so it does not deadlock when hints...murf1-17/+110
2009-02-18Fix a number of incorrect uses of strncpy().russell1-8/+15
2009-02-17Merge a large set of updates to the Asterisk indications API.russell1-3/+5
2009-02-17Fix a race condition that caused device states to become incorrect for hints.russell1-1/+1
2009-02-13add missing </para>russell1-1/+1
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationmmichelson1-3/+25
2009-02-04Ensure that commas placed in the middle of extension character classes do nottilghman1-0/+3
2009-01-28Merged revisions 172030 via svnmerge from murf1-0/+3
2009-01-22Merged revisions 170050 via svnmerge from file1-1/+1
2009-01-21Merged revisions 169867 via svnmerge from file1-0/+3
2009-01-13Merged revisions 168561 via svnmerge from russell1-1/+1
2008-12-23Merged revisions 166093 via svnmerge from murf1-4/+0
2008-12-18Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.russell1-26/+27
2008-12-16Add timezone to the possible fields in a timespec.tilghman1-9/+43
2008-12-16(closes issue #14076)murf1-6/+2
2008-12-16Merged revisions 164634 via svnmerge from murf1-1/+2
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-120/+102
2008-12-10Previously missing line, now the substitution works correctlytilghman1-0/+1
2008-12-10Checking global variables here actually overwrote the previous substitution bytilghman1-9/+0
2008-12-09Merged revisions 162265 via svnmerge from mmichelson1-0/+1
2008-12-08Note that the recently changed waittime parameter is in milliseconds.bkruse1-0/+1
2008-12-08Fix a regression introduced when the PBX timeouts were converted to milliseco...file1-1/+1
2008-12-05Merged revisions 161287 via svnmerge from russell1-1/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-12-02Merged revisions 160207 via svnmerge from tilghman1-2/+7
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.russell1-1/+2
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.russell1-1/+3
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.russell1-1/+3
2008-11-25Don't limit the length of the hint at the final step (from ~8100 chars maxtilghman1-3/+4
2008-11-21Allow space within an extension, when the space is within a character class.tilghman1-9/+10
2008-11-21Merged revisions 158600 via svnmerge from tilghman1-1/+1
2008-11-13(closes issue #13891)jpeeler1-3/+0
2008-11-12Merged revisions 156297 via svnmerge from murf1-3/+3
2008-11-12This commit does two things:mvanbaak1-36/+3
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.eliel1-1635/+32
2008-11-07Fix some code in chan_sip that was intended to unlink multiple objects from arussell1-1/+1
2008-11-07If 'asterisk.conf' is not found, instead of giving up,eliel1-10/+7
2008-11-07Fix an asterisk crash if no asterisk.conf configuration file is present.eliel1-0/+1
2008-11-06Simplify the output of [See Also].eliel1-10/+9
2008-11-05Add more SeeAlso references based on TFOT.eliel1-3/+103
2008-11-05- Add more <see-also> based on TFOT.eliel1-0/+2
2008-11-04GLOB_BRACE is already added to MY_GLOB_FLAGS if it is supported on theseanbright1-1/+1
2008-11-01Merge changes from team/group/appdocsxmlrussell1-387/+2439
2008-10-30Track down and fix annoying lock errorstilghman1-5/+9
2008-10-13Hmmm. Nobody (but me) is interested in seeing murf1-10/+106
2008-10-09(closes issue #13557)murf1-1/+1
2008-09-26Merged revisions 144677 via svnmerge from murf1-0/+2
2008-09-25(closes issue #13557)murf1-2/+2
2008-09-12Merged revisions 142675 via svnmerge from murf1-2/+2
2008-09-08Merged revisions 141806 via svnmerge from russell1-9/+15