aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2008-02-15Fix up some doxygen issues.qwell1-0/+1
(closes issue #11996) Patches: bug_11996_doxygen.diff uploaded by snuffy (license 35) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103723 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-14Merged revisions 103690 via svnmerge from mmichelson1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r103690 | mmichelson | 2008-02-14 15:03:02 -0600 (Thu, 14 Feb 2008) | 3 lines Fix build for non-IMAP builds ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103691 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-14Merged revisions 103688 via svnmerge from mmichelson1-8/+12
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r103688 | mmichelson | 2008-02-14 14:55:48 -0600 (Thu, 14 Feb 2008) | 9 lines Fix the new message count if delete=yes when using IMAP storage. (closes issue #11406) Reported by: jaroth Patches: deleteflag_v2.patch uploaded by jaroth (license 50) Tested by: jaroth ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103689 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-14Change the queue holdtime announcement to happen at any interval (not just ↵mmichelson1-27/+29
greater than two minutes). Remove the saying of less-than for holdtime announcements since it can lead to awkward holdtime announcements. Using '1' as a queue-round-seconds value is no longer valid. (closes issue #9736) Reported by: caio1982 Patches: queue_announce5.diff uploaded by caio1982 (license 22) Tested by: caio1982, putnopvut git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103687 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-14a few syntax changes and safer codejpeeler1-20/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103682 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-14Formatting fixesoej1-7/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103668 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-13(closes issue #11825)jpeeler1-230/+319
Reported by: ctooley Patches: additional_eivr_commands.patch uploaded by ctooley (license 136) Tested by: ctooley git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103662 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-11Merged revisions 103324 via svnmerge from file1-1/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r103324 | file | 2008-02-11 18:09:07 -0400 (Mon, 11 Feb 2008) | 4 lines If entering a conference with the 'w' option ensure that we can't listen or speak until the marked user appears. (closes issue #11835) Reported by: alanmcmillan ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103325 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-11Fix improper indentation. Thanks again to snuffy for pointing it out.mmichelson1-9/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103284 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-11Add a couple of comments to clarify the unreffing of queues.mmichelson1-0/+2
Thanks to snuffy for the idea. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103283 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-09whitespace fixes only.mvanbaak17-417/+409
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103249 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-09Merged revisions 103197 via svnmerge from tilghman1-1/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r103197 | tilghman | 2008-02-09 00:23:49 -0600 (Sat, 09 Feb 2008) | 4 lines Commit fix for being unable to send voicemail from VoiceMailMain Reported by: William F Acker (via the -users mailing list) Patch by: Corydon76 (license 14) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103198 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell4-5/+5
(closes issue #8925) About a year ago, as Leif Madsen and Jim van Meggelen were going over the CLI commands in Asterisk 1.4 for the next version of their book, they documented a lot of inconsistencies. This set of changes addresses all of these issues and has been reviewed by Leif. While this does introduce even more changes to the CLI command structure, it makes everything consistent, which is the most important thing. Thanks to all that helped with this one! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103171 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-08Forgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk than 1.4.mmichelson1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103122 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-08Merged revisions 103120 via svnmerge from mmichelson1-5/+20
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r103120 | mmichelson | 2008-02-08 12:48:17 -0600 (Fri, 08 Feb 2008) | 10 lines Prevent a potential three-thread deadlock. Also added a comment block to explicitly state the locking order necessary inside app_queue. (closes issue #11862) Reported by: flujan Patches: 11862.patch uploaded by putnopvut (license 60) Tested by: flujan ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103121 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-07This is a combination new feature/bug fix for app_chanspy.mmichelson1-8/+57
New feature: Add the 'e' option, which takes as an argument a list of interfaces separated by colons. This way, you will only be able to spy on this limited list of interfaces. Bug fix: change some pointer checks to ast_strlen_zero so that spying would work properly even if no channel was specified as the first argument to chanspy. (closes issue #10072) Reported by: xmarksthespot Patches: bugfix+newfeature10072patchtotrunkrev102726.diff uploaded by xmarksthespot (license 16) Tested by: xmarksthespot, mvanbaak git-svn-id: http://svn.digium.com/svn/asterisk/trunk@102933 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-07whitespace fixes onlymvanbaak1-64/+61
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@102908 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-07There she goes! First commit from me to trunk \o/mvanbaak1-240/+153
Make app_alarmreceiver honor code guidelines and fix whitespace errors. No functional changes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@102906 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-06Add the channel's unique id to the AgentCalled manager event to make it more ↵mmichelson1-1/+2
consistent with other manager events. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@102777 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-06Merged revisions 102576 via svnmerge from tilghman1-37/+36
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r102576 | tilghman | 2008-02-05 18:26:02 -0600 (Tue, 05 Feb 2008) | 4 lines Move around some defines to unbreak ODBC storage. (closes issue #11932) Reported by: snuffy ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@102602 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-06Remove an extra debug message I left inmmichelson1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@102550 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson7-55/+33
ast_verb (closes issue #11934) Reported by: mvanbaak Patches: 20080205_astverb-2.diff.txt uploaded by mvanbaak (license 7) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@102525 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-05Change verbose messages to use the ast_verb macro.mmichelson1-6/+3
(closes issue #11931) Reported by: snuffy Patches: bug-11931.diff uploaded by snuffy (license 35) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@102501 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-01Merged revisions 101942 via svnmerge from tilghman1-26/+63
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r101942 | tilghman | 2008-02-01 15:54:28 -0600 (Fri, 01 Feb 2008) | 8 lines Fix the VM_DUR variable for forwarded voicemail, and fixed several other bugs while I'm in the area. (closes issue #11615) Reported by: jamessan Patches: 20071226__bug11615__2.diff.txt uploaded by Corydon76 (license 14) Tested by: Corydon76, jamessan ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101943 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-01Comparison, not set :) Thanks mvanbaak.qwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101869 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-01Move an feof() call to before the fgets().qwell1-2/+2
This would have exited the loop early if you had an authentication file with no newline at the end. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101823 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-01Merged revisions 101818 via svnmerge from russell1-1/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r101818 | russell | 2008-02-01 11:23:47 -0600 (Fri, 01 Feb 2008) | 4 lines Don't overwrite the last character of a line if it's not a newline. This would happen if the last line in the file doesn't have a newline. (pointed out by Qwell) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101819 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-01simplify some code, tweak formatting, and reduce indentationrussell1-21/+27
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101746 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-01reduce a level of indentationrussell1-51/+55
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101745 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-01Get rid of a goto where there was no extra cleanup happening at the exit pointrussell1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101739 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-01Merged revisions 101649 via svnmerge from mmichelson1-8/+40
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r101649 | mmichelson | 2008-01-31 18:06:37 -0600 (Thu, 31 Jan 2008) | 9 lines From bugtracker: "fix totalAnalysisTime to handle periods of no channel activity" (closes issue #9256) Reported by: cmaj Patches: amd-dont-wait-too-long-for-frames-take3.diff.txt uploaded by cmaj (license 111) Tested by: cmaj, skygreg, ZX81, rjain ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101650 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-31Forgot an !mmichelson1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101580 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-31A change I made to accommodate the "linear" strategy in trunk caused queue ↵mmichelson1-5/+24
strategies to not be loaded from realtime queues. This commit fixes that. Thanks to jmls for pointing this problem out to me on IRC. This also contains some changes to S_OR where it should be used. Thanks to Qwell for pointing these out. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101578 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-31Handle the case of a NULL state_interface when checking a realtime member.mmichelson1-1/+1
Thanks to jmls for finding this issue. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101576 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-30Allow disabling the default ffwd/rewind keys in the ControlPlayback application.qwell1-4/+26
This is done in a backward compat way. If the "default" key for ffwd/rew is used for another option (such as stop), the "default" is removed. (closes issue #11754) Reported by: johan Patches: app_controlplayback.c.option3.patch uploaded by johan (license 334) Tested by: johan, qwell git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101296 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-30Removing applications that wasn't ready for svn trunk, as trunk now hasoej1-552/+0
pre-release status. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101271 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-30Make the VoicemailUsersList AMI command consistent with other manager list ↵tilghman1-1/+2
functions. (closes issue #11874) Reported by: srt Patches: voicemail_ami-11847.patch uploaded by srt (license 378) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101269 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-30Get trunk to compilemmichelson1-7/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101224 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-30Add rtppage() application to do multicast or unicast RTP paging to SIP phones.oej1-0/+556
(closes issue #11797) Reported by: macbrody Patches: app_rtppage-20080130.c uploaded by macbrody (license 352) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101218 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-30Merged revisions 101216 via svnmerge from mmichelson1-2/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r101216 | mmichelson | 2008-01-30 09:23:00 -0600 (Wed, 30 Jan 2008) | 5 lines Fix a logic error with regards to autofill. Prior to this change, it was possible for a caller to go out of turn if autofill were enabled and callers ahead in the queue were attempting to call a member. This change fixes this. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101217 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-30Add the 'n' option to SpeechBackground, which has the application not answer therussell1-6/+25
channel if it has not already been answered. (closes SPD-51) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101082 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-29Merged revisions 101035 via svnmerge from mmichelson1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r101035 | mmichelson | 2008-01-29 17:02:03 -0600 (Tue, 29 Jan 2008) | 3 lines Remove a memory leak from updating realtime queues ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101036 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-29Merged revisions 100973 via svnmerge from mmichelson1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r100973 | mmichelson | 2008-01-29 13:39:00 -0600 (Tue, 29 Jan 2008) | 6 lines Fixing an erroneous return value returned when attempting to pause or unpause a queue member fails. Fixes BE-366, thanks to John Bigelow for writing the patch. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100974 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-28Merged revisions 100672 via svnmerge from qwell1-32/+38
https://origsvn.digium.com/svn/asterisk/branches/1.4 (closes issue #11795) ........ r100672 | qwell | 2008-01-28 14:42:43 -0600 (Mon, 28 Jan 2008) | 7 lines When using ODBC_STORAGE, make sure we put greeting files into the database like we do with the others. Issue #11795 Reported by: dimas Patches: vmgreet.patch uploaded by dimas (license 88) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100676 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-25correct a real problem and silence an annoying compiler warningkpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100361 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-25Insure that we are not going to pass a NULL pointer to add_to_interfaces.mmichelson1-2/+2
(closes issue #11840) Reported by: junky git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100344 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Merged revisions 99975 via svnmerge from mmichelson1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99975 | mmichelson | 2008-01-23 14:25:00 -0600 (Wed, 23 Jan 2008) | 3 lines Fixing a typo. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99976 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Merged revisions 99923 via svnmerge from russell1-2/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99923 | russell | 2008-01-23 11:46:55 -0600 (Wed, 23 Jan 2008) | 8 lines ChanSpy issues a beep when it starts at the beginning of a list of channels to potentially spy on. However, if there were no matching channels, it would beep at you over and over, which is pretty annoying. Now, it will only beep once in the case that there are no channels to spy on, but it will still beep again once it reaches the beginning of the channel list again. (closes issue #11738, patched by me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99924 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Coding guidelines fixupstilghman1-358/+358
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99818 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Merged revisions 99777 via svnmerge from tilghman1-1/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99777 | tilghman | 2008-01-22 22:31:51 -0600 (Tue, 22 Jan 2008) | 8 lines When we reset the password via an external command, we should also reset the password stored in the in-memory list, too (otherwise it doesn't really take effect). (closes issue #11809) Reported by: davetroy Patches: fix_externpass.diff uploaded by davetroy (license 384) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99778 f38db490-d61c-443f-a65b-d21fe96a405b