aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...bweschke1-1/+16
2006-05-22Add PICKUPMARK support to app_directed_pickup (issue #7104 reported by thaeger)file1-4/+22
2006-05-22don't stop recording until hangup (no terminator) (issue #7168 reported by ju...file1-1/+4
2006-05-22 Add UniqueID to the leave manager event.bweschke1-2/+2
2006-05-22Merged revisions 29398 via svnmerge from tilghman1-1/+1
2006-05-21put a bunch of defines in enums, and convert comments to doxygen formatrussell1-137/+168
2006-05-21remove a CLI command that has been marked deprecated since before Asterisk 1.0russell1-18/+2
2006-05-20- add a UserEvent action that allows a manager client to "broadcast" an eventrussell1-28/+25
2006-05-20Merged revisions 28968 via svnmerge from kpfleming1-1/+4
2006-05-20fix up another place where the code made assumptions about how space forrussell1-7/+6
2006-05-19let's use the proper variable here, instead of segfaulting (don't know how th...kpfleming1-1/+1
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman2-69/+30
2006-05-19Merged revisions 28651 via svnmerge from file1-2/+2
2006-05-19Merged revisions 28627 via svnmerge from file1-0/+2
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk tha...tilghman2-100/+92
2006-05-18Merged revisions 28212 via svnmerge from file1-2/+3
2006-05-18Merged revisions 28169 via svnmerge from file1-5/+6
2006-05-18Remove unsupported, unimplemented, unfunctional "v" option from meetme docume...oej1-6/+4
2006-05-17Remove needless check for autofill (issue #7180 reported by Marquis)file1-2/+1
2006-05-17Merged revisions 27847 via svnmerge from file1-1/+1
2006-05-17Merged revisions 27636 via svnmerge from tilghman1-103/+112
2006-05-16Inherit channel variables when call forwarding through chan_local (issue #709...file1-0/+4
2006-05-16make this app actually compilekpfleming1-0/+1
2006-05-16Typooej1-1/+1
2006-05-16Adding check of option_debugoej1-1/+2
2006-05-15Make sure that the channel is answered before doing SpeechBackground. (issue ...file1-0/+6
2006-05-13simplify conference user list handlingrussell1-97/+28
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now berussell1-4/+0
2006-05-13Merged revisions 27093 via svnmerge from tilghman1-2/+2
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-5/+5
2006-05-10support reload say.conf to ease testingrizzo1-1/+12
2006-05-10use the channel lock wrappers (issue #7120, Mithraen)russell2-7/+7
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell39-305/+156
2006-05-10fix indentation of two large blocksrizzo1-101/+101
2006-05-10fix a couple of misindented lines;rizzo1-6/+9
2006-05-10use 'switch' insteaf of multiple 'if'rizzo1-6/+8
2006-05-10 Implement new support for "meetme list <confno> concise"bweschke1-16/+31
2006-05-09Merged revisions 26050 via svnmerge from bweschke1-0/+1
2006-05-09Make SIP early media work more efficiently without so many reinvitesmarkster1-2/+13
2006-05-09Make menuselect be able to show what the modules aremarkster1-3/+3
2006-05-09put all the QUEUE_STRATEGY values in an enum, and use them in all of the placesrussell1-13/+15
2006-05-09Bug 7009 - use the actual path, so that a table index can be usedtilghman1-6/+6
2006-05-09Bug 6787 - Allow escaping of newline characters for invoking non-Festival TTS...tilghman1-0/+17
2006-05-09 strategy "ringall" is really int value of 0, not 1.bweschke1-1/+1
2006-05-08Warn user if the custom format is not one of the optionstilghman1-1/+5
2006-05-08 Make QueueStatusComplete manager event thread safe by wrapping it inside the...bweschke1-1/+2
2006-05-08Merged revisions 25520 via svnmerge from bweschke1-1/+1
2006-05-08Merged revisions 25518 via svnmerge from bweschke1-2/+4
2006-05-08 Fix situation for when there is no monitor_option defined, but there is a mo...bweschke1-3/+4
2006-05-08use ast_channel_(un)lockrussell1-7/+7