aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
AgeCommit message (Collapse)AuthorFilesLines
2005-12-02allow previous context-searching behavior to be used if desired (issue #5899)kpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7273 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30backport fix from trunktwisted1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7227 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5792russell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7150 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-13Mention callerid name / num changes in UPGRADE.txt (bug #5624)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7091 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5532kpfleming1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7025 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01rename ChangeLog to CHANGES, a file which will contain a list of the ↵kpfleming1-2/+2
significant changes between Asterisk releases git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6927 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26fix up arguments to AgentCallbackLogin so that the options string and therussell1-0/+5
specified extension do not conflict. This also makes the application not assume that the extension is numeric. While we're at it, include some code cleanup - strcpy to ast_copy_string, and cleanups to LOCAL_USER handling. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6856 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Fix GetVar manager action result (bug #5275)markster1-7/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6641 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07add note about volume adjustments in app_meetme (new sound files are on ↵kpfleming1-0/+11
their way) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6523 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01add warning about new expression parserkpfleming1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6487 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-31correct case errorkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6466 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-31deprecate chan_modem and its subdriverskpfleming1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6465 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-0/+6
support non-SLINEAR moh streams (issue #4908) add external app to feed TCP stream into Asterisk for moh (issue #4908) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6353 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-21Document AGI SIGHUP changesmarkster1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6345 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-08Be consistent with User/Username (bug #4916)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6305 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26warn users about voicemail menu structure changekpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6227 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)kpfleming1-0/+6
add QUEUEAGENTCOUNT dialplan function (bug #4690) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6114 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02document syntax change for Record() application (bug #4439)kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5822 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19note the change from "port" to "bindport"russell1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5718 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-17correct syntax on DB function examplerussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5707 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15rename SetVar application to Set, deprecate SetVarkpfleming1-14/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5688 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ↵kpfleming1-0/+27
mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5679 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Update groupcount / db documentation (bug #4200, etc)markster1-0/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5606 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03add note about autofallthroughrussell1-0/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5364 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01Update README to reflect modern Asterisk features and requirementskpfleming1-0/+11
Add note in UPGRADE.txt about compiler requirements Add note to CODING-GUIDELINES about new policy for CLI command structure git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5335 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" ↵markster1-0/+7
DTMF mode git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5293 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-27fix a typorussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5273 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-26Fix upgrade documentation to mention new manager eventmarkster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5268 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-09Remove duplicate CallerPres applicationmarkster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5156 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-18update UPGRADE.txt for new channel name for iax2 format.markster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5050 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-14Fix native agent transfer, add UPGRADE.txt for notes about backwards ↵markster1-0/+16
compatibility issues upgrading from Asterisk 1.0 to current CVS head git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5031 f38db490-d61c-443f-a65b-d21fe96a405b