aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-12Merged revisions 50561 via svnmerge from kpfleming1-1/+2
2007-01-10Ensure data's existence before trying to access it. (issue #8774 reported by ...file1-1/+1
2007-01-06Save 1 whopping byte of allocated memory!qwell1-8/+4
2007-01-02Allow fractions of a second in the Wait() application, like it says it allows.qwell1-2/+3
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-5/+5
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-6/+3
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-11/+11
2006-10-25WaitExten truncates decimals of times to wait, instead of accepting them (Bug...tilghman1-2/+3
2006-09-27Fix an issue with PLAYBACKSTATUS not being set under certain circumstances.qwell1-1/+3
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-5/+6
2006-09-18merge qwell's CLI verbification workkpfleming1-53/+350
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-3/+15
2006-09-03 Provide a little more protection to make sure that a MOH class is specified ...bweschke1-2/+4
2006-09-03 Fix enum indexing problem with m() in WaitExten. Reported by Pavel J, in ast...bweschke1-1/+1
2006-09-01Another formatting update for PCadach.murf1-3/+1