aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-01PCadach wanted better formatting of those 'if' conditions for 7859.murf1-1/+3
2006-09-01This small tweek will hopefully fix 7859, and silence all possible othersmurf1-2/+3
2006-08-30change default setting for autofallthroughkpfleming1-1/+1
2006-08-29This change fixes bug 7820. Way back in April this bug was reintroduced, it a...murf1-0/+3
2006-08-24Merged revisions 40994 via svnmerge from russell1-3/+3
2006-08-21don't initialize global variables list twicekpfleming1-2/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+5963