aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Collapse)AuthorFilesLines
2008-12-19Backport of AUDIOHOOK_INHERIT for Asterisk 1.4mmichelson1-0/+1
(closes issue #13538) Reported by: mbit Patches: 13538.patch uploaded by putnopvut (license 60) Tested by: putnopvut git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@166157 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-23Backport fix from 1.6.0 that allows you to set ↵twilson1-0/+1
parkedcalltransfers=no|caller|callee|both, but default to both which would be the equivalent of the existing behaviour. The problem was that if someone parked a call, the callee and caller would both get assigned the builtin transfer feature, which would not only be potentially giving someone the ability to transfer themselves when they shouldn't have it, but would also dissallow reinviting the media off of the call. (closes issue #12854) Reported by: davidw Patches: parkingfix4.diff.txt uploaded by otherwiseguy Tested by: davidw, otherwiseguy git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@151763 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-15 Another documentation fix. bweschke1-1/+2
(closes issue #13708) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@149840 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-14Add in some missing updates to the CHANGES file for sip.conflmadsen1-2/+13
(closes issue #13100) Reported and patch by: gknispel_proformatique git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@148990 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-12(closes issue #10668)murf1-14/+24
Reported by: arkadia Tested by: murf, arkadia Options added to forkCDR() app and the CDR() func to remove some roadblocks for CDR applications. The "show application ForkCDR" output was upgraded to more fully explain the inner workings of forkCDR. The A option was added to forkCDR to force the CDR system to NOT change the disposition on the original CDR, after the fork. This involves ast_cdr_answer, _busy, _failed, and so on. The T option was added to forkCDR to force obedience of the cdr LOCKED flag in the ast_cdr_end, all the disposition changing funcs (ast_cdr_answer, etc), and in the ast_cdr_setvar func. The CHANGES file was updated to explain ALL the new options added to satisfy this bug report (and some requests made verbally and via email, irc, etc, over the past months/year) The 's' option was added to the CDR() func, to force it to skip LOCKED cdr's in the chain. Again, the new options should be totally transparent to existing apps! Current behavior of CDR, forkCDR, and the rest of the CDR system should not change one little bit. Until you add the new options, at least! git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@122046 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-28Add an option to use the source IP address of RTP as the destination IP ↵file1-0/+1
address of UDPTL when a specific option is enabled. If the remote side is properly configured (ports forwarded) then UDPTL will flow. (closes issue #10417) Reported by: cstadlmann git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@118646 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-02Add new "pri show version" command to show the libpri version for support ↵bbryant1-0/+3
reasons. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115257 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-26Merged revisions 110869 via svnmerge from kpfleming1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r110869 | kpfleming | 2008-03-26 08:53:46 -0700 (Wed, 26 Mar 2008) | 2 lines due to licensing restrictions, we cannot distribute the source code for iLBC encoding and decoding... so remove it, and add instructions on how the user can obtain it themselves ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@110880 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-07Here lies the fixes that killed bug 8423 -- OriginateSuccess and ↵murf1-0/+2
OriginateError incomplete channel name. May it rest in peace. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48349 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-29Backport of patch for #7828 that was reported for trunk, but obviouslyoej1-0/+1
exists in 1.4 too. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46401 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-26grammar checkqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-26Corrections to changesoej1-11/+14
(Multiparking is not included) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46331 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-26update to reflect G.722 additionkpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46317 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-06remove Jingle as per mogkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44629 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-06various cleanupskpfleming1-135/+24
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44627 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-05I put the accumulated changes from the commit logs and inspection, into ↵murf1-22/+340
CHANGES. Hope everyone approves\! git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44466 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-09formatting ...russell1-117/+97
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7036 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08This is a start toward coming up with a feature ChangeLog. It is from somerussell1-1/+120
notes I was keeping while writing some documentation. It needs some formatting help as well as short descriptions for each of the new options. We also need to come up with a list for all the time not accounted for here. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7028 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01update with today's workkpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6939 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01rename ChangeLog to CHANGES, a file which will contain a list of the ↵kpfleming1-655/+25
significant changes between Asterisk releases git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6927 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-10Merge ChangeLog from the v1-0 branch and begin a major feature addition listrussell1-17/+283
for 1.2. I know this list is very incomplete so anyone that would like to help add stuff, please contact me. (No, 1.0.10 hasn't been released. That is going to come out with 1.2). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6738 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-01Update ChangeLogmarkster1-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4142 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-03Update changelogmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3889 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-03Update chanelogmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3887 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-02Add iax2 parsing for TNS/TON/PRESmarkster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3877 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-30update description for VoiceMailMain (bug #2546)russell1-1/+3
update ChangeLog for Asterisk 1.0.1 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3854 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-28add ability to purge callers from queue if no agents are logged inrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3847 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-26make pick-up extension configurable. update ChangeLogrussell1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3843 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-23Update Changelogmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3821 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-12Make Asterisk cause codes match those of Q.931 (bug #1999)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3603 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-12Prep for RC-2markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3599 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-03Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" ↵markster1-0/+7
option to meetme and add ${MEETME_EXIT_CONTEXT}, 3) Allow SIP call parking with supervised transfer, 4) Only create parking entries when calls actually get parked, 5) Add "sunshine" song, 6) Update hardware documentation, 7) Don't load empty strings from history file git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3572 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-17Update Changelog/BUGSmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3455 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-25Update Chanelogmarkster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3301 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-08Update changelogmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3173 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-13Merge queue changes from Bug #214markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2415 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-27Add G.726, revise Changelogmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2260 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-17Add Icecast streaming supportmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2185 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-04Countless small bugfixesmarkster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2124 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-16Update as we go this timejeremy1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2047 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-13Modify Changelogmalcolmd1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2022 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-13update changelogjeremy1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2008 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-13update changelogjeremy1-1/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2007 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-25Update Changelog and READMEmarkster1-0/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1671 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-01Add PGSQL supportmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1594 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-24Update changelogmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1422 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-23Add true native data mode bridgingmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1410 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-16Shave off a smaller amount of time (bug #79)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1356 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-13Add any missing locking callsmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1312 f38db490-d61c-443f-a65b-d21fe96a405b