aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-27comment cleanup and iron out a really dumb mistake in handling the '.'-wildca...murf1-8/+11
2008-03-27Merged revisions 111391 via svnmerge from murf1-0/+3
2008-03-19Add the ability to use a pattern match for a hint.file1-9/+41
2008-03-19Fix some more breakage that I introduced when changing extension state callba...russell1-5/+5
2008-03-19Remove an unneeded variable. This compiled, but I missed the uninitialized w...russell1-2/+2
2008-03-19Convert handling of extension state callbacks to the list macros.russell1-53/+57
2008-03-19Minor coding style changes, including adding handling for memory allocation f...russell1-4/+16
2008-03-17(closes issue #12238)murf1-0/+41
2008-03-15Remove a double write lock of the contexts lock in ast_wrlock_contexts().russell1-1/+1
2008-03-10(closes issue #6019)tilghman1-11/+83
2008-03-10Merged revisions 107161 via svnmerge from russell1-1/+1
2008-03-10Merged revisions 107158 via svnmerge from russell1-1/+8
2008-03-07(closes issue #6002)murf1-211/+381
2008-03-06Merged revisions 106437 via svnmerge from mmichelson1-3/+1
2008-03-04Whitespace changes onlytilghman1-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