aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-05Fix pbx_builtin_atimeout commentcitats1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2355 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-04Make the Wait application accept time with fractions of a secondcitats1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2333 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-04Fix GotoIfTime if time is badmarkster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2321 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-26Fix Bug # 981malcolmd1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2253 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-23Fix some comments in pbx.c and pbx_config.ccitats1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2223 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-23Fix ast_add_extension2 updating ast_exten correctly in certain casescitats1-2/+2
where extensions.conf is not ordered numerically by priority (bug #1065) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2215 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-22Add ${LANGUAGE} channel variable (bug #1078)citats1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2210 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-11Fix several memory leaksmarkster1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2153 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-02Force update of the CDR before clearing channel (bug #974)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2107 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-31Stop searching once we find a matchmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2099 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-15Make output more readablejeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2042 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-13temp fix for timed includes and GotoIfTimejeremy1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2012 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-11Out of memory conditions should be errors, not warnings. Bug #670jeremy1-18/+44
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1939 f38db490-d61c-443f-a65b-d21fe96a405b
2003-12-01Add ${TIMESTAMP} (bug #607) and don't ever ast_log from within handlermarkster1-0/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1805 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-24deal with accountcode correctly and update CDR on a gotojeremy1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1788 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-21Make CALLTYPE availablemarkster1-13/+39
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1776 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-13Make ${ACCOUNTCODE} available and document (bug #459)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1743 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-04Fix a typomartinp1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1686 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-26Make sure variables exists (bug #409)markster1-9/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1675 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-25Make HANGUPCAUSE accessiblemarkster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1669 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-25Verify includes, and give warnings if invalid (bug #429)markster1-0/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1667 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-23Create outgoing threads detached (bug #391)markster1-2/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1661 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-06Update setlanguage documentationmarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1611 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-01Pass accountcode to outgoing spool call when originated with ↵martinp1-2/+2
Context&Extension&Priority git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1597 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-30use timeout value insted of 0. Bug #286jeremy1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1583 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-27Move to asprintf (bug #252)markster1-4/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1562 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-22Create better 'failed' CDRs for outgoing spool calls with ↵martinp1-22/+7
context,extension,priority git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1538 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-20Fix getting ${UNIQUEID} valuemartinp1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1533 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-14Revert bug 176 patch entirelymarkster1-348/+78
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1512 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-13More PBX fixesmarkster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1508 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-13CLeanup PBX patch and add localtime stuff for saytime (bug #168)markster1-11/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1506 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-13Add extended Matching functionality (bug #97)markster1-76/+350
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1504 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-12Add distinguishing between BUSY and FAILURE for outgoing spool calls. Always ↵martinp1-1/+22
save CDR record (even if the call fails). If the call fails try to see if there is "failed" extension in the specified context (only if you use context,extension,priority syntax) and execute it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1499 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-10Fix small logic errors (bug #242)markster1-6/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1494 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-08Add ResetCDR application (with mods) (bug #235)markster1-0/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1488 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-08Change printf to ast_log (bug #238)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1484 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-04Add ${DNIS}markster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1475 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-02iTholo fixesmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1460 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-01Update CDR's when changing extensionsmarkster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1457 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-25Merge james's patch (bug #7)markster1-1/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1432 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-24Don't run hangup extension when KEEPALIVE is returned (bug #120)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1415 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-20Be sure workspace is initializedmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1388 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-120/+120
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1310 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-07Revert the change in GotoIfTimemartinp1-8/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1273 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-07Fix the GotoIfTime applicationmartinp1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1272 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-03Allow globals in extensions.conf to reference previous variablesmarkster1-22/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1255 f38db490-d61c-443f-a65b-d21fe96a405b
2003-07-29Minor fixesmarkster1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1235 f38db490-d61c-443f-a65b-d21fe96a405b
2003-07-14pbx.c didn't get updatedmartinp1-5/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1188 f38db490-d61c-443f-a65b-d21fe96a405b
2003-07-14pbx.c didn't get updated last timemartinp1-13/+49
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1184 f38db490-d61c-443f-a65b-d21fe96a405b
2003-07-12fix invalid synopsis on SetAccountjeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1175 f38db490-d61c-443f-a65b-d21fe96a405b