aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-10Fixes the argument order in definition of new_find_extension().dbrooks1-1/+1
2009-05-26Add new ast_complete_applications function so that we can use it with theseanbright1-15/+20
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-12/+27
2009-05-22Fix build under dev mode and remove some casts that are no longer necessary asseanbright1-0/+4
2009-05-22Avoid using prototypes when not necessary (it is already defined in the headereliel1-6/+2
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-68/+67
2009-05-18Warn about the use of the application WaitExten() within a Macro().eliel1-0/+1
2009-05-16Fix a missing unlock in case of error, and a missing free().eliel1-5/+2
2009-05-14If the timing ended on a zero, then we would loop forever.tilghman1-3/+2
2009-05-13Merged revisions 194137 via svnmerge from tilghman1-1/+1
2009-05-13Two fixes found while debugging with ast_backtrace():tilghman1-5/+3
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-1/+1
2009-05-07Merged revisions 193119 via svnmerge from tilghman1-2/+17
2009-05-06If no extension was found in the pattern tree, don't crash.jpeeler1-1/+1
2009-04-29Part of the merge did not happen correctly, which resulted in a compile errortilghman1-3/+4
2009-04-29Merge str_substitution branch.tilghman1-33/+369
2009-04-27Don't warn on pipe in the System call.tilghman1-1/+2
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-12/+17
2009-04-23Labels are sometimes (most of the time?) NULL for extensions.tilghman1-2/+2
2009-04-17Merged revisions 189009 via svnmerge from mnicholson1-1/+3
2009-04-17Fix a spacing issue that I claimed I would when I committed this code.mmichelson1-1/+1
2009-04-17Several fixes to the extenpatternmatchnew logic.mmichelson1-206/+172
2009-04-14As suggested by Russell, warn users when their dialplan arguments contain pip...tilghman1-0/+5
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman1-3/+3
2009-04-09Add ability for dialplan execution to continue when caller hangs up.jpeeler1-2/+3
2009-03-27Change g_eid to ast_eid_default.russell1-1/+1
2009-03-11Spacing changes onlytilghman1-323/+342
2009-02-20Merged revisions 177786 via svnmerge from tilghman1-11/+11
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