aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-02iTholo fixesmarkster1-1/+1
2003-09-01Update CDR's when changing extensionsmarkster1-0/+5
2003-08-25Merge james's patch (bug #7)markster1-1/+6
2003-08-24Don't run hangup extension when KEEPALIVE is returned (bug #120)markster1-1/+1
2003-08-20Be sure workspace is initializedmarkster1-0/+1
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-120/+120
2003-08-07Revert the change in GotoIfTimemartinp1-8/+2
2003-08-07Fix the GotoIfTime applicationmartinp1-1/+7
2003-08-03Allow globals in extensions.conf to reference previous variablesmarkster1-22/+25
2003-07-29Minor fixesmarkster1-2/+4
2003-07-14pbx.c didn't get updatedmartinp1-5/+13
2003-07-14pbx.c didn't get updated last timemartinp1-13/+49
2003-07-12fix invalid synopsis on SetAccountjeremy1-1/+1
2003-07-01Another typo!martinp1-1/+1
2003-07-01Fix a typomartinp1-1/+1
2003-07-01Merge goto if patchmarkster1-0/+8
2003-07-01Don't enter the LEN() routines if the variable name was not foundmartinp1-2/+2
2003-06-24Make variable with invalid extensionmarkster1-0/+2
2003-06-11manager unique idmarkster1-2/+3
2003-06-11Use digit/response timeoutsmarkster1-5/+0
2003-06-06Add the variable LEN(STRING) to retrieve the length of the STRINGmartinp1-0/+11
2003-06-04Somehow it didnt' get updated with the previous patchmartinp1-2/+1
2003-05-30Add unique identifiermarkster1-0/+2
2003-05-22Fix 'T' extensionmarkster1-0/+2
2003-05-06dep fix, pbx fixmarkster1-2/+2
2003-04-29Minor fixesmarkster1-2/+2