aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.4@212958 ↵v1.2.4kpfleming11-9/+23
f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31importing ChangeLog, .version, and .lastclean for 1.2.4 releaserussell3-0/+1198
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.4@8963 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31Creating tag for the release of asterisk-1.2.4russell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.4@8962 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30disable buggy PRI user-user code until it can be fixedkpfleming1-0/+47
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8905 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-28Issue 6182 - Don't remove scheduled event until it's really done. oej1-1/+4
(reported by malverian) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8808 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27Issue 6362 - Register without Contact: and Expires: fails (reporter: op)oej1-5/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8785 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27Bug 6072 - Revisions to the source bison and flex files don't ↵tilghman3-517/+926
auto-regenerate these files git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8758 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26fix problem with dtmf on e&m (issue #6364)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8729 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26Issue 5898: Registrations does not get deleted if there's an active SIP dialogoej1-0/+13
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8710 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25don't call ast_update_realtime with uninitialized variables if we get arussell1-9/+8
registration with an expirey of 0 seconds (issue #6173) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8677 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25fix memory leak (inspired by issue #6351)russell1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8666 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25Issue #6439 - the "timebomb" bug. Patch by Markster over GPRSoej1-5/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8632 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25don't leak almost 200 bytes for each new channel (issue #6330)russell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8619 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25ensure hangup cause code is handled properly when channel does not return a ↵kpfleming1-0/+1
frame (issue #6346) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8608 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24completely arbitrary whitespace change for testing something with svnmerge ...russell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8600 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24ensure that channel cannot become zombie after we check but before we try to ↵kpfleming1-2/+4
start indications git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8588 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Backport fix for #6229, hangup on polarity reversalmattf1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8573 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Issue 6114: Don't hangup on BYE/ALSO with no channel.oej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8562 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Issue #6308 - never send response to ACK. (Reported by whiskerp)oej1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8537 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22fix memory leak from not freeing the queue member list when freeing an old queuerussell1-44/+45
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8445 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22fix MixMonitor crash (issue #6321, probably others)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8437 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22 Bug fix: Correct some scenarios where CALL_LIMIT could not be getting ↵bweschke1-1/+5
adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug #6111 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8433 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22Bug 6281 - Cannot set more than a single header with SIPAddHeadertilghman1-9/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8429 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22add a modified fix to prevent writing outside of the provided workspace when russell1-25/+23
calculating a substring (issue #6271) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8418 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21temporarily revert substring fix pending the result of the discussion in ↵russell1-20/+26
issue #6271 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8414 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21prevent the possibility of writing outside of the available workspace (issue ↵russell1-26/+20
#6271) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8412 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loadedtilghman1-60/+91
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8394 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20fix invalid value of prev_q (issue #6302)russell1-5/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8347 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20solved problem with delayreject and iax trunkingmogorman1-4/+6
bug 4291 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8320 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19Enable "musicclass" setting for sip peers as per the config sample.oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19Bug 6072 - Memory leaks in the expression parsertilghman2-17/+52
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8276 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19fix Message-Account header to use the ip address if the fromdomain russell1-1/+2
isn't set (issue #6278) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8242 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19fix a seg fault due to assuming that space gets allocatted on the stack in therussell1-8/+7
same order that we declare the variables (issue #6290) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8232 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18Solves issue with the login proccess in meetmemogorman1-1/+2
patch from 6136 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8194 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18remove ChangeLog from the 1.2 branch. It will only be present in the tags.russell1-448/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8173 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18Changed order of autoload so that pbx_ comes beforemogorman1-1/+1
channels, and in doing so cause bug 6002 to not be an issue git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8162 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17Stop any generators running on a channel whenmogorman1-1/+2
festival is called as described in 5996 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8140 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17Backport of fix for #6094mattf1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8134 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17Fixed code ordering of logger_init and queue_log_initmogorman1-4/+4
bug 6263 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8124 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17update CLI copyright noticekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8122 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16do rlimit check _after_ reading config file, in case 'dumpcore' is specified ↵kpfleming1-4/+4
there git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8112 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-14Bug 6238 - Fix segfault when delimiter not specifiedtilghman1-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8074 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13fix spelling errors (issue #6227)russell1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8047 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12Bug 6211 - Add option deletevoicemail as equivalent to option delete for ↵tilghman2-2/+3
Realtime git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7999 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11move variable to correct scope (issue #6197)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7986 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11fix temp greetings with ODBC storage (issue #6078)russell1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7976 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11fix mem leak on module unload (issue #6190)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7972 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11don't override an error condition that occurred when acting on the primary ↵russell1-2/+6
channel when stopping the autoservice on the peer channel. (from issue #6087) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7970 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11lock list of translators *before* recalculating the translation matrixrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7965 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11Minor typo refrenced in 6191mogorman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7963 f38db490-d61c-443f-a65b-d21fe96a405b