aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Collapse)AuthorFilesLines
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
2006-11-22Need to update the CHANGES file as well for the maxfiles option.file1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47934 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Add 'loose' option to joinempty and leavewhenempty which is almost exactly ↵file1-0/+2
like 'strict' except it does not count paused queue members as unavailable. (issue #8263 reported by gnarf) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47567 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-08Display CID matching information when using dialplan show. (issue #8279 ↵file1-0/+1
reported by caio1982) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01Add a couple of things to the CHANGES filerussell1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46849 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01OOps. forgot to add this to CHANGESmurf1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46774 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-27 * Added option to run macro when a queue member is connected to a caller,bweschke1-0/+4
see queues.conf.sample for details. * Added QUEUE_VARIABLES function to set queue variables added setqueuevar and setqueueentryvar options for each queue, see queues.conf.sample for details. (#8216, jmls reported and submitted) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46369 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-27Add the ability to customize some of the prompts used within the voicemailrussell1-2/+4
application by configuring them in voicemail.conf (issue #7415, patch by fkasumovic, with some fixes and documentation updates by myself) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46360 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-25document a couple of recently introduced featurerizzo1-1/+7
also including the version number where the feature appeared. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46198 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-18Just for Nicholson - here's an option, C, to Meetme that will allow it to ↵file1-0/+2
continue in the dialplan if the person is kicked out. (issue #7994 reported by mnicholson with mods by myself) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@45610 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-07Extend CALLERID() function for "pres" and "ton" valuespcadach1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44685 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-05As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), ↵murf1-0/+8
Busy(), Read(), WaitForRing(), will now either actually handle a floating point argument as advertised, or has been upgraded to accept a floating point [timeout] arg. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44435 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03Strat becomes Strategy based on feedback from two nameless fellowsfile1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44297 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03Add 'Strat' manager field to QueueParams event. (issue #7704 reported by ↵file1-1/+3
renemendoza) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44274 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03Add Masquerade manager event which trips when a masquerade happens (issue ↵file1-0/+2
#7840 reported by moy) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44273 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02Expand setinterfacevar option to also set a variable, MEMBERNAME, which ↵file1-0/+2
contains the member's name. (issue #8046 reported by jmls) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44218 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02Make callerid fields in Manager events more consistent. CallerIDNum for ↵file1-0/+2
number and CallerIDName for name. (issue #7976 reported by suhler) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44217 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02Add option to logger to rename log files with timestamp (issue #8020 ↵file1-0/+2
reported by jmls) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44172 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02Add option 'keepstats' which will keep queue statistics during a reload. ↵file1-0/+2
(issue #7908 reported by jmls) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44150 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Handle HOLD/RETRIEVE notificationspcadach1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43845 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-27Update CHANGES to reflect libcap capability that was added.file1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43836 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-27This commits the changes to AEL to use the gosub-with-args from Tilghman to ↵murf1-0/+8
perform macro calls. This results in substantially smaller stack footprint, which allows macro call depths in excess of 100,000 levels, rather than the limit of 7 calls deep, which the Macro app is subject to. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43747 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26update CHANGES file to reflect codec support in chan_skinnyqwell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43702 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26start a CHANGES file for trunk... no need to force people to have to review ↵kpfleming1-126/+5
commit logs after branching git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43687 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