aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-01-03Bug 6121 - typo in application descriptiontilghman1-9/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7743 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03revert incorrect fix for bug #6048 from revision 7709kpfleming4-31/+14
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
2006-01-03backport rport scanning fix from trunk (bug #6071)kpfleming1-4/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7738 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03don't leak memory for (most) expression evaluationskpfleming2-36/+36
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7736 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-02Bug 6084 - MixMonitor after a 'cli stop monitor' deadlockstilghman1-5/+23
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7709 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-02 Fix compiler warnings.bweschke2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7706 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30Bug 6091 - Fix race condition around uniqueidtilghman1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7677 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-28fix memory leak in build_rpid (issue #6070)russell1-7/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7665 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27backport fix for permissions of created recordings (issue #6067)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7663 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27backport fix to ensure that DSP is never enabled on pseudo channelskpfleming1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7641 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Remove copy of code in libc, preferring code in utils.c (public domain code)tilghman1-115/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7637 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell12-42/+44
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7634 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Bug 6051 - VMCOUNT should work as documented and count all, not quit after ↵tilghman1-1/+0
finding 1 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7608 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23add license reference to copyright notice displayed when CLI session beginskpfleming1-4/+84
add 'show warranty' and 'show license' CLI commands (still need a complete list of non-GPL components included in Asterisk) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7606 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 Another app documentation tweak.bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7605 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22Bug 6050 SQL requires the use of single ticks to delimit values, not quotestilghman1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7601 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22revert changes to videosupport to allow per-peer setting, since it isn't quiterussell2-16/+10
complete and there is not an obvious fix at this point git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7599 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22remove stray unlock (issue #5955)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7595 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Actually put in the per-peer settings for sip video, as they didn't make it ↵twisted1-10/+15
in at astricon somehow, and I've been too busy up until now to redo it. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7586 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Allow a chan_alsa that failed to open sound devices to be unloaded.tilghman1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7582 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Bug #6040 - Documentation correctionbweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7580 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Bug 5777 - Remove parentheses on Goto in AEL, so that it parses correctlytilghman1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7577 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20check array bounds when parsing arguments to AGI (issue #5868)russell1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7557 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20backport fix for reloading peer context (issue #6007)russell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7552 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20backport fix for segfault on directed pickup when no CDR is available (issue ↵russell1-1/+3
#5998) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7550 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20backport fix for larger-than-20ms-frames from trunk (bug #5697)kpfleming1-5/+12
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7546 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-19I messed up and accidently committed this to the trunk first ...russell1-2/+1
- add note on required values of sip_methods struct - remove duplicate function prototype - remove duplicate ast_mutex_lock (issue #6025) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7529 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-19Bug 5988 - record append option not workingtilghman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7523 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-19Bug 6026 - segfault for the sequence NoCDR(), SetAMAFlags()tilghman1-3/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7521 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Document that curley braces must be on the same line as the keyword.tilghman1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7519 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Bug 6009 - off by one errortilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7517 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Max-Forwards headers must only be present on requests, not responseskpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7515 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17forcibly expire previous subscriptions from a peer when they resubscribe ↵kpfleming1-1/+29
(keeps them from building up and waiting for expiration, and stops us sending unwanted NOTIFY messages to devices) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7513 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17fix some buglet when building team branch version stringskpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7510 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-16First field is truncatedtilghman1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7497 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15* Added mISDN/mISDNuser Echo cancel Patchcrichter13-172/+3025
* Fixed Makefiles so that chan_misdn can be compiled again * added some hints, that mISDN cannot be compiled against gcc-4, SMP, Spinlock Debug * fixed some Minor issues in chan_misdn, regarding Type Of Number and Presentation git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15Bug #6003 - Don't free the channel structure until after having sent the ↵bweschke1-1/+1
manager event. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7482 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13clarify substring documentationkpfleming1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7470 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13correct broken math in tvfix() for timestamp values over one millionkpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7468 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13restore ability of caller to hangup calls that are still ringing (issue #5839)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7453 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13ensure that hangups while incoming calls are in early state are handled ↵kpfleming2-1/+4
properly (issue #5919) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7451 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13only report AGENT_IDLE for callback mode agents when they are actually idle ↵kpfleming1-1/+1
(issue #5902) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7449 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13use the stream's current point when pausing/unpausing, instead of elapsed ↵kpfleming1-32/+20
time (which doesn't work when the stream has been skipped forward or backward) (issue #5897) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7448 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-12set all the child file descriptors to non-blocking so that we don't hang if ↵kpfleming1-2/+4
the child fails to send a newline-terminated command or error message git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7435 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-11silence a couple of compiler warnings about pointer signednessrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7430 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-12-11Bug 5967tilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7427 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-10 Bug #5877bweschke1-0/+3
Make sure the digit string from E&M wink DNIS collection is properly null terminated as it grows. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7425 f38db490-d61c-443f-a65b-d21fe96a405b