aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Collapse)AuthorFilesLines
2007-06-20This finishes the changes for making Macro args LOCAL to the call, and ↵murf1-1/+8
allowing users to declare local variables. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70461 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-19Added a little verbage to CHANGESmurf1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70162 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-19Moved those comments from UPGRADE.txt to CHANGES. Ooops.murf1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70141 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-14update CHANGES for tw support in voicemailrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@69350 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-31Add support for configuring named groups of custom call features inrussell1-0/+4
features.conf. This allows you to create a feature one time, and then map it into groups for various different key mappings for the same feature, as well as easy access control to groups of features. (patch from bbryant) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66774 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24Add ListAllVoicemailUsers manager command. (issue #8112 reported by Tony Zhao)file1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66028 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-22 Add a new feature for Music on Hold. If you set the "digit" option for arussell1-1/+8
class in musiconhold.conf, a caller on hold may press this digit to switch to listening to that music class. This involved adding a new callback for generators, which allow generators to get notified of DTMF from the channel they are running on. Then, a callback was implemented for the music on hold generators. (patch from bbryant) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65505 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-18Add ENUMQUERY and ENUMRESULT to the CHANGES file.russell1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64870 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-07Add a new application, MeetMeChannelAdmin, which is similar to MeetMeAdmin,russell1-0/+3
except it lets you operate on a channel by name instead of conference member number. It is very useful in combination with the 'X' option to ChanSpy. (issue #9671, patch by mnicholson, with some small modifications by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63319 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-02Fix some bad grammar.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62795 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-02When a conference is created, the UNIQUEID of the channel that caused it to berussell1-0/+4
created will now be stored. Then, every channel that joins the conference will have the MEETMEUNIQUEID channel variable set with this ID. This can be used to relate callers that come and go from long standing conferences. (issue #7295, patch by softins) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62794 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-02Note Hungarian language support in CHANGESrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62793 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-02Update the device state functionality of chan_local such that it will returnrussell1-0/+3
NOT_INUSE or INUSE when Local channels are in use as opposed to just UNKNOWN. It will still return INVALID if the extension doesn't exist at all. (issue #8048, patch from tim_ringenbach) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62673 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-02Add the new options for attended transfer to the CHANGES file.russell1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62672 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-30Add a note to CHANGES about the new support for 802.1p. Thanks IgorG!russell1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62480 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-30This patch adds additional information to the EXITWITHKEY and EXITWITHTIMEOUTrussell1-0/+2
entries in the queue log. (issue #7561, reported and originally patched by fkasumovic, patch slightly modified and updated to trunk by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62462 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-28note MeetMe change in CHANGESrussell1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62298 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-28Merge changes from team/russell/eventsrussell1-0/+16
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-28Merge changes from team/russell/dundi_resultsrussell1-0/+3
This introduces two new dialplan functions: DUNDIQUERY and DUNDIRESULT. DUNDIQUERY lets you intitiate a DUNDi query from the dialplan. Then, DUNDIRESULT will let you find out how many results there are, and access each one without having to the query again. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62267 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-27Add a min-announce-frequency option to queues.conf which allows you to ↵russell1-13/+19
control the minimum amount of time between queue announcements for use when the caller's queue position changes frequently. (issue #9604, patch by Matthew Roth) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62242 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-23Add OSP support for IAX2 to the changes file. Also, slightly reorganize somerussell1-70/+75
of the content. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61760 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-10Note the bridge manager action and application in the CHANGES file.russell1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61283 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-09use "ChannelType" in events to indicate which channel driver that generates ↵oej1-0/+3
the event. This replaces "ChannelDriver" and "Channel", previously used to indicate channel driver. ChannelType is more in line with "core show channeltypes" git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60987 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-29Add the ability for the "voicemail show users" CLI command to show usersrussell1-2/+7
configured in realtime. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59414 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13Merge changes from team/russell/sqlite:russell1-0/+2
* 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-03-07Add the ability to dynamically specify weights for responses to DUNDi queries.russell1-13/+20
This can be done using a global variable or a dialplan function. Using the SHELL() function will allow you to use an external script to determine what the weight in the response should be. This can be very useful in load balancing applications. (inspired by discussions with blitzrage and jsmith in #asterisk-bugs) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58304 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-05Add zap show version CLI command. This pulls the version/echo canceller in ↵file1-0/+1
use directly using the ZT_GETVERSION ioctl. (issue #9094 reported by tootai) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57943 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-23Note that the entries in the CHANGES file only list functionality changesrussell1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56431 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-23Add GetConfigJSON to the CHANGES file.russell1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56421 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-19Clarify last change for SMDI in CHANGES file.file1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55414 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-16Add option to features.conf that enables parking via DTMF on picked up ↵file1-0/+1
parked calls. (issue #9082 reported by francesco_r) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54889 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-16Adding Realtime Text support (T.140) to Asteriskoej1-0/+1
T.140/RFC 2793 is a live communication channel, originally created for IP based text phones for hearing impaired. Feels very much like the old Unix talk application. This code is developed and disclaimed by John Martin of Aupix, UK. Tested for interoperability by myself and Omnitor in Sweden, the company that wrote most of the specifications. A big thank you to everyone involved in this. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54838 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-16Add 'o' option to Chanspy which causes it to only listen to audio coming ↵file1-0/+1
from the channel, and the 'X' option which allows the user to exit to a valid single digit extension. (issue #8137 reported by mnicholson) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54748 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-15...and don't forget to update CHANGESoej1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54599 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-15Update CHANGESoej1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54575 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-14Updates and re-organization to make it easier to digest this informationoej1-10/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54465 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do somerussell1-0/+3
pretty cool things. First, you can get the device state of anything in the dialplan: NoOp(SIP/mypeer has state ${DEVSTATE(SIP/mypeer)}) NoOp(The conference room 1234 has state ${DEVSTATE(MeetMe:1234)}) Most importantly, this allows you to create custom device states so you can control phone lamps directly from the dialplan. Set(DEVSTATE(Custom:mycustomlamp)=BUSY) ... exten => mycustomlamp,hint,Custom:mycustomlamp git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54261 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Add core show channels count CLI command. (issue #8932 reported by ↵file1-0/+1
mr_mehul_shah) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@52525 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Add DBDel and DBDelTree manager commands. (issue #8516 reported by dprado)file1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@52308 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Make 'H' command do as advertised and add 'E' and 'V' commands to ↵file1-0/+1
ExternalIVR. (issue #8165 reported by mnicholson) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51592 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Add SRV Lookup support on outbound calls to chan_iax2. It's listed in the ↵file1-0/+1
RFC so we might want to support it and please don't hurt me Marko ... (issue #7812 reported by drorlb) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51560 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Add 's' option to Page application which checks devicestate before dialing. ↵file1-0/+1
(issue #8673 reported by sunder) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51215 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Add parkedcalltransfers option for res_features. This basically ↵file1-0/+1
enables/disables DTMF based transfers. If you want to get former behavior you will have to make sure it is enabled. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51152 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Add support for G729 passthrough with Sigma Designs boards. (issue #8829 ↵file1-0/+1
reported by ywalther) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51144 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Drop trunkrealloc option and just have the maximum size be a configurable ↵file1-1/+1
option. This is per Kevin's comments on -dev and my own thoughts after I put the previous option in. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50698 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Merge in trunkrealloc option for chan_iax2. (issue #8267 reported by ↵file1-0/+1
marcodmb, branch by anthonyl) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50676 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-31Update CHANGES, make section about SIP. This might be a good way to handleoej1-5/+12
other parts of this file too, as it grows. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49082 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-23- Convert the list of URI handlers to use the linked list macros. While doingrussell1-1/+1
this, implementing locking of this list to make it thread-safe. - Add a "redirect" option to http.conf that allows redirecting one URI to another. I was inspired to do this while playing with the Asterisk GUI. I got tired of typing this URL to get to the GUI: http://localhost:8088/asterisk/static/config/cfgadvanced.html So, now I have the following line in http.conf: redirect=/=/asterisk/static/config/cfgadvanced.html Now, I can type the following into my browser and go to the GUI: http://localhost:8088 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48930 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-21As per bug 7978, this version introduces the jittertargetextra option in ↵murf1-0/+2
config files git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48663 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-22Clarify a bit more.file1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47935 f38db490-d61c-443f-a65b-d21fe96a405b