aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Collapse)AuthorFilesLines
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
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