aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-03Formatting change to test something on the svn serverrussell1-2/+1
2008-09-02Merged revisions 140670 via svnmerge from murf1-0/+1
2008-08-25Merged revisions 139764 via svnmerge from murf1-4/+0
2008-08-22Merged revisions 139347 via svnmerge from murf1-0/+4
2008-08-19These changes are in regards to bug 13249, where users are being surprised by...murf1-1/+7
2008-08-16Also make sure hinting won't crash on reload.tilghman1-1/+1
2008-08-15Remove deprecated syntax from sample config filetilghman1-1/+1
2008-08-15Change free to ast_free_ptr, tootilghman1-1/+1
2008-08-15e->data can be NULL, so use the safe version of ast_strdup()tilghman1-1/+1
2008-08-10Another batch of files from RSW. The remaining apps and a few moreseanbright1-23/+23
2008-08-07Don't allow Answer() to accept a negative argument.mmichelson1-0/+4
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-3/+3
2008-08-02(closes issue #13202)murf1-0/+6
2008-07-23(closes issue #13144)murf1-21/+37
2008-07-17Change several 'core' commands to be 'dialplan' commands (with appropriatetilghman1-16/+79
2008-07-15(closes issue #12960)murf1-3/+6
2008-07-15Merged revisions 130959 via svnmerge from tilghman1-4/+4
2008-07-11(closes issue #13041)murf1-2/+5
2008-07-11(closes issue #13041)murf1-28/+299
2008-07-09Add Proceeding() application (#13025)mattf1-2/+18
2008-07-09Code wasn't ready to be merged - see -dev list discussiontilghman1-15/+2
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-2/+2
2008-07-06Changing name of global api call to ast_* oej1-2/+2
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andoej1-2/+15
2008-07-04Merged revisions 127973 via svnmerge from tilghman1-61/+54
2008-07-03Merged revisions 127663 via svnmerge from murf1-28/+0
2008-06-17If we don't match registrar when destroying a context, it can cause a crash.tilghman1-2/+2
2008-06-16(closes issue #12689)murf1-7/+11
2008-06-10Merge another big set of changes from team/russell/eventsrussell1-1/+1
2008-06-10Merge another change from team/russell/eventsrussell1-65/+24
2008-06-10Merge another change from team/russell/events ...russell1-0/+3
2008-06-09Implement FINDLABEL matching for the new extension matching engine.tilghman1-11/+20
2008-06-06Make extension match characters case-insensitive.tilghman1-1/+1
2008-06-05a small fix for a crash that occurs when compiling AEL with global varsmurf1-1/+1
2008-06-04MSet doesn't necessarily need chan to be settilghman1-1/+3
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,tilghman1-0/+4
2008-05-25Change space-zero to now evaluate to false, as is expected by a great many.tilghman1-4/+6
2008-05-14Add a missing context unlock.file1-0/+2
2008-05-14Fixed a few problems with multiparking: call not being parked in the correct ...jpeeler1-0/+4
2008-05-08Merged revisions 115551 via svnmerge from russell1-6/+6
2008-05-03pbx uses a taskprocessor for device state changesdhubbard1-68/+18
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-9/+9
2008-04-28Add incomplete matching to PBX code and app_dialtilghman1-9/+57
2008-04-23Merged revisions 114579 via svnmerge from file1-1/+6
2008-04-22(closes issue #12469)murf1-9/+12
2008-04-22Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()qwell1-2/+2
2008-04-15These changes: murf1-19/+62
2008-04-09There was a subtle logical difference between 1.4 and trunk with regards to h...mmichelson1-2/+6
2008-04-01Bumped across another test set for the new exten pattern matcher, which revea...murf1-3/+5
2008-04-01(closes issue #12298)murf1-168/+307