aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-08Merged revisions 115552 via svnmerge from russell1-6/+6
2008-04-23Merged revisions 114580 via svnmerge from file1-1/+6
2008-04-22Merged revisions 114553 via svnmerge from murf1-9/+12
2008-04-22Merged revisions 114540 via svnmerge from qwell1-2/+2
2008-04-15Merged revisions 114146 via svnmerge from murf1-19/+62
2008-04-09Merged revisions 113836 via svnmerge from mmichelson1-2/+6
2008-04-01Merged revisions 112357 via svnmerge from murf1-3/+5
2008-04-01Merged revisions 112289 via svnmerge from murf1-170/+317
2008-03-27Merged revisions 111497 via svnmerge from murf1-8/+11
2008-03-27Merged revisions 111410 via svnmerge from murf1-0/+3
2008-03-10Blocked revisions 107231 via svnmerge from tilghman1-11/+11
2008-03-10Merged revisions 107162 via svnmerge from russell1-1/+1
2008-03-10Merged revisions 107159 via svnmerge from russell1-1/+8
2008-03-06Merged revisions 106438 via svnmerge from mmichelson1-3/+1
2008-03-06Merged revisions 105840 via svnmerge from russell1-4/+4
2008-03-04 - Add curly braces around the while looprussell1-6/+10
2008-03-04Use ast_copy_string() instead of strncpy(), and use sizeof() instead ofrussell1-1/+4
2008-02-28Merged revisions 105005 via svnmerge from qwell1-2/+2
2008-02-26Add an 'e' option to ResetCDR which re-enables a CDR that has been disabled.file1-0/+2
2008-02-18Add an API call (ast_async_parseable_goto) which parses a goto string and doe...file1-2/+16
2008-02-18Context tracing for channelstilghman1-0/+3
2008-02-15Add proper "false" case behavior to GotoIfTimemmichelson1-10/+23
2008-02-11Just some minor coding style cleanup...file1-19/+19
2008-02-11Fix Manager Redirect while in an AGI.file1-0/+3
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-1/+1
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-2/+1
2008-02-05Change where priority of a goto is adjusted.qwell1-2/+6
2008-02-04Update handling of asyncgoto so it properly works on channels that are curren...file1-5/+2
2008-01-31Merged revisions 101480 via svnmerge from murf1-1/+2
2008-01-28Merged revisions 100675 via svnmerge from tilghman1-1/+5
2008-01-28Clean up some formatting, and simplify a bit of code using ast_strrussell1-23/+42
2008-01-14Print out a warning when spaces are used in the variable name in Set and MSet...file1-2/+7
2008-01-12Add a new CLI command, "core set chanvar", which allows you to set a channelrussell1-1/+40
2008-01-10Several manager changes:tilghman1-3/+3
2008-01-05Print out the name of a function being registered in color, just like the namerussell1-1/+2
2007-12-31Merged revisions 95577 via svnmerge from mmichelson1-1/+2
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.mmichelson1-1/+1
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.mmichelson1-1/+1
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...mmichelson1-1/+1
2007-12-14Convert ast_verbose to ast_verb.tilghman1-2/+1
2007-12-13Merged revisions 92809 via svnmerge from qwell1-7/+7
2007-12-07Add count of total number of calls processed by asterisk during it's lifetime.qwell1-1/+9
2007-12-04Merged revisions 90967 via svnmerge from russell1-19/+9
2007-12-04(closes issue #11422)oej1-0/+78
2007-11-28Removing a pointless check of option_debugmmichelson1-3/+1
2007-11-28Merged revisions 90059 via svnmerge from mmichelson1-6/+0
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.qwell1-1/+1
2007-11-28Merged revisions 89893 via svnmerge from russell1-0/+4
2007-11-27Merged revisions 89839 via svnmerge from russell1-8/+16
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...murf1-1/+2