summaryrefslogtreecommitdiff
path: root/pbx.c
AgeCommit message (Expand)Author
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-08-03Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" o...Mark Spencer
2004-07-30chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115...Malcolm Davenport
2004-07-30Bug # 2115: Allow Caller TON to be retrieved in the dialplanMalcolm Davenport
2004-07-24Merge tilghman's app/appdata in newexten patch (bug #2104)Mark Spencer
2004-07-19Add options to background (bug #2075) and update documentationMark Spencer
2004-07-17Typo / whitespace fixes (bug #2052)Mark Spencer
2004-07-14Remaining rgagnon source audit improvements (bug #2011)Mark Spencer
2004-07-09Give Busy() and Congestion() an optional timeoutMark Spencer
2004-07-01bring justice to gotoif's always true bugAnthony Minessale II
2004-06-29Display invalid extension when there is one, fix minor OSP typo, Don't send 2...Mark Spencer
2004-06-28Add new built-in app 'SetAMAFlags'Jeremy McNamara
2004-06-25Add subaddress support (bug #1877)Mark Spencer
2004-06-25Cleanup handling of complex expressions (bug #1919)Mark Spencer
2004-06-25Commit remaining changesMark Spencer
2004-06-23Generate "failed" context on busy, tooMark Spencer
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-22Add "Progress" applicationMark Spencer
2004-06-13x86-64 compile fixes and cleanupsMark Spencer
2004-06-12Add "LOW_MEMORY" option and increase some buffer sizes (bug #1827)Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-26Fix comment in pbx.cJames Golovich
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedMark Spencer
2004-05-17Fix compiler warningJames Golovich
2004-05-17Make variables work in manager originate againJames Golovich
2004-05-09Code formatting fixes in pbx.c (still more todo)James Golovich
2004-05-04Change strlen calls to ast_strlen_zero in pbx.cJames Golovich
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