2010-07-06 |
Tilghman Lesher | Uh, yeah. |
blob | commitdiff |
2010-06-29 |
Tilghman Lesher | Send DialPlanComplete as a response, not as a separate... |
blob | commitdiff | diff to current |
2010-06-15 |
Tilghman Lesher | Merged revisions 270583 via svnmerge from |
blob | commitdiff | diff to current |
2010-06-08 |
Leif Madsen | Fix some doxygen warnings. |
blob | commitdiff | diff to current |
2010-05-20 |
Tilghman Lesher | Let ExtensionState resolve dynamic hints. |
blob | commitdiff | diff to current |
2010-03-24 |
Mark Michelson | Fix potential invalid reads that could occur in pbx.c |
blob | commitdiff | diff to current |
2010-02-08 |
Russell Bryant | Use memmove() instead of memcpy() for a case where... |
blob | commitdiff | diff to current |
2010-01-27 |
Mark Michelson | Merged revisions 243486 via svnmerge from |
blob | commitdiff | diff to current |
2010-01-25 |
Olle Johansson | Change api for pbx_builtin_setvar to actually return... |
blob | commitdiff | diff to current |
2010-01-20 |
Alec L Davis | Update CDR variables as pbx starts |
blob | commitdiff | diff to current |
2010-01-19 |
Jeff Peeler | Initialize data on the stack so that Park doesn't inter... |
blob | commitdiff | diff to current |
2010-01-17 |
Sean Bright | Avoid a crash on Solaris when running 'core show functi... |
blob | commitdiff | diff to current |
2010-01-15 |
Sean Bright | Convert a few places to use ast_calloc_with_stringfield... |
blob | commitdiff | diff to current |
2010-01-14 |
Tilghman Lesher | Similarly, ensure that matchcid is duplicated correctly... |
blob | commitdiff | diff to current |
2010-01-14 |
Tilghman Lesher | Ensure that the callerid is NULL when the parent is... |
blob | commitdiff | diff to current |
2010-01-13 |
Tilghman Lesher | Oops, another tag error |
blob | commitdiff | diff to current |
2010-01-13 |
Tilghman Lesher | Oops, missed a closing tag |
blob | commitdiff | diff to current |
2010-01-13 |
Tilghman Lesher | Add the TESTTIME() dialplan function, which permits... |
blob | commitdiff | diff to current |
2010-01-12 |
Tilghman Lesher | Blank callerid and NULL callerid should not compare... |
blob | commitdiff | diff to current |
2010-01-05 |
David Vossel | fixes subscriptions being lost after 'module reload' |
blob | commitdiff | diff to current |
2010-01-04 |
Tilghman Lesher | Merged revisions 237493 via svnmerge from |
blob | commitdiff | diff to current |
2010-01-04 |
Tilghman Lesher | Merged revisions 237405 via svnmerge from |
blob | commitdiff | diff to current |
2009-12-17 |
Tilghman Lesher | Merged revisions 235421 via svnmerge from |
blob | commitdiff | diff to current |
2009-12-13 |
Tilghman Lesher | Trim leading/trailing spaces from the filename, to... |
blob | commitdiff | diff to current |
2009-12-01 |
David Vossel | Merged revisions 231853 via svnmerge from |
blob | commitdiff | diff to current |
2009-11-11 |
David Brooks | Merged revisions 229498 via svnmerge from |
blob | commitdiff | diff to current |
2009-11-10 |
Tilghman Lesher | Merged revisions 229360 via svnmerge from |
blob | commitdiff | diff to current |
2009-11-04 |
Tilghman Lesher | Expand codec bitfield from 32 bits to 64 bits. |
blob | commitdiff | diff to current |
2009-10-22 |
Tilghman Lesher | Merged revisions 225105 via svnmerge from |
blob | commitdiff | diff to current |
2009-10-15 |
Tilghman Lesher | Create an API for adding an optional time unit onto... |
blob | commitdiff | diff to current |
2009-10-07 |
David Vossel | Deadlock in channel masquerade handling |
blob | commitdiff | diff to current |
2009-09-24 |
Tilghman Lesher | Merged revisions 220288 via svnmerge from |
blob | commitdiff | diff to current |
2009-09-16 |
David Brooks | Merged revisions 218867 via svnmerge from |
blob | commitdiff | diff to current |
2009-09-11 |
Tilghman Lesher | Check the origination priority for more matches, not... |
blob | commitdiff | diff to current |
2009-09-04 |
Tilghman Lesher | Enable turning off the application delimiter warning... |
blob | commitdiff | diff to current |
2009-09-04 |
Olle Johansson | Merged revisions 216430 via svnmerge from |
blob | commitdiff | diff to current |
2009-08-25 |
Tilghman Lesher | Merged revisions 213970 via svnmerge from |
blob | commitdiff | diff to current |
2009-08-10 |
Tilghman Lesher | AST-2009-005 |
blob | commitdiff | diff to current |
2009-07-08 |
Matthew Nicholson | Fix a CEL related regression with hints updating by... |
blob | commitdiff | diff to current |
2009-07-08 |
David Vossel | Merged revisions 205409 via svnmerge from |
blob | commitdiff | diff to current |
2009-07-02 |
David Vossel | Merged revisions 204681 via svnmerge from |
blob | commitdiff | diff to current |
2009-06-26 |
Russell Bryant | Make invalid hints report Unavailable instead of Idle. |
blob | commitdiff | diff to current |
2009-06-26 |
Russell Bryant | Merge the new Channel Event Logging (CEL) subsystem. |
blob | commitdiff | diff to current |
2009-06-10 |
David Brooks | Fixes the argument order in definition of new_find_exte... |
blob | commitdiff | diff to current |
2009-05-26 |
Sean Bright | Add new ast_complete_applications function so that... |
blob | commitdiff | diff to current |
2009-05-22 |
Eliel C. Sardanons | Implement a new element in AstXML for AMI actions docum... |
blob | commitdiff | diff to current |
2009-05-22 |
Sean Bright | Fix build under dev mode and remove some casts that... |
blob | commitdiff | diff to current |
2009-05-22 |
Eliel C. Sardanons | Avoid using prototypes when not necessary (it is alread... |
blob | commitdiff | diff to current |
2009-05-21 |
Kevin P. Fleming | Const-ify the world (or at least a good part of it) |
blob | commitdiff | diff to current |
2009-05-18 |
Eliel C. Sardanons | Warn about the use of the application WaitExten() withi... |
blob | commitdiff | diff to current |
2009-05-16 |
Eliel C. Sardanons | Fix a missing unlock in case of error, and a missing... |
blob | commitdiff | diff to current |
2009-05-14 |
Tilghman Lesher | If the timing ended on a zero, then we would loop forever. |
blob | commitdiff | diff to current |
2009-05-13 |
Tilghman Lesher | Merged revisions 194137 via svnmerge from |
blob | commitdiff | diff to current |
2009-05-13 |
Tilghman Lesher | Two fixes found while debugging with ast_backtrace(): |
blob | commitdiff | diff to current |
2009-05-12 |
Kevin P. Fleming | add 'const' qualifiers in various places where they... |
blob | commitdiff | diff to current |
2009-05-07 |
Tilghman Lesher | Merged revisions 193119 via svnmerge from |
blob | commitdiff | diff to current |
2009-05-06 |
Jeff Peeler | If no extension was found in the pattern tree, don... |
blob | commitdiff | diff to current |
2009-04-29 |
Tilghman Lesher | Part of the merge did not happen correctly, which resul... |
blob | commitdiff | diff to current |
2009-04-29 |
Tilghman Lesher | Merge str_substitution branch. |
blob | commitdiff | diff to current |
2009-04-27 |
Tilghman Lesher | Don't warn on pipe in the System call. |
blob | commitdiff | diff to current |
2009-04-24 |
Russell Bryant | Convert the ast_channel data structure over to the... |
blob | commitdiff | diff to current |
2009-04-23 |
Tilghman Lesher | Labels are sometimes (most of the time?) NULL for exten... |
blob | commitdiff | diff to current |
2009-04-17 |
Matthew Nicholson | Merged revisions 189009 via svnmerge from |
blob | commitdiff | diff to current |
2009-04-17 |
Mark Michelson | Fix a spacing issue that I claimed I would when I commi... |
blob | commitdiff | diff to current |
2009-04-17 |
Mark Michelson | Several fixes to the extenpatternmatchnew logic. |
blob | commitdiff | diff to current |
2009-04-14 |
Tilghman Lesher | As suggested by Russell, warn users when their dialplan... |
blob | commitdiff | diff to current |
2009-04-10 |
Tilghman Lesher | Modify headers and macros, according to Russell's sugge... |
blob | commitdiff | diff to current |
2009-04-09 |
Jeff Peeler | Add ability for dialplan execution to continue when... |
blob | commitdiff | diff to current |
2009-03-27 |
Russell Bryant | Change g_eid to ast_eid_default. |
blob | commitdiff | diff to current |
2009-03-11 |
Tilghman Lesher | Spacing changes only |
blob | commitdiff | diff to current |
2009-02-20 |
Tilghman Lesher | Merged revisions 177786 via svnmerge from |
blob | commitdiff | diff to current |
2009-02-18 |
Steve Murphy | This patch fixes merge_contexts_and_delete so it does... |
blob | commitdiff | diff to current |
2009-02-18 |
Russell Bryant | Fix a number of incorrect uses of strncpy(). |
blob | commitdiff | diff to current |
2009-02-17 |
Russell Bryant | Merge a large set of updates to the Asterisk indication... |
blob | commitdiff | diff to current |
2009-02-17 |
Russell Bryant | Fix a race condition that caused device states to becom... |
blob | commitdiff | diff to current |
2009-02-13 |
Russell Bryant | add missing </para> |
blob | commitdiff | diff to current |
2009-02-11 |
Mark Michelson | Fix 'd' option for app_dial and add new option to Answe... |
blob | commitdiff | diff to current |
2009-02-04 |
Tilghman Lesher | Ensure that commas placed in the middle of extension... |
blob | commitdiff | diff to current |
2009-01-28 |
Steve Murphy | Merged revisions 172030 via svnmerge from |
blob | commitdiff | diff to current |
2009-01-22 |
Joshua Colp | Merged revisions 170050 via svnmerge from |
blob | commitdiff | diff to current |
2009-01-21 |
Joshua Colp | Merged revisions 169867 via svnmerge from |
blob | commitdiff | diff to current |
2009-01-13 |
Russell Bryant | Merged revisions 168561 via svnmerge from |
blob | commitdiff | diff to current |
2008-12-23 |
Steve Murphy | Merged revisions 166093 via svnmerge from |
blob | commitdiff | diff to current |
2008-12-18 |
Russell Bryant | Remove the need for AST_PBX_KEEPALIVE with the GoSub... |
blob | commitdiff | diff to current |
2008-12-16 |
Tilghman Lesher | Add timezone to the possible fields in a timespec. |
blob | commitdiff | diff to current |
2008-12-16 |
Steve Murphy | (closes issue #14076) |
blob | commitdiff | diff to current |
2008-12-16 |
Steve Murphy | Merged revisions 164634 via svnmerge from |
blob | commitdiff | diff to current |
2008-12-13 |
Tilghman Lesher | Merge ast_str_opaque branch (discontinue usage of ast_s... |
blob | commitdiff | diff to current |
2008-12-10 |
Tilghman Lesher | Previously missing line, now the substitution works... |
blob | commitdiff | diff to current |
2008-12-10 |
Tilghman Lesher | Checking global variables here actually overwrote the... |
blob | commitdiff | diff to current |
2008-12-09 |
Mark Michelson | Merged revisions 162265 via svnmerge from |
blob | commitdiff | diff to current |
2008-12-08 |
Brandon Kruse | Note that the recently changed waittime parameter is... |
blob | commitdiff | diff to current |
2008-12-08 |
Joshua Colp | Fix a regression introduced when the PBX timeouts were... |
blob | commitdiff | diff to current |
2008-12-05 |
Russell Bryant | Merged revisions 161287 via svnmerge from |
blob | commitdiff | diff to current |
2008-12-05 |
Eliel C. Sardanons | Janitor, use ARRAY_LEN() when possible. |
blob | commitdiff | diff to current |
2008-12-02 |
Tilghman Lesher | Merged revisions 160207 via svnmerge from |
blob | commitdiff | diff to current |
2008-11-26 |
Russell Bryant | Make a formatting change to test a new post-commit... |
blob | commitdiff | diff to current |
2008-11-26 |
Russell Bryant | Make a formatting change to test a new post-commit... |
blob | commitdiff | diff to current |
2008-11-26 |
Russell Bryant | Make a formatting change to test a new post-commit... |
blob | commitdiff | diff to current |
2008-11-25 |
Tilghman Lesher | Don't limit the length of the hint at the final step... |
blob | commitdiff | diff to current |
next |