aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2006-05-10support reload say.conf to ease testingrizzo1-1/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26529 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10use the channel lock wrappers (issue #7120, Mithraen)russell2-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26528 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell39-305/+156
As it turns out, all of these checks were useless, because alloca will never return NULL. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26451 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10fix indentation of two large blocksrizzo1-101/+101
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26416 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10fix a couple of misindented lines;rizzo1-6/+9
prepare reduce nesting level in a couple of blocks by inverting an if () statement (indentation change to be committed separately). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26378 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10use 'switch' insteaf of multiple 'if'rizzo1-6/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10 Implement new support for "meetme list <confno> concise"bweschke1-16/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26250 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Merged revisions 26050 via svnmerge from bweschke1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r26050 | bweschke | 2006-05-09 08:28:39 -0500 (Tue, 09 May 2006) | 3 lines Correct memory leak in find_user_realtime #7118 (fnordian) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26051 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Make SIP early media work more efficiently without so many reinvitesmarkster1-2/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26019 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Make menuselect be able to show what the modules aremarkster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25929 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09put all the QUEUE_STRATEGY values in an enum, and use them in all of the placesrussell1-13/+15
in the code where the strategy type is checked, to make the code more readable git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25889 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Bug 7009 - use the actual path, so that a table index can be usedtilghman1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25830 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Bug 6787 - Allow escaping of newline characters for invoking non-Festival ↵tilghman1-0/+17
TTS systems git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25829 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 strategy "ringall" is really int value of 0, not 1.bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25801 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08Warn user if the custom format is not one of the optionstilghman1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25772 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 Make QueueStatusComplete manager event thread safe by wrapping it inside ↵bweschke1-1/+2
the already existing Queue Lock clause. #7013 (bziherl reporting) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25523 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08Merged revisions 25520 via svnmerge from bweschke1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r25520 | bweschke | 2006-05-08 09:15:30 -0400 (Mon, 08 May 2006) | 3 lines Oops. :( ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25521 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08Merged revisions 25518 via svnmerge from bweschke1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r25518 | bweschke | 2006-05-08 09:11:32 -0400 (Mon, 08 May 2006) | 3 lines Don't recheck valid_exit() after getting the result from say_position (which already checks it). Should prevent another loop if the caller hits digits during the position announcement. #6776 (tgj reporting) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25519 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 Fix situation for when there is no monitor_option defined, but there is a ↵bweschke1-3/+4
monitor_exec defined. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25487 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08use ast_channel_(un)lockrussell1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25450 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08added managerevent meetmemute with status on or off.mogorman1-0/+10
patch provided by bug 6811, with modifications for api. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25447 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08remove a check of the result from ast_mutex_lockrussell1-7/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25446 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07Merged revisions 25322 via svnmerge from bweschke1-3/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r25322 | bweschke | 2006-05-07 09:38:11 -0400 (Sun, 07 May 2006) | 3 lines Fix playback behavior to exit correctly when we receive a hangup during playback of the invalid pin message. #7091 (AntD reporting) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07Minor AJAM fixupsmarkster1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25260 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06add Polish language support to Voicemail, with some minor modifications thatrussell1-28/+178
include formatting fixes, making it so variables aren't declared in the middle of a block, and various other little code cleanups (issue #6970, supczinskib) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25159 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05modify the handling of the new temporary greeting reminder feature so thatrussell1-11/+12
it works for any language git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25096 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Integrate the MixMonitor functionality (introduced in 1.2) as an option for ↵bweschke1-19/+105
recording queue member conversations with callers. #7084 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25076 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05add support for having the user reminded that their temporary greetingrussell1-8/+29
is still set (issue #6120, khaefner) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Allow for the execution of an AGI to the caller's channel right before they ↵bweschke1-3/+25
get bridged with the queue member that is going to take their call. Add the option to set a MEMBERINTERFACE variable on the caller's channel that will contain the interface of the queue member that is going to/did take the call. #6843 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25056 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05move ExecIf from app_while.c to app_exec.c (issue #7094, north)russell2-51/+52
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25013 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) bweschke1-24/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24981 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05constify the argument to pbx_checkconditionrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24878 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05oops :)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24876 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05Merged revisions 24837 via svnmerge from russell2-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r24837 | russell | 2006-05-05 10:44:50 -0400 (Fri, 05 May 2006) | 3 lines use pbx_checkcondition() instead of ast_true() to evaluate the condition for MacroIf and WhileIf (issue #7086) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24838 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05- formatting fixesrussell1-10/+18
- don't declare a variable in the middle of a block - keep track of the result of registration functions in load_module() git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24805 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 New manager action SendDTMF #6682 (squinky86)bweschke1-0/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24776 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04Merged revisions 24706 via svnmerge from tilghman1-14/+47
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r24706 | tilghman | 2006-05-04 11:27:20 -0500 (Thu, 04 May 2006) | 2 lines Bug 7023 - reload should not unpause members ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24707 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04Merged revisions 24669 via svnmerge from bweschke1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r24669 | bweschke | 2006-05-04 06:17:13 -0500 (Thu, 04 May 2006) | 3 lines Make sure that only the "|" is a recognized delimiter for Verbose(), as the app documentation already specifies. #7080 (alessiof reporting) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24670 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03Bug 6989 - updates to the ODBC storage mechanism for compatibility with the ↵tilghman1-18/+76
new res_odbc git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24641 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Documentation / whitespace fix.bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24639 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Optionally record audio of the page command for re-pages/playback. #6827 ↵bweschke1-3/+8
(JeffSaxe) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24638 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03Allow channels in ChanSpy to belong to mutiple spygroups #7072 (anthm)bweschke1-7/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24636 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03Merged revisions 24567 via svnmerge from bweschke1-1/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r24567 | bweschke | 2006-05-03 15:58:10 -0500 (Wed, 03 May 2006) | 3 lines Correct application documentation to make users aware that certain options cannot be used in conjunction with others. #6666 (chotaire) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24604 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Make sure that callers kicked from queue because of joinempty and ↵bweschke1-1/+3
leavewhenempty have an event logged with regard to the reason for their departure. #6559 (Corydon76) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24566 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Log hold time and talktime in queue_log when blind transfers are made by ↵bweschke1-1/+2
queue members. #7038 (alphaqueue) w/documentation mods added git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Implement and document RINGNOANSWER queue logging functionality to "tattle" ↵bweschke1-0/+1
on bad queue members. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Fix autofill behavior in app_queue and document it's functionality in ↵bweschke1-9/+66
queues.conf.sample and UPGRADE.txt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24543 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02Introducing the REALTIME() dialplan functionbweschke1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24376 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02 Record bridge channel unique id in "CONNECT" queue_log entry and the ↵bweschke1-3/+4
corresponding manager event. #6522 (nording) w/ documentation additions where appropriate git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24293 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02Merged revisions 24097 via svnmerge from tilghman1-4/+12
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r24097 | tilghman | 2006-05-01 21:12:52 -0500 (Mon, 01 May 2006) | 2 lines Prompt does not request '#' to end input, so the application should not require it ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24098 f38db490-d61c-443f-a65b-d21fe96a405b