aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-31Stop searching once we find a matchmarkster1-0/+1
2004-01-15Make output more readablejeremy1-1/+1
2004-01-13temp fix for timed includes and GotoIfTimejeremy1-2/+2
2004-01-11Out of memory conditions should be errors, not warnings. Bug #670jeremy1-18/+44
2003-12-01Add ${TIMESTAMP} (bug #607) and don't ever ast_log from within handlermarkster1-0/+13
2003-11-24deal with accountcode correctly and update CDR on a gotojeremy1-0/+5
2003-11-21Make CALLTYPE availablemarkster1-13/+39
2003-11-13Make ${ACCOUNTCODE} available and document (bug #459)markster1-0/+3
2003-11-04Fix a typomartinp1-1/+1
2003-10-26Make sure variables exists (bug #409)markster1-9/+11
2003-10-25Make HANGUPCAUSE accessiblemarkster1-0/+3
2003-10-25Verify includes, and give warnings if invalid (bug #429)markster1-0/+14
2003-10-23Create outgoing threads detached (bug #391)markster1-2/+10
2003-10-06Update setlanguage documentationmarkster1-2/+2
2003-10-01Pass accountcode to outgoing spool call when originated with Context&Extensio...martinp1-2/+2
2003-09-30use timeout value insted of 0. Bug #286jeremy1-2/+2
2003-09-27Move to asprintf (bug #252)markster1-4/+7
2003-09-22Create better 'failed' CDRs for outgoing spool calls with context,extension,p...martinp1-22/+7
2003-09-20Fix getting ${UNIQUEID} valuemartinp1-0/+1
2003-09-14Revert bug 176 patch entirelymarkster1-348/+78
2003-09-13More PBX fixesmarkster1-3/+3
2003-09-13CLeanup PBX patch and add localtime stuff for saytime (bug #168)markster1-11/+7
2003-09-13Add extended Matching functionality (bug #97)markster1-76/+350
2003-09-12Add distinguishing between BUSY and FAILURE for outgoing spool calls. Always ...martinp1-1/+22
2003-09-10Fix small logic errors (bug #242)markster1-6/+10
2003-09-08Add ResetCDR application (with mods) (bug #235)markster1-0/+18
2003-09-08Change printf to ast_log (bug #238)markster1-1/+1
2003-09-04Add ${DNIS}markster1-0/+6