summaryrefslogtreecommitdiff
path: root/pbx.c
AgeCommit message (Expand)Author
2004-05-03Add SayPhonetic and SayAlpha applications (bug #793)Mark Spencer
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersMark Spencer
2004-04-26More select/poll updates for various applicationsMark Spencer
2004-04-22Use ast_strdupa instead of strdup in goto (bug #1465)Mark Spencer
2004-04-19Hold the lock properly on async goto now that we have recursive mutex support.Mark Spencer
2004-04-18Make extension matching non case sensitive. So 'T' and 't' areJames Golovich
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-04-06Add "WaitExten" applicationMark Spencer
2004-04-04Save appl and data around exec (bug #1301)Mark Spencer
2004-04-02Update security document, work on threading with pbx.c and small SIP fixesMark Spencer
2004-03-24Make FAX enableable/disablabable, fix async goto support properlyMark Spencer
2004-03-19Fix LEN segfault (bug #1228)Mark Spencer
2004-03-06Allow multiple switches in the same context (bug #1171)James Golovich
2004-03-05Fix pbx_builtin_atimeout commentJames Golovich
2004-03-04Make the Wait application accept time with fractions of a secondJames Golovich
2004-03-04Fix GotoIfTime if time is badMark Spencer
2004-02-26Fix Bug # 981Malcolm Davenport
2004-02-23Fix some comments in pbx.c and pbx_config.cJames Golovich
2004-02-23Fix ast_add_extension2 updating ast_exten correctly in certain casesJames Golovich
2004-02-22Add ${LANGUAGE} channel variable (bug #1078)James Golovich
2004-02-11Fix several memory leaksMark Spencer
2004-02-02Force update of the CDR before clearing channel (bug #974)Mark Spencer
2004-01-31Stop searching once we find a matchMark Spencer
2004-01-15Make output more readableJeremy McNamara
2004-01-13temp fix for timed includes and GotoIfTimeJeremy McNamara
2004-01-11Out of memory conditions should be errors, not warnings. Bug #670Jeremy McNamara
2003-12-01Add ${TIMESTAMP} (bug #607) and don't ever ast_log from within handlerMark Spencer
2003-11-24deal with accountcode correctly and update CDR on a gotoJeremy McNamara
2003-11-21Make CALLTYPE availableMark Spencer
2003-11-13Make ${ACCOUNTCODE} available and document (bug #459)Mark Spencer
2003-11-04Fix a typoMartin Pycko
2003-10-26Make sure variables exists (bug #409)Mark Spencer
2003-10-25Make HANGUPCAUSE accessibleMark Spencer
2003-10-25Verify includes, and give warnings if invalid (bug #429)Mark Spencer
2003-10-23Create outgoing threads detached (bug #391)Mark Spencer
2003-10-06Update setlanguage documentationMark Spencer
2003-10-01Pass accountcode to outgoing spool call when originated with Context&Extensio...Martin Pycko
2003-09-30use timeout value insted of 0. Bug #286Jeremy McNamara
2003-09-27Move to asprintf (bug #252)Mark Spencer
2003-09-22Create better 'failed' CDRs for outgoing spool calls with context,extension,p...Martin Pycko
2003-09-20Fix getting ${UNIQUEID} valueMartin Pycko
2003-09-14Revert bug 176 patch entirelyMark Spencer
2003-09-13More PBX fixesMark Spencer
2003-09-13CLeanup PBX patch and add localtime stuff for saytime (bug #168)Mark Spencer
2003-09-13Add extended Matching functionality (bug #97)Mark Spencer
2003-09-12Add distinguishing between BUSY and FAILURE for outgoing spool calls. Always ...Martin Pycko
2003-09-10Fix small logic errors (bug #242)Mark Spencer
2003-09-08Add ResetCDR application (with mods) (bug #235)Mark Spencer
2003-09-08Change printf to ast_log (bug #238)Mark Spencer
2003-09-04Add ${DNIS}Mark Spencer