aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.0-rc2@7221 f38db490-d...kpfleming1-0/+0
2004-08-08Merge BSD stack size work (bug #2067)markster1-4/+4
2004-08-03Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" o...markster1-6/+6
2004-07-30chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115...malcolmd1-2/+0
2004-07-30Bug # 2115: Allow Caller TON to be retrieved in the dialplanmalcolmd1-0/+2
2004-07-24Merge tilghman's app/appdata in newexten patch (bug #2104)markster1-7/+9
2004-07-19Add options to background (bug #2075) and update documentationmarkster1-16/+55
2004-07-17Typo / whitespace fixes (bug #2052)markster1-446/+488
2004-07-14Remaining rgagnon source audit improvements (bug #2011)markster1-69/+70
2004-07-09Give Busy() and Congestion() an optional timeoutmarkster1-8/+16
2004-07-01bring justice to gotoif's always true buganthm1-21/+4
2004-06-29Display invalid extension when there is one, fix minor OSP typo, Don't send 2...markster1-1/+1
2004-06-28Add new built-in app 'SetAMAFlags'jeremy1-1/+17
2004-06-25Add subaddress support (bug #1877)markster1-1/+1
2004-06-25Cleanup handling of complex expressions (bug #1919)markster1-1/+6
2004-06-25Commit remaining changesmarkster1-2/+2
2004-06-23Generate "failed" context on busy, toomarkster1-1/+3
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-0/+1
2004-06-22Add "Progress" applicationmarkster1-0/+12
2004-06-13x86-64 compile fixes and cleanupsmarkster1-1/+1
2004-06-12Add "LOW_MEMORY" option and increase some buffer sizes (bug #1827)markster1-2/+7
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-5/+6
2004-05-26Fix comment in pbx.ccitats1-1/+1
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-5/+11
2004-05-17Fix compiler warningcitats1-3/+3
2004-05-17Make variables work in manager originate againcitats1-0/+10
2004-05-09Code formatting fixes in pbx.c (still more todo)citats1-53/+55
2004-05-04Change strlen calls to ast_strlen_zero in pbx.ccitats1-31/+32
2004-05-03Add SayPhonetic and SayAlpha applications (bug #793)markster1-0/+26
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersmarkster1-4/+24
2004-04-26More select/poll updates for various applicationsmarkster1-1/+1
2004-04-22Use ast_strdupa instead of strdup in goto (bug #1465)markster1-2/+1
2004-04-19Hold the lock properly on async goto now that we have recursive mutex support.markster1-4/+1
2004-04-18Make extension matching non case sensitive. So 'T' and 't' arecitats1-1/+1
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-22/+15
2004-04-06Add "WaitExten" applicationmarkster1-0/+19
2004-04-04Save appl and data around exec (bug #1301)markster1-2/+13
2004-04-02Update security document, work on threading with pbx.c and small SIP fixesmarkster1-1/+4
2004-03-24Make FAX enableable/disablabable, fix async goto support properlymarkster1-5/+4
2004-03-19Fix LEN segfault (bug #1228)markster1-12/+14
2004-03-06Allow multiple switches in the same context (bug #1171)citats1-1/+1
2004-03-05Fix pbx_builtin_atimeout commentcitats1-1/+1
2004-03-04Make the Wait application accept time with fractions of a secondcitats1-4/+4
2004-03-04Fix GotoIfTime if time is badmarkster1-3/+3
2004-02-26Fix Bug # 981malcolmd1-3/+4
2004-02-23Fix some comments in pbx.c and pbx_config.ccitats1-1/+2
2004-02-23Fix ast_add_extension2 updating ast_exten correctly in certain casescitats1-2/+2
2004-02-22Add ${LANGUAGE} channel variable (bug #1078)citats1-0/+3
2004-02-11Fix several memory leaksmarkster1-1/+7
2004-02-02Force update of the CDR before clearing channel (bug #974)markster1-0/+4