aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.0-beta2@7220 ↵kpfleming1-1/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01when going through new user setup, don't change the password if they don'trussell1-20/+25
match. Also, allow 3 tries before bailing out. (issue #5495, different fix) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6922 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31handle comments containing what appear to be context names during ↵kpfleming1-46/+84
voicemail.conf updates better (issue #5385) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6917 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not ↵kpfleming1-121/+53
say it is allowed (issue #5083) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6904 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31correct commentkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6899 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28update Makefile for new app namekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6886 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28complete the rename of MuxMon to MixMonitorkpfleming1-456/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6885 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and ↵kpfleming3-921/+580
reducing locking conflicts (nearly) complete rewrite of app_muxmon, renaming the application to MixMonitor and fixing a large number of bugs and inconsistencies update app_chanspy to use new spy infrastructure git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6884 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28use API call for frame volume adjustmentkpfleming1-18/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6878 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-27strncpy to ast_copy_stringrussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell59-109/+108
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26Many changes and new stuff including Reverse Autopatch and completely new ↵jim1-68/+589
authentication system no longer requiring static IP address assignment. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell86-191/+186
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-23Fix app_disa to set the proper variable before goign to invalid (bug #5439)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6845 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-21Fix DISA documentation (bug #5461)markster1-23/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6837 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-20fix up help text (issue #5479)russell1-5/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6834 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell74-404/+816
In general, LOCAL_USER_ADD/REMOVE should be the first/last thing called in an application. An exception is if there is some *fast* setup code that might halt the execution of the application, such as checking to see if an argument exists. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6832 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18it's a good idea to unregister everything before calling ↵russell85-225/+671
STANDARD_HANGUP_LOCALUSERS git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18Fix segfault in app queue when no cdr exists for the calling channel (bug #5462)markster1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6824 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18Small paging fixups (bug #5460)markster2-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6819 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18Fix off-by-one issue with sort (bug #5459)markster1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6816 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18Don't only accept AST_DEVICE_UNKNOWN when we're trying to determine if the ↵twisted1-1/+1
device is in use. (Bug # 5338) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6815 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18implement TXTCIDNAME as a dialplan function and mark the application deprecatedrussell1-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6813 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18remove unnecessary config file loadingrussell1-41/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6812 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-17Fix queue, iax and sip formatting issues (bug #5449)markster1-17/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6811 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-16minor changes and eliminate some compiler warningskpfleming2-6/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6803 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-16Add muxmon application (bug #4735 with mods, thanks tony!)markster3-1/+1058
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6795 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14Don't wait for channels to answer before moving on!markster1-4/+55
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6785 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14ensure Dial() options are sorted in help output (issue #5386)kpfleming1-40/+40
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6784 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14ensure that message envelopes are retrieved from ODBC storage when advanced ↵kpfleming1-0/+2
options menu is used (issue #5393) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6783 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13make DISA() use 'i' extension if it exists (issue #5439 with mods)kpfleming1-14/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6779 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13remove unused variablekpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6774 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13add auto-monitor support (issue #5411)kpfleming2-2/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6773 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13update docs to reflect that priority jumping only occurs when the globalrussell1-2/+4
option is enabled git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6769 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13Fix crash in chanspy (bug #5332)markster1-19/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6768 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13Log timeouts in queues when the call timeout is set from the dialplan (Bug ↵twisted1-0/+3
#5422) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6761 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13make new app conform to coding guidelines :-(kpfleming1-31/+45
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6755 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13Make sure paging can be duplex if necessarymarkster1-5/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6754 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-12Fix "bug" of not being able to page multiple phonesmarkster2-1/+126
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6753 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-11Fix directed pickup to a call that is up (bug #5425 with mods)markster1-6/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6743 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-05properly report hangupcause when ast_request() fails for the last (or only) ↵kpfleming1-0/+2
target of a dial operation (issue #5394, different fix) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6735 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-05add VMCOUNT() function to replace HasVoicemail/HasNewVoicemail apps (issue ↵kpfleming1-56/+116
#5335) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6731 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-05don't twiddle memory that doesn't belong to us (issue #5348)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6727 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-04fix memory leak and unload problems (issue #5380)kpfleming1-15/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6719 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-30fix queues properly (issue #5300, take two)kpfleming1-6/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6699 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-29ensure that app_queue won't crash if no members are defined via Realtime ↵kpfleming1-0/+5
(issue #5300) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6693 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-28make sure to LOCAL_USER_REMOVE in all cases where the application can exit ↵russell1-1/+4
(issue #5307) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6678 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-28fix logic error that breaks queue exit (issue #5312)russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6677 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-26move variable declaration to the beginning of the function (issue #5299)russell1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6667 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-26don't drop the caller just because it's not time to play an announcement ↵kpfleming1-3/+3
(issue #5279) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6655 f38db490-d61c-443f-a65b-d21fe96a405b