aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
AgeCommit message (Collapse)AuthorFilesLines
2006-04-11Minor linked lists bug fix. When you're dealing with swapping entries around ↵file1-0/+1
a lot it can cause a seg fault. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in ↵tilghman1-0/+3
API approved by Russell) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16192 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29ensure that list traversal loops which skip entries properly update the ↵kpfleming1-1/+2
'previous entry' pointer so when entries _are_ removed the list does not get damaged git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@15896 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-24 Doxygen comment typo correctionsbweschke1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@14610 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-22Issue #5918 - Disposition showing FAILED even though call is answered ↵file1-2/+2
successfully (Reported by tracinet) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@14234 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-01Bug 6615 - Fix 64bit conversion errors by using a long inttilghman1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11503 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-26Bug 5950 - reenable queue log rotation; also, eliminate redundant codetilghman1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11165 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23backport list handling fix from trunk (solves memory leak problem in cdr ↵kpfleming1-2/+5
variables and device state watchers) remove unusued variable to silence compiler warning git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10863 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)russell3-6/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9581 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05Bug 6076 - Fix documentation of ast_trim_blank return valuetilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7827 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03revert incorrect fix for bug #6048 from revision 7709kpfleming1-3/+4
put in correct (simpler) fix add doxygen docs for channel spy 'state' values git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7740 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17We want to check the previous value, not the current value (which was just ↵tilghman1-2/+3
changed). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7508 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-12Typotilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7433 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-11Bug 5965 - major bug in AST_LIST_REMOVEtilghman1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7429 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming70-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29do the multiple-lock check for cond_wait properly...kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7219 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29if the lock protected a pthread_cond is held recursively, warn before ↵kpfleming1-0/+8
waiting onthe condition git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7213 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29remove CVS ignore lists, set SVN ignore listskpfleming1-2/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7212 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23issue #5826russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7190 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11issue #5590kpfleming2-104/+139
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7068 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11issue #5669kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7067 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11issue #5668, modified to compile on non-Cygwin platforms :-)kpfleming1-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7061 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10issue #5709russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7050 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-09issue #5658, different fixkpfleming1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7041 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-09issue #5563kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7040 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #2720kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7034 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5569 minus lock.h changeskpfleming2-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7024 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08more header include simplificationkpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7023 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5570kpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7022 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08header cleanupkpfleming1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7021 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08fix application options that take argumentsrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7020 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08whitespace cleanup, don't include unnecessary headerkpfleming1-13/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7016 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-1/+2
Change ast_cdr_reset to take a pointer to an ast_flags structure instead of an integer for flags. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6987 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06issue #5605russell6-291/+518
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06Fix extra semicolon (bug #5617)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6966 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-04old compiler compatibility (again...)kpfleming1-5/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6960 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-14/+106
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6953 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-02add some doxygen docskpfleming1-0/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6945 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01issue #4678kpfleming2-2/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6936 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01issue #5564kpfleming1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6935 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01add new GCC-specific macro and force inlining of certain functions where ↵kpfleming4-23/+20
speed is paramount, even when optimization is disabled git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6929 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01optionally send silence during recording (issue #5135)kpfleming2-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6925 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01document locking rules for spy API functionskpfleming1-0/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6924 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ↵kpfleming1-0/+2
#5454) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6913 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31don't pass short arguments by value, it will cause compiler warnings on most ↵kpfleming1-6/+6
platforms about implicit conversions (thanks Luigi!) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6901 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming3-1/+4
use nolock lists for channel variables, since no locks are needed (these lists are either temporary or protected by the channel's own lock) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6900 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-29do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6888 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and ↵kpfleming1-18/+91
reducing locking conflicts (nearly) complete rewrite of app_muxmon, renaming the application to MixMonitor and fixing a large number of bugs and inconsistencies update app_chanspy to use new spy infrastructure git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6884 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28add API call to properly sum two frames of SLINEAR datakpfleming1-0/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6883 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28ensure that SLINEAR volume adjustments don't wrap around short integer maximumskpfleming1-0/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6882 f38db490-d61c-443f-a65b-d21fe96a405b