aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-06-24split up string/time functions into separate header fileskpfleming6-288/+62
make more LOW_MEMORY optimizations, and ensure that a non-inline version of each inlinable function is always available (for external modules) move compiler-specific stuff into a separate header file git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6008 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24un-break three-way callingkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6002 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24'9' doesn't fall there anymore ...russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6001 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24no need to call srand() when it is already called in asterisk.crussell1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6000 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24add man pages (bug #4515)kpfleming2-0/+231
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5999 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24actually get the host's name for the code that needs it (bug #4569)kpfleming1-4/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5998 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24add conditional operator to expression parser, and various cleanups (bug #4459)kpfleming3-23/+81
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5997 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24ensure that 'zap show status' always generates output, even when there are ↵kpfleming1-0/+1
no interfaces present (bug #3585) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5996 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24update to current loader API (bug #4574)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5995 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming19-94/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5994 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24fix outgoing format selection breakagekpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5993 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23make inlinable functions only need the function body in one file, and ↵kpfleming2-63/+48
respond properly to LOW_MEMORY being defined make ast_copy_string inlinable, and ast_tvdiff_ms LOW_MEMORY aware git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5992 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23support cancellation of attended transfers using the defined disconnect code ↵kpfleming1-5/+185
(bug #3729 with minor mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5991 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23fix typo in descriptionrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5990 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23optimize ast_recvchar/ast_recvtext (bug #4591)kpfleming1-50/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5989 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23let's try allocating the proper amount of memory...kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5987 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23Okay ;)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5986 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23support Swedish grammar for voicemail message counts (bug #4227)kpfleming1-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5985 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23don't repeat a command during 'make install' (bug #4582)kpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5984 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23don't take locks when reading usecounts, they are not necessary (bug #4585)kpfleming12-96/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5983 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23make 'transfer to busy' support a configurable option, and make it _only_ ↵kpfleming2-13/+21
short-circuit AST_STATE_BUSY git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5982 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23Fix debugging to not print warningsmarkster1-14/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5981 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22/ fix for bug 4550bkramer2-6/+20
/ cleaned up most of the warning messages git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22fix a typorussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5978 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22it's actually the parser for the language, not a configuration file ... :)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5977 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22add some information on what the user must do to start using AELrussell1-0/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5976 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22Fix SIP with OSPmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5975 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22fix macro usage examples (bug #4579)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5974 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22fix goto examples (bug #4578)kpfleming1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5973 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22correct goto examples (bug #4576)kpfleming1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5972 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22clean up macro example (bug #4572)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5971 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22make SIP registration accept RFC non-compliant Digest headers (bug #4577)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5970 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22allow PROC to be supplied on the make command line (bug #4570)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5966 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21correct callwaiting tones for de and dk zones (bug #4519)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5965 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21various speex fixes (bug #4253)kpfleming1-7/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5964 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21add channel CLID info in manager Link event (bug #4548 with minor mod)kpfleming2-13/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5963 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21fix segfault when no CLID number is present (bug #4566)kpfleming1-34/+27
clean up CLID/CNAM display generation code suppress compiler warnings for unused items git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5962 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21use Solaris-compatible shell syntax (bug #4567)kpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5961 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21update docs for new check_expr tool (don't know why this didn't go in with ↵kpfleming1-8/+90
the other commit) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5960 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21enhance check_expr to check for parsing errors in dialplans (bug #4556)kpfleming2-74/+191
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5959 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21correct syntax errorkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5958 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21make 'show config mapping' show all mappings associated with an engine (bug ↵kpfleming1-1/+0
#4564) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5957 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21fix debug output (bug #4562)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5956 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21handle resync delay properly (bug #4560)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5953 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21begin properly supporting 'Supported' and 'Required' headers (bug #4351)kpfleming1-6/+190
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5952 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21control maximum number of interpolation frames generated during silence by ↵kpfleming4-1/+28
jitterbuffer (bug #4295) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5951 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)kpfleming3-1/+68
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5950 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21ensure that proper response code is return for unimplemented methods (bug #4512)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5949 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21ensure script is portable to non-GNU systems (bug #4509)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5948 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21separate IAX2 protocol debugging and jitterbuffer debugging (bug #4523)kpfleming2-25/+63
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5947 f38db490-d61c-443f-a65b-d21fe96a405b