aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2006-05-18Merged revisions 28212 via svnmerge from file1-2/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28212 | file | 2006-05-18 13:31:16 -0300 (Thu, 18 May 2006) | 2 lines Return -1 on error in ODBC messagecount and 0 on success (issue #7133 reported by cfieldmtm) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28213 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Merged revisions 28169 via svnmerge from file1-5/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28169 | file | 2006-05-18 11:27:21 -0300 (Thu, 18 May 2006) | 2 lines Fix endless looping message by checking value of res before doing retries stuff. (issue #7140 reported by tanischen) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28170 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Remove unsupported, unimplemented, unfunctional "v" option from meetme ↵oej1-6/+4
documentation (Imported from 1.2) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28126 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Remove needless check for autofill (issue #7180 reported by Marquis)file1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27975 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Merged revisions 27847 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r27847 | file | 2006-05-17 14:07:52 -0300 (Wed, 17 May 2006) | 2 lines Priority jumping not working on VoiceMail app with new syntax (issue #7164 reported and fixed by alvaro_palma_aste) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27848 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-17Merged revisions 27636 via svnmerge from tilghman1-103/+112
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r27636 | tilghman | 2006-05-16 21:19:50 -0500 (Tue, 16 May 2006) | 2 lines Bug 7125 - Fix race condition between resequencing and leaving a message ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27637 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Inherit channel variables when call forwarding through chan_local (issue ↵file1-0/+4
#7095 reported by raarts) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27595 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16make this app actually compilekpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27478 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Typooej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27437 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16Adding check of option_debugoej1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-15Make sure that the channel is answered before doing SpeechBackground. (issue ↵file1-0/+6
#josh-wait-I-dont-have-issue-numbers) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27194 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-13simplify conference user list handlingrussell1-97/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27153 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now berussell1-4/+0
defined in buildopts.h. Also, remove a few more stray spaces in the gcc commands. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27130 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-13Merged revisions 27093 via svnmerge from tilghman1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r27093 | tilghman | 2006-05-12 23:08:29 -0500 (Fri, 12 May 2006) | 2 lines Bug 7134 - File descriptor leak with ODBC storage of voicemail ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27094 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-5/+5
So, I have removed all of the uses of AST_LIST_HEAD_INIT and replaced them with the equivalent static initializations. - On passing, fix a memory leak in the unload_module() function of chan_agent. The agents list mutex was never destroyed, and the elements in the agents list were not freed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26990 f38db490-d61c-443f-a65b-d21fe96a405b
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