summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2008-06-10Merge another big set of changes from team/russell/eventsRussell Bryant
2008-06-10Merge another change from team/russell/eventsRussell Bryant
2008-06-10Merge another change from team/russell/events ...Russell Bryant
2008-06-09Implement FINDLABEL matching for the new extension matching engine.Tilghman Lesher
2008-06-06Make extension match characters case-insensitive.Tilghman Lesher
2008-06-05a small fix for a crash that occurs when compiling AEL with global varsSteve Murphy
2008-06-04MSet doesn't necessarily need chan to be setTilghman Lesher
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,Tilghman Lesher
2008-05-25Change space-zero to now evaluate to false, as is expected by a great many.Tilghman Lesher
2008-05-14Add a missing context unlock.Joshua Colp
2008-05-14Fixed a few problems with multiparking: call not being parked in the correct ...Jeff Peeler
2008-05-08Merged revisions 115551 via svnmerge from Russell Bryant
2008-05-03pbx uses a taskprocessor for device state changesDwayne M. Hubbard
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-28Add incomplete matching to PBX code and app_dialTilghman Lesher
2008-04-23Merged revisions 114579 via svnmerge from Joshua Colp
2008-04-22(closes issue #12469)Steve Murphy
2008-04-22Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()Jason Parker
2008-04-15These changes: Steve Murphy
2008-04-09There was a subtle logical difference between 1.4 and trunk with regards to h...Mark Michelson
2008-04-01Bumped across another test set for the new exten pattern matcher, which revea...Steve Murphy
2008-04-01(closes issue #12298)Steve Murphy
2008-03-27comment cleanup and iron out a really dumb mistake in handling the '.'-wildca...Steve Murphy
2008-03-27Merged revisions 111391 via svnmerge from Steve Murphy
2008-03-19Add the ability to use a pattern match for a hint.Joshua Colp
2008-03-19Fix some more breakage that I introduced when changing extension state callba...Russell Bryant
2008-03-19Remove an unneeded variable. This compiled, but I missed the uninitialized w...Russell Bryant
2008-03-19Convert handling of extension state callbacks to the list macros.Russell Bryant
2008-03-19Minor coding style changes, including adding handling for memory allocation f...Russell Bryant
2008-03-17(closes issue #12238)Steve Murphy
2008-03-15Remove a double write lock of the contexts lock in ast_wrlock_contexts().Russell Bryant
2008-03-10(closes issue #6019)Tilghman Lesher
2008-03-10Merged revisions 107161 via svnmerge from Russell Bryant
2008-03-10Merged revisions 107158 via svnmerge from Russell Bryant
2008-03-07(closes issue #6002)Steve Murphy
2008-03-06Merged revisions 106437 via svnmerge from Mark Michelson
2008-03-04Whitespace changes onlyTilghman Lesher
2008-03-04 - Add curly braces around the while loopRussell Bryant
2008-03-04Use ast_copy_string() instead of strncpy(), and use sizeof() instead ofRussell Bryant
2008-02-28Merged revisions 105005 via svnmerge from Jason Parker
2008-02-26Add an 'e' option to ResetCDR which re-enables a CDR that has been disabled.Joshua Colp
2008-02-18Add an API call (ast_async_parseable_goto) which parses a goto string and doe...Joshua Colp
2008-02-18Context tracing for channelsTilghman Lesher
2008-02-15Add proper "false" case behavior to GotoIfTimeMark Michelson
2008-02-11Just some minor coding style cleanup...Joshua Colp
2008-02-11Fix Manager Redirect while in an AGI.Joshua Colp
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-02-05Change where priority of a goto is adjusted.Jason Parker
2008-02-04Update handling of asyncgoto so it properly works on channels that are curren...Joshua Colp