aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
AgeCommit message (Collapse)AuthorFilesLines
2007-11-01Convert cdr_odbc to use res_odbc managed connectionstilghman1-0/+4
Closes issue #10614 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88182 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-29Adding the more flexible QUEUE_MEMBER function to replace the ↵mmichelson1-0/+5
QUEUE_MEMBER_COUNT function. A deprecation notice will be issued the first time QUEUE_MEMBER_COUNT is used. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@87395 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-15Switch dundi to new tos config format.qwell1-6/+10
Remove old unused defines for old style. Closes issue 10860, patch by IgorG. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85764 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-10Change the IAXPeers command to have manager-style output, instead of ↵tilghman1-0/+5
CLI-style output (closes issue #8254) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82200 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-28Support better rotation of log files to be more like system logging (closes ↵tilghman1-0/+4
issue #10398) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81277 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been ↵murf1-0/+4
redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@79595 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-31Add func_lock, which creates dialplan mutexes, and note that the Macro apps ↵tilghman1-0/+5
are now deprecated. (Closes issue #10264) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@77834 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-23Missed one conversion to comma delimiter (thanks, Juggie) and add ↵tilghman1-0/+4
documentation on the change to the Local channel name. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@76704 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts ↵tilghman1-0/+10
applications using old methods of parsing arguments to using the standard macros. However, the big change is that the really old way of specifying application and arguments separated by a comma will no longer work (e.g. NoOp,foo|bar). Instead, the way that has been recommended since long before 1.0 will become the only method available (e.g. NoOp(foo,bar). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@76703 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-05In regards to changes for 9508, expr2 system choking on floating point ↵murf1-0/+5
numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@73449 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-02Merged revisions 72933 via svnmerge from murf1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r72933 | murf | 2007-07-02 14:16:31 -0600 (Mon, 02 Jul 2007) | 1 line support for floating point numbers added to ast_expr2 $\[...\] exprs. Fixes bug 9508, where the expr code fails with fp numbers. The MATH function returns fp numbers by default, so this fix is considered necessary. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@72940 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-19Moved those comments from UPGRADE.txt to CHANGES. Ooops.murf1-7/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70141 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-19Some UPGRADE.txt comments to cover some enhancements added today.murf1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70140 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-11Issue 8971 - Allow DISA input to be ended with a '#'.tilghman1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@68854 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-04Added a small bit of code to support the SNOM 360's Record button. Made the ↵murf1-0/+11
find_feature func in res_features.c public, so I could use it to find the automon dial sequence as configured by the user. When the INFO packet has a Record: header with on/off, the sequence is sent as consecutive DTMF frames on the phone's channel, triggering the automon functionality. The user has to configure the automon in features.conf, and set up his dialplan accordingly. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63046 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-28Merge changes from team/russell/eventsrussell1-1/+12
This set of changes introduces a new generic event API for use within Asterisk. I am still working on a way for events to be shared between servers, but this part is ready and can already be used inside of Asterisk. This set of changes introduces the first use of the API, as well. I have restructured the way that MWI (message waiting indication) is handled. It is now event based instead of polling based. For example, if there are a bunch of SIP phones subscribed to mailboxes, then chan_sip will not have to constantly poll the mailboxes for changes. app_voicemail will generate events when changes occur. See UPGRADE.txt and CHANGES for some more information on the effects of these changes from the user perspective. For developer information, see the text in include/asterisk/event.h. As always, additional feedback is welcome on the asterisk-dev mailing list. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62292 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-09updated UPGRADE.txt to include format_wav changesdhubbard1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60917 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13Merge changes from team/russell/sqlite:russell1-0/+6
* Add new module, cdr_sqlite3_custom which allows logging custom CDRs into a SQLite3 database. (issue #7149, alerios) * Add new module, res_config_sqlite, which adds realtime database configuration support for SQLite version 2. I decided that this was ok since we didn't have any realtime support for version 3. If someone ports this to version 3, then version 2 support can be removed or marked deprecated. (issue #7790, rbarun_proformatique) * Mark cdr_sqlite as deprecated in favor of cdr_sqlite3_custom. Also, note that there were other modules on the bug tracker that did not make the cut because they provided some duplicated functionality. Those are: * cdr_sqlite3 (issue #6754, moy) * cdr_sqlite3 (issue #8694, bsd) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58866 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-03Deprecate SetCallerPres applicationtilghman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53142 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24As per bug 8859 (Add option to revert old ChanIsAvail() with 's' option ↵murf1-0/+3
behavior), this update makes the 't' option available, which calls ast_parse_device_state instead of ast_device_state. This option will not dive into the channel driver to find the status of the device (which could be good if sip devicestate isn't returning full status, for various reasons). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@52086 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-311. Rename 'maxmessage' to 'maxsecs' to differentiate from 'maxmsg'.tilghman1-0/+8
2. Rename 'minmessage' to 'minsecs' for parity. 3. Make 'maxsecs' a per-user option, in addition to global. (Issue # 8624) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49075 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27make the 'languageprefix' option default to on, and deprecate turning it offkpfleming1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-19Added a few words to explain the change to AEL concerning Gosub()murf1-0/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47836 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-06minor change to test live syncingkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47230 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03First entry! Tell people about the callerid changes with manager.file1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44262 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21Remove 1.4 changes from UPGRADE.txt, remove deprecated callerid field, ↵tilghman1-421/+0
remove deprecated SetGlobalVar app git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43444 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20add a warning about name changes on some API callskpfleming1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43363 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-03 Changes/fixes to the app_waitforsilence app to make it behave more the way ↵bweschke1-0/+6
the author originally intended for it to function along with an option to keep backward compatible with "old-style" functionality in 1.2. (#6595 - davetroy reported and patched w/some very minor mods/corrections) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41915 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla ↵file1-0/+6
Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41507 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-30change default setting for autofallthroughkpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41475 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-30Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() ↵oej1-0/+4
application and does not need special code in chan_sip any more. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41435 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-30add a note about behavior of the "clid" field in the CDRrussell1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41434 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-24Deprecate USERAGENToej1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21document Makefile target changeskpfleming1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40728 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19deprecate chan_agent callback modekpfleming1-1/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40521 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16Remove the old ODBC_STORAGE and make EXTENDED_ODBC_STORAGE the one to use. ↵file1-0/+4
This means that if you're using this and upgrade to the revision where this was committed, you will need to update your table to the schema provided in doc/odbcstorage.txt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40033 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-08Marking PRI_CAUSE as deprecated to be replaced by hangup(cause)oej1-0/+4
(Issue #7610) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39316 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19add notes on the changes to music on hold handlingrussell1-0/+39
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37999 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13swap the G726-32 format numbers, so that IAX2 connections with prior ↵kpfleming1-1/+5
versions of Asterisk will still work properly git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13actually make the non-standard G726-32 behavior available for SIP clientskpfleming1-0/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08document the new sound/moh file installation processkpfleming1-8/+33
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33089 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30officially deprecate the 'roundrobin' queue strategy in favor of 'rrmemory'kpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30837 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-28Deprecate SetGlobalVar, replacing it with a dialplan functiontilghman1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30677 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-27Notate that QUEUEAGENTCOUNT is deprecated, so it can be removed post-1.4tilghman1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30654 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26document the changes I made yesterday to the exit behavior of therussell1-0/+18
AGI applications git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30580 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26wrap test at 80 charactersrussell1-21/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30579 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26add some more text about the build systemrussell1-2/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30578 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-26attended transfer use transferer context first and set who is transfering at ↵file1-1/+10
the beginning (issue #6752 reported by moy -- minor mods done by myself) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30548 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 app_meetme Muting and Manager API enhancements #6731 (softins w/some minor ↵bweschke1-0/+12
mods to accomodate recent enum work) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29705 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20- add a UserEvent action that allows a manager client to "broadcast" an eventrussell1-0/+5
to all connected manager clients - update the UserEvent application to use the application argument parsing macros and to allow headers to be specified as pipe delimeted arguments (issue #5324, original patch by outtolunc, committed patch by Corydon) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29017 f38db490-d61c-443f-a65b-d21fe96a405b