summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-24split up string/time functions into separate header filesKevin P. Fleming
2005-06-24un-break three-way callingKevin P. Fleming
2005-06-24'9' doesn't fall there anymore ...Russell Bryant
2005-06-24no need to call srand() when it is already called in asterisk.cRussell Bryant
2005-06-24add man pages (bug #4515)Kevin P. Fleming
2005-06-24actually get the host's name for the code that needs it (bug #4569)Kevin P. Fleming
2005-06-24add conditional operator to expression parser, and various cleanups (bug #4459)Kevin P. Fleming
2005-06-24ensure that 'zap show status' always generates output, even when there are no...Kevin P. Fleming
2005-06-24update to current loader API (bug #4574)Kevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-24fix outgoing format selection breakageKevin P. Fleming
2005-06-23make inlinable functions only need the function body in one file, and respond...Kevin P. Fleming
2005-06-23support cancellation of attended transfers using the defined disconnect code ...Kevin P. Fleming
2005-06-23fix typo in descriptionRussell Bryant
2005-06-23optimize ast_recvchar/ast_recvtext (bug #4591)Kevin P. Fleming
2005-06-23let's try allocating the proper amount of memory...Kevin P. Fleming
2005-06-23Okay ;)Mark Spencer
2005-06-23support Swedish grammar for voicemail message counts (bug #4227)Kevin P. Fleming
2005-06-23don't repeat a command during 'make install' (bug #4582)Kevin P. Fleming
2005-06-23don't take locks when reading usecounts, they are not necessary (bug #4585)Kevin P. Fleming
2005-06-23make 'transfer to busy' support a configurable option, and make it _only_ sho...Kevin P. Fleming
2005-06-23Fix debugging to not print warningsMark Spencer
2005-06-22/ fix for bug 4550Ben Kramer
2005-06-22fix a typoRussell Bryant
2005-06-22it's actually the parser for the language, not a configuration file ... :)Russell Bryant
2005-06-22add some information on what the user must do to start using AELRussell Bryant
2005-06-22Fix SIP with OSPMark Spencer
2005-06-22fix macro usage examples (bug #4579)Kevin P. Fleming
2005-06-22fix goto examples (bug #4578)Kevin P. Fleming
2005-06-22correct goto examples (bug #4576)Kevin P. Fleming
2005-06-22clean up macro example (bug #4572)Kevin P. Fleming
2005-06-22make SIP registration accept RFC non-compliant Digest headers (bug #4577)Kevin P. Fleming
2005-06-22allow PROC to be supplied on the make command line (bug #4570)Kevin P. Fleming
2005-06-21correct callwaiting tones for de and dk zones (bug #4519)Kevin P. Fleming
2005-06-21various speex fixes (bug #4253)Kevin P. Fleming
2005-06-21add channel CLID info in manager Link event (bug #4548 with minor mod)Kevin P. Fleming
2005-06-21fix segfault when no CLID number is present (bug #4566)Kevin P. Fleming
2005-06-21use Solaris-compatible shell syntax (bug #4567)Kevin P. Fleming
2005-06-21update docs for new check_expr tool (don't know why this didn't go in with th...Kevin P. Fleming
2005-06-21enhance check_expr to check for parsing errors in dialplans (bug #4556)Kevin P. Fleming
2005-06-21correct syntax errorKevin P. Fleming
2005-06-21make 'show config mapping' show all mappings associated with an engine (bug #...Kevin P. Fleming
2005-06-21fix debug output (bug #4562)Kevin P. Fleming
2005-06-21handle resync delay properly (bug #4560)Kevin P. Fleming
2005-06-21begin properly supporting 'Supported' and 'Required' headers (bug #4351)Kevin P. Fleming
2005-06-21control maximum number of interpolation frames generated during silence by ji...Kevin P. Fleming
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)Kevin P. Fleming
2005-06-21ensure that proper response code is return for unimplemented methods (bug #4512)Kevin P. Fleming
2005-06-21ensure script is portable to non-GNU systems (bug #4509)Kevin P. Fleming
2005-06-21separate IAX2 protocol debugging and jitterbuffer debugging (bug #4523)Kevin P. Fleming