aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-08Don't use a channel before checking for channel allocation failure.russell1-6/+6
2008-04-23Instead of stopping dialplan execution when SayNumber attempts to say a large...file1-1/+6
2008-04-11It's possible that a channel can have an async goto on the successful executi...qwell1-2/+4
2008-03-27These small documentation updates made in response to a query inmurf1-0/+3
2008-03-10Use non-global storage for eswitchtilghman1-11/+12
2008-03-10Fix another bug specifically related to asynchronous call origination. Once therussell1-1/+1
2008-03-10Fix some bugs related to originating calls. If the code failed to start a PBXrussell1-1/+8
2008-03-06Quell an annoying message that is likely to print every single time that mmichelson1-3/+1
2008-03-04Backport a minor bug fix from trunk that I found while doing random coderussell1-6/+10
2008-02-28Make pbx_exec pass an empty string into applications, if we get NULL.qwell1-2/+2
2008-01-31closes issue #11845; that's the one where there's a 1004 byte cdr leak with e...murf1-1/+2
2008-01-28WaitExten didn't handle AbsoluteTimeout properly (went to 't' instead of 'T')tilghman1-1/+5
2007-12-31Avoiding a potentially bad locking situation. ast_merge_contexts_and_delete w...mmichelson1-1/+2
2007-12-27Now that the contexts lock is a read/write lock, it should not be locked hererussell1-2/+0
2007-12-21Convert the contexts lock to a read/write lock to resolve a deadlock. Thisrussell1-31/+48
2007-12-13Make application help text a little more clear about the use of extensions in...qwell1-7/+7
2007-12-04Make some changes to some additions I made recently for doing channel autoser...russell1-19/+9
2007-11-28Removing some seemingly pointless code. This sets a channel variable for ever...mmichelson1-6/+0
2007-11-28 - update documentation for some of the goto functions to note that theyrussell1-0/+4
2007-11-27Don't start/stop autoservice in pbx_extension_helper() unless a channel existsrussell1-8/+16
2007-11-27Merge changes from team/russell/autoservice_1.4russell1-3/+20
2007-11-26Add channel locking to a function that needed to be doing it. This is just arussell1-0/+2
2007-11-20According to comments in main/pbx.c, it is essential that if we are going to ...mmichelson1-0/+2
2007-11-12Fix a typo pointed out by De_Mon on #asterisk-devqwell1-1/+1
2007-11-05After seeing crashes related to channel variables, I went looking around at therussell1-11/+37
2007-10-11A dollar sign by itself, not indicating a start of a variable or expression p...tilghman1-2/+3
2007-09-17(closes issue #10734)file1-1/+1
2007-08-30(closes issue #10603)file1-0/+3
2007-08-24Make the deprecation warning inline with the code, instead of only in documen...tilghman1-1/+6
2007-07-17(closes issue #10209)russell1-0/+2
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-1/+1
2007-05-14As per 9570, worrisome CDR warnings have been removed, that are either not he...murf1-15/+1
2007-05-02Merged revisions 62737 via svnmerge from murf1-1/+1
2007-05-02a)In chan_zap, set the clid, src fields in channel_alloc call. b)in the chann...murf1-1/+1
2007-04-27If no variables were passed into pbx_substitute_variables_helper_full(), thenrussell1-1/+1
2007-04-23Some dialplan functions, such as CUT(), expect to operate on variables on arussell1-1/+15
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-3/+3
2007-03-30several changes via kpflemings reviewmurf1-5/+0
2007-03-30These mods fix CDR issues from 8221, 8593, 8680, 8743, and perhaps others. Ma...murf1-1/+7
2007-03-16Making these documentation changes in the 1.4 branch upset various people, sorussell1-56/+0
2007-03-15Refashion dump command to match common syntax and update the resulting appdoc...tilghman1-4/+4
2007-03-15Expand deprecation warnings from simply warning on use to the builtin documen...tilghman1-0/+4
2007-03-15Merge changes from svn/asterisk/team/russell/LaTeX_docs.russell1-0/+56
2007-03-05Merged revisions 57825 via svnmerge from murf1-1/+1
2007-03-02Merged revisions 57458 via svnmerge from murf1-9/+20
2007-02-28Merged revisions 57118 via svnmerge from murf1-2/+13
2007-02-26Use ast_strlen_zero to see if the language and/or context argument is not pre...file1-2/+2
2007-02-01Merged revisions 53069 via svnmerge from tilghman1-2/+1
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+7
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell1-14/+25