summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2008-09-26Merged revisions 144677 via svnmerge from Steve Murphy
2008-09-25(closes issue #13557)Steve Murphy
2008-09-12Merged revisions 142675 via svnmerge from Steve Murphy
2008-09-08Merged revisions 141806 via svnmerge from Russell Bryant
2008-09-03In these changes, I have added some explanationSteve Murphy
2008-09-03Formatting change to test something on the svn serverRussell Bryant
2008-09-02Merged revisions 140670 via svnmerge from Steve Murphy
2008-08-25Merged revisions 139764 via svnmerge from Steve Murphy
2008-08-22Merged revisions 139347 via svnmerge from Steve Murphy
2008-08-19These changes are in regards to bug 13249, where users are being surprised by...Steve Murphy
2008-08-16Also make sure hinting won't crash on reload.Tilghman Lesher
2008-08-15Remove deprecated syntax from sample config fileTilghman Lesher
2008-08-15Change free to ast_free_ptr, tooTilghman Lesher
2008-08-15e->data can be NULL, so use the safe version of ast_strdup()Tilghman Lesher
2008-08-10Another batch of files from RSW. The remaining apps and a few moreSean Bright
2008-08-07Don't allow Answer() to accept a negative argument.Mark Michelson
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-08-02(closes issue #13202)Steve Murphy
2008-07-23(closes issue #13144)Steve Murphy
2008-07-17Change several 'core' commands to be 'dialplan' commands (with appropriateTilghman Lesher
2008-07-15(closes issue #12960)Steve Murphy
2008-07-15Merged revisions 130959 via svnmerge from Tilghman Lesher
2008-07-11(closes issue #13041)Steve Murphy
2008-07-11(closes issue #13041)Steve Murphy
2008-07-09Add Proceeding() application (#13025)Matthew Fredrickson
2008-07-09Code wasn't ready to be merged - see -dev list discussionTilghman Lesher
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-06Changing name of global api call to ast_* Olle Johansson
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andOlle Johansson
2008-07-04Merged revisions 127973 via svnmerge from Tilghman Lesher
2008-07-03Merged revisions 127663 via svnmerge from Steve Murphy
2008-06-17If we don't match registrar when destroying a context, it can cause a crash.Tilghman Lesher
2008-06-16(closes issue #12689)Steve Murphy
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