aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2006-04-06Merged revisions 18087 via svnmerge from kpfleming1-14/+44
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r18087 | kpfleming | 2006-04-06 17:04:58 -0500 (Thu, 06 Apr 2006) | 3 lines don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn the user when they attempt to use them (issue #6675) update application help text to more clearly define when Zaptel and chan_zap are required ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18090 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06 More code optimizations. Thanks kpfleming! bweschke1-13/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18025 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06 Fix a problem where if the channel was hungup during detection, the ↵bweschke1-29/+54
application wouldn't block indefinitely looking for another frame from that channel. Don't try to do frame size analysis on a frame that isn't voice, only report DEBUG and VERBOSE msgs to the logger channels when the DEBUG and VERBOSE settings are high enough to require it, and some other minor cleanups. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18023 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Merged revisions 17905 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r17905 | file | 2006-04-06 14:00:10 -0300 (Thu, 06 Apr 2006) | 2 lines Update email address to my Digium one ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17914 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06convert one more file...rizzo1-9/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17866 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06convert a couple of applications to the new module stylerizzo2-10/+17
(STATIC_MODULE) to show what needs to be changed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17791 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) ↵tilghman3-5/+5
rand() to threadsafe ast_random() git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17627 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-05Bug 6508 - if priority was a number, then findlabel failstilghman1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17626 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-05Bug 6886 - Add application TryExec, which does mostly the same thing, but ↵tilghman1-12/+79
returns differently git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17454 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-04Issue #6882 oej1-25/+23
- move "res=-1" out of verbose block. - minor code cleanup Imported from 1.2 branch git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17350 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-04minor code clean up from 6880mogorman1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17312 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-04Merged revisions 17283 via svnmerge from mogorman1-1/+1
https://svn.digium.com/svn/asterisk/branches/1.2 ........ r17283 | mogorman | 2006-04-04 10:24:50 -0500 (Tue, 04 Apr 2006) | 3 lines Adds documentation to show what the w flag. Patch from Ian Kinner at Digium. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17284 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-01Removed "frog" command (so it could be moved to cli.c)jdixon1-31/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16869 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30localize a variablerizzo1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16562 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30use ast_strdup instead of strduprizzo1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16561 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo6-6/+6
in pbx_exec is always 1 so it can be removed. This change also takes away ast_exec_extension(), and lets all switch functions (exists, canmatch, exec, matchmore) all use the same prototype, which makes the code a bit cleaner. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16558 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej2-20/+28
Thanks everyone involved for hard work, testing and testing! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16473 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29Merged revisions 16192 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r16192 | tilghman | 2006-03-29 13:11:18 -0600 (Wed, 29 Mar 2006) | 2 lines Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16193 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29Normalize some cli completion code.rizzo1-41/+27
On passing, replace strdup with ast_strdup() and remove the now useless checks for NULL since ast_strdup() can handle it correctly. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15895 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28more command completion normalizationrizzo1-26/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15858 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28remove the long since unused STANDARD_LOCAL_USERS macrorizzo2-3/+0
so that new apps will not try to use it by mistake. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15517 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman4-6/+6
to S_OR functions. from bug note 6805 with minor modifications. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15283 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-26rename file to match new application namekpfleming1-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15067 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-26rename application to have a more logical namekpfleming1-21/+19
various code cleanups don't steal copyright from author git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-24/+56
on reload. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14953 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-25Bug 6508 - Redirect arbitrary channel to another extension from the dialplantilghman1-0/+160
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14915 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-25Merged revisions 14830 via svnmerge from tilghman1-3/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r14830 | tilghman | 2006-03-24 23:01:16 -0600 (Fri, 24 Mar 2006) | 2 lines Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14837 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-25Merged revisions 14821 via svnmerge from tilghman1-2/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r14821 | tilghman | 2006-03-24 22:09:04 -0600 (Fri, 24 Mar 2006) | 2 lines Bug 6783 - When context is specified, voicemail should look for mailboxes in that context ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14822 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-24Add missingrizzo2-0/+8
#include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") to these files. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14714 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-24Merged revisions 14659 via svnmerge from bweschke1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r14659 | bweschke | 2006-03-23 22:53:42 -0600 (Thu, 23 Mar 2006) | 3 lines Fix a typo in the app description ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14660 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-23Merged revisions 14467 via svnmerge from bweschke1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r14467 | bweschke | 2006-03-23 14:43:05 -0600 (Thu, 23 Mar 2006) | 3 lines Bug #5884 - fix a possible race state in app_meetme when a channel has gone away and we are reading continuously for more frames. (mneuhauser) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14470 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-23Merged revisions 14462 via svnmerge from russell1-8/+9
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r14462 | russell | 2006-03-23 15:13:48 -0500 (Thu, 23 Mar 2006) | 2 lines don't crash when asked to read from a file that doesn't exist (issue #6786) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14463 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-22Merged revisions 14276 via svnmerge from file1-2/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r14276 | file | 2006-03-22 18:18:32 -0400 (Wed, 22 Mar 2006) | 2 lines Fix a minor code issue ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14279 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-22Merged revisions 14275 via svnmerge from file1-18/+36
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r14275 | file | 2006-03-22 18:13:30 -0400 (Wed, 22 Mar 2006) | 2 lines Issue #6781 - Verbose levels not enforced in app_voicemail (Reported by flobi) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14277 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-21Merged revisions 13851 via svnmerge from russell1-1/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r13851 | russell | 2006-03-21 10:53:27 -0500 (Tue, 21 Mar 2006) | 2 lines don't add conference participant if the user hangs up while recording their name (issue #6661) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13852 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-21Merged revisions 13748 via svnmerge from tilghman1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r13748 | tilghman | 2006-03-21 00:24:56 -0600 (Tue, 21 Mar 2006) | 2 lines Bug 6714 - Workaround to avoid retrieving incomplete voicemail message ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13749 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-21Meetme file is parsed with comma-delimiters, not vertical barstilghman1-15/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13733 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-19Merged revisions 13550 via svnmerge from russell1-3/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r13550 | russell | 2006-03-19 04:59:55 -0500 (Sun, 19 Mar 2006) | 4 lines revert the change made in revision 12927 in favor of keeping the original behavior of the option. The documentation has now been updated to reflect the actual behavior. (issue #6523) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13587 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-15Bug 6316 - Add flag to not speak single user announcementtilghman1-29/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13067 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14update to reflect conversion of the accountcode to use stringfields (issue ↵russell1-1/+1
#6722) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12961 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14Merged revisions 12927 via svnmerge from russell1-1/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r12927 | russell | 2006-03-14 13:41:05 -0500 (Tue, 14 Mar 2006) | 3 lines when using the G() option to Dial, fix sending the called channel to 1 priority beyond what was specified (issue #6523) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12928 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14Merged revisions 12925 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r12925 | russell | 2006-03-14 13:28:39 -0500 (Tue, 14 Mar 2006) | 3 lines fix a problem with not loading realtime queue members by always reloading a realtime queue from the database even if it is found in the list (issue #6680) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12926 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14add a couple of variables to clarify some code (issue #6700)russell1-6/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12924 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14Small fixes to the messagecount function (while trying to understandoej1-4/+4
a bug report...) - Remove unused variable "ret" - Declare char* pointers in the block where they are used git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12843 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-13Bug 6526 - Add a reference count to avoid crashtilghman1-18/+46
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12766 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-12README files have changed names, better change references too :-)oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12572 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-11Bug 6459 - tell manager when queue is abandonedtilghman1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12501 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-07Bug 5702 - Realtime patch for meetmetilghman1-4/+62
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12232 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-06Initialize variable (fix by Luigi Rizzo)oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11983 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-04Merged revisions 11778 via svnmerge from bweschke1-11/+11
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11778 | bweschke | 2006-03-04 06:45:37 -0500 (Sat, 04 Mar 2006) | 3 lines Substitute variables in the post_process string (if it exists) before those variables could possibly disappear (channel hangup) #6462 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11779 f38db490-d61c-443f-a65b-d21fe96a405b