2004-05-17 |
James Golovich | Make variables work in manager originate again |
blob | commitdiff |
2004-05-09 |
James Golovich | Code formatting fixes in pbx.c (still more todo) |
blob | commitdiff | diff to current |
2004-05-04 |
James Golovich | Change strlen calls to ast_strlen_zero in pbx.c |
blob | commitdiff | diff to current |
2004-05-03 |
Mark Spencer | Add SayPhonetic and SayAlpha applications (bug #793) |
blob | commitdiff | diff to current |
2004-04-29 |
Mark Spencer | Add support for French, Danish, Portuguese, Spanish... |
blob | commitdiff | diff to current |
2004-04-26 |
Mark Spencer | More select/poll updates for various applications |
blob | commitdiff | diff to current |
2004-04-22 |
Mark Spencer | Use ast_strdupa instead of strdup in goto (bug #1465) |
blob | commitdiff | diff to current |
2004-04-19 |
Mark Spencer | Hold the lock properly on async goto now that we have... |
blob | commitdiff | diff to current |
2004-04-18 |
James Golovich | Make extension matching non case sensitive. So 'T... |
blob | commitdiff | diff to current |
2004-04-06 |
Mark Spencer | Get rid of all that old needlock garbage now that we... |
blob | commitdiff | diff to current |
2004-04-06 |
Mark Spencer | Add "WaitExten" application |
blob | commitdiff | diff to current |
2004-04-04 |
Mark Spencer | Save appl and data around exec (bug #1301) |
blob | commitdiff | diff to current |
2004-04-02 |
Mark Spencer | Update security document, work on threading with pbx... |
blob | commitdiff | diff to current |
2004-03-24 |
Mark Spencer | Make FAX enableable/disablabable, fix async goto suppor... |
blob | commitdiff | diff to current |
2004-03-19 |
Mark Spencer | Fix LEN segfault (bug #1228) |
blob | commitdiff | diff to current |
2004-03-06 |
James Golovich | Allow multiple switches in the same context (bug #1171) |
blob | commitdiff | diff to current |
2004-03-05 |
James Golovich | Fix pbx_builtin_atimeout comment |
blob | commitdiff | diff to current |
2004-03-04 |
James Golovich | Make the Wait application accept time with fractions... |
blob | commitdiff | diff to current |
2004-03-04 |
Mark Spencer | Fix GotoIfTime if time is bad |
blob | commitdiff | diff to current |
2004-02-26 |
Malcolm Davenport | Fix Bug # 981 |
blob | commitdiff | diff to current |
2004-02-23 |
James Golovich | Fix some comments in pbx.c and pbx_config.c |
blob | commitdiff | diff to current |
2004-02-23 |
James Golovich | Fix ast_add_extension2 updating ast_exten correctly... |
blob | commitdiff | diff to current |
2004-02-22 |
James Golovich | Add ${LANGUAGE} channel variable (bug #1078) |
blob | commitdiff | diff to current |
2004-02-11 |
Mark Spencer | Fix several memory leaks |
blob | commitdiff | diff to current |
2004-02-02 |
Mark Spencer | Force update of the CDR before clearing channel (bug... |
blob | commitdiff | diff to current |
2004-01-31 |
Mark Spencer | Stop searching once we find a match |
blob | commitdiff | diff to current |
2004-01-15 |
Jeremy McNamara | Make output more readable |
blob | commitdiff | diff to current |
2004-01-13 |
Jeremy McNamara | temp fix for timed includes and GotoIfTime |
blob | commitdiff | diff to current |
2004-01-11 |
Jeremy McNamara | Out of memory conditions should be errors, not warnings... |
blob | commitdiff | diff to current |
2003-12-01 |
Mark Spencer | Add ${TIMESTAMP} (bug #607) and don't ever ast_log... |
blob | commitdiff | diff to current |
2003-11-24 |
Jeremy McNamara | deal with accountcode correctly and update CDR on a... |
blob | commitdiff | diff to current |
2003-11-21 |
Mark Spencer | Make CALLTYPE available |
blob | commitdiff | diff to current |
2003-11-13 |
Mark Spencer | Make ${ACCOUNTCODE} available and document (bug #459) |
blob | commitdiff | diff to current |
2003-11-04 |
Martin Pycko | Fix a typo |
blob | commitdiff | diff to current |
2003-10-26 |
Mark Spencer | Make sure variables exists (bug #409) |
blob | commitdiff | diff to current |
2003-10-25 |
Mark Spencer | Make HANGUPCAUSE accessible |
blob | commitdiff | diff to current |
2003-10-25 |
Mark Spencer | Verify includes, and give warnings if invalid (bug... |
blob | commitdiff | diff to current |
2003-10-23 |
Mark Spencer | Create outgoing threads detached (bug #391) |
blob | commitdiff | diff to current |
2003-10-06 |
Mark Spencer | Update setlanguage documentation |
blob | commitdiff | diff to current |
2003-10-01 |
Martin Pycko | Pass accountcode to outgoing spool call when originated... |
blob | commitdiff | diff to current |
2003-09-30 |
Jeremy McNamara | use timeout value insted of 0. Bug #286 |
blob | commitdiff | diff to current |
2003-09-27 |
Mark Spencer | Move to asprintf (bug #252) |
blob | commitdiff | diff to current |
2003-09-22 |
Martin Pycko | Create better 'failed' CDRs for outgoing spool calls... |
blob | commitdiff | diff to current |
2003-09-20 |
Martin Pycko | Fix getting ${UNIQUEID} value |
blob | commitdiff | diff to current |
2003-09-14 |
Mark Spencer | Revert bug 176 patch entirely |
blob | commitdiff | diff to current |
2003-09-13 |
Mark Spencer | More PBX fixes |
blob | commitdiff | diff to current |
2003-09-13 |
Mark Spencer | CLeanup PBX patch and add localtime stuff for saytime... |
blob | commitdiff | diff to current |
2003-09-13 |
Mark Spencer | Add extended Matching functionality (bug #97) |
blob | commitdiff | diff to current |
2003-09-12 |
Martin Pycko | Add distinguishing between BUSY and FAILURE for outgoin... |
blob | commitdiff | diff to current |
2003-09-10 |
Mark Spencer | Fix small logic errors (bug #242) |
blob | commitdiff | diff to current |
2003-09-08 |
Mark Spencer | Add ResetCDR application (with mods) (bug #235) |
blob | commitdiff | diff to current |
2003-09-08 |
Mark Spencer | Change printf to ast_log (bug #238) |
blob | commitdiff | diff to current |
2003-09-04 |
Mark Spencer | Add ${DNIS} |
blob | commitdiff | diff to current |
2003-09-02 |
Mark Spencer | iTholo fixes |
blob | commitdiff | diff to current |
2003-09-01 |
Mark Spencer | Update CDR's when changing extensions |
blob | commitdiff | diff to current |
2003-08-25 |
Mark Spencer | Merge james's patch (bug #7) |
blob | commitdiff | diff to current |
2003-08-24 |
Mark Spencer | Don't run hangup extension when KEEPALIVE is returned... |
blob | commitdiff | diff to current |
2003-08-20 |
Mark Spencer | Be sure workspace is initialized |
blob | commitdiff | diff to current |
2003-08-13 |
Mark Spencer | Totally revamp thread debugging to support locating... |
blob | commitdiff | diff to current |
2003-08-07 |
Martin Pycko | Revert the change in GotoIfTime |
blob | commitdiff | diff to current |
2003-08-07 |
Martin Pycko | Fix the GotoIfTime application |
blob | commitdiff | diff to current |
2003-08-03 |
Mark Spencer | Allow globals in extensions.conf to reference previous... |
blob | commitdiff | diff to current |
2003-07-29 |
Mark Spencer | Minor fixes |
blob | commitdiff | diff to current |
2003-07-14 |
Martin Pycko | pbx.c didn't get updated |
blob | commitdiff | diff to current |
2003-07-14 |
Martin Pycko | pbx.c didn't get updated last time |
blob | commitdiff | diff to current |
2003-07-12 |
Jeremy McNamara | fix invalid synopsis on SetAccount |
blob | commitdiff | diff to current |
2003-07-01 |
Martin Pycko | Another typo! |
blob | commitdiff | diff to current |
2003-07-01 |
Martin Pycko | Fix a typo |
blob | commitdiff | diff to current |
2003-07-01 |
Mark Spencer | Merge goto if patch |
blob | commitdiff | diff to current |
2003-07-01 |
Martin Pycko | Don't enter the LEN() routines if the variable name... |
blob | commitdiff | diff to current |
2003-06-24 |
Mark Spencer | Make variable with invalid extension |
blob | commitdiff | diff to current |
2003-06-11 |
Mark Spencer | manager unique id |
blob | commitdiff | diff to current |
2003-06-11 |
Mark Spencer | Use digit/response timeouts |
blob | commitdiff | diff to current |
2003-06-06 |
Martin Pycko | Add the variable LEN(STRING) to retrieve the length... |
blob | commitdiff | diff to current |
2003-06-04 |
Martin Pycko | Somehow it didnt' get updated with the previous patch |
blob | commitdiff | diff to current |
2003-05-30 |
Mark Spencer | Add unique identifier |
blob | commitdiff | diff to current |
2003-05-22 |
Mark Spencer | Fix 'T' extension |
blob | commitdiff | diff to current |
2003-05-06 |
Mark Spencer | dep fix, pbx fix |
blob | commitdiff | diff to current |
2003-04-29 |
Mark Spencer | Minor fixes |
blob | commitdiff | diff to current |
2003-04-28 |
Mark Spencer | Add gotoiftime (thanks Tilghman) |
blob | commitdiff | diff to current |
2003-04-27 |
Mark Spencer | Store apps in alphabetical order, making "show applicat... |
blob | commitdiff | diff to current |
2003-04-23 |
Mark Spencer | More OpenBSD patches |
blob | commitdiff | diff to current |
2003-04-21 |
Mark Spencer | Add epoch and date/time variables |
blob | commitdiff | diff to current |
2003-04-19 |
Mark Spencer | Fix sub-string handling |
blob | commitdiff | diff to current |
2003-04-18 |
Mark Spencer | Merge expression handling into variable handling |
blob | commitdiff | diff to current |
2003-04-18 |
Mark Spencer | Massively redo variable substitution |
blob | commitdiff | diff to current |
2003-04-16 |
Mark Spencer | Add new app |
blob | commitdiff | diff to current |
2003-04-06 |
Mark Spencer | PBX updates from andre |
blob | commitdiff | diff to current |
2003-04-06 |
Mark Spencer | Merge enhanced status changes, add SIP subscribe from... |
blob | commitdiff | diff to current |
2003-04-03 |
Mark Spencer | State change patch |
blob | commitdiff | diff to current |
2003-04-01 |
Mark Spencer | Minor hint patch |
blob | commitdiff | diff to current |
2003-03-31 |
Mark Spencer | Eliminate localtime calls, various cleanups |
blob | commitdiff | diff to current |
2003-03-30 |
Mark Spencer | Merge hint patch, add new variables, and misc. PBX... |
blob | commitdiff | diff to current |
2003-03-29 |
Mark Spencer | Handle call forward on SIP |
blob | commitdiff | diff to current |
2003-03-27 |
Martin Pycko | Fix callerid with sample.call like outgoing calls |
blob | commitdiff | diff to current |
2003-03-27 |
Mark Spencer | Fix extension processing |
blob | commitdiff | diff to current |
2003-03-18 |
Matteo Brancaleoni | mar mar 18 20:55:27 CET 2003 |
blob | commitdiff | diff to current |
2003-03-18 |
Matteo Brancaleoni | Tue Mar 18 07:00:01 CET 2003 |
blob | commitdiff | diff to current |
2003-03-12 |
Matteo Brancaleoni | Wed Mar 12 07:00:01 CET 2003 |
blob | commitdiff | diff to current |
2003-03-07 |
Matteo Brancaleoni | Fri Mar 7 07:00:00 CET 2003 |
blob | commitdiff | diff to current |
next |