aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-06-24add man pages (bug #4515)kpfleming2-0/+231
2005-06-24actually get the host's name for the code that needs it (bug #4569)kpfleming1-4/+1
2005-06-24add conditional operator to expression parser, and various cleanups (bug #4459)kpfleming3-23/+81
2005-06-24ensure that 'zap show status' always generates output, even when there are no...kpfleming1-0/+1
2005-06-24update to current loader API (bug #4574)kpfleming1-2/+2
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming19-94/+18
2005-06-24fix outgoing format selection breakagekpfleming1-2/+2
2005-06-23make inlinable functions only need the function body in one file, and respond...kpfleming2-63/+48
2005-06-23support cancellation of attended transfers using the defined disconnect code ...kpfleming1-5/+185
2005-06-23fix typo in descriptionrussell1-1/+1
2005-06-23optimize ast_recvchar/ast_recvtext (bug #4591)kpfleming1-50/+25
2005-06-23let's try allocating the proper amount of memory...kpfleming1-1/+1
2005-06-23Okay ;)markster1-0/+1
2005-06-23support Swedish grammar for voicemail message counts (bug #4227)kpfleming1-1/+10
2005-06-23don't repeat a command during 'make install' (bug #4582)kpfleming1-1/+0
2005-06-23don't take locks when reading usecounts, they are not necessary (bug #4585)kpfleming12-96/+12
2005-06-23make 'transfer to busy' support a configurable option, and make it _only_ sho...kpfleming2-13/+21
2005-06-23Fix debugging to not print warningsmarkster1-14/+14
2005-06-22/ fix for bug 4550bkramer2-6/+20
2005-06-22fix a typorussell1-1/+1
2005-06-22it's actually the parser for the language, not a configuration file ... :)russell1-1/+1
2005-06-22add some information on what the user must do to start using AELrussell1-0/+19
2005-06-22Fix SIP with OSPmarkster1-1/+1
2005-06-22fix macro usage examples (bug #4579)kpfleming1-2/+2
2005-06-22fix goto examples (bug #4578)kpfleming1-6/+6
2005-06-22correct goto examples (bug #4576)kpfleming1-4/+4
2005-06-22clean up macro example (bug #4572)kpfleming1-2/+2
2005-06-22make SIP registration accept RFC non-compliant Digest headers (bug #4577)kpfleming1-1/+1
2005-06-22allow PROC to be supplied on the make command line (bug #4570)kpfleming1-1/+1
2005-06-21correct callwaiting tones for de and dk zones (bug #4519)kpfleming1-2/+2
2005-06-21various speex fixes (bug #4253)kpfleming1-7/+8
2005-06-21add channel CLID info in manager Link event (bug #4548 with minor mod)kpfleming2-13/+24
2005-06-21fix segfault when no CLID number is present (bug #4566)kpfleming1-34/+27
2005-06-21use Solaris-compatible shell syntax (bug #4567)kpfleming1-3/+3
2005-06-21update docs for new check_expr tool (don't know why this didn't go in with th...kpfleming1-8/+90
2005-06-21enhance check_expr to check for parsing errors in dialplans (bug #4556)kpfleming2-74/+191
2005-06-21correct syntax errorkpfleming1-1/+1
2005-06-21make 'show config mapping' show all mappings associated with an engine (bug #...kpfleming1-1/+0
2005-06-21fix debug output (bug #4562)kpfleming1-1/+1
2005-06-21handle resync delay properly (bug #4560)kpfleming1-1/+1
2005-06-21begin properly supporting 'Supported' and 'Required' headers (bug #4351)kpfleming1-6/+190
2005-06-21control maximum number of interpolation frames generated during silence by ji...kpfleming4-1/+28
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)kpfleming3-1/+68
2005-06-21ensure that proper response code is return for unimplemented methods (bug #4512)kpfleming1-1/+1
2005-06-21ensure script is portable to non-GNU systems (bug #4509)kpfleming1-1/+1
2005-06-21separate IAX2 protocol debugging and jitterbuffer debugging (bug #4523)kpfleming2-25/+63
2005-06-21make query cache time configurable (bug #4524)kpfleming2-10/+24
2005-06-21minor cleanups (bug #4526 with text changes)kpfleming1-6/+6
2005-06-20use ast_build_string() to build strings into buffers, and general cleanup of ...kpfleming2-51/+39
2005-06-20Fix OSP stuffmarkster1-6/+6