aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-10-05properly report hangupcause when ast_request() fails for the last (or only) t...kpfleming1-0/+2
2005-10-05add VMCOUNT() function to replace HasVoicemail/HasNewVoicemail apps (issue #5...kpfleming1-56/+116
2005-10-05don't twiddle memory that doesn't belong to us (issue #5348)kpfleming1-1/+1
2005-10-04fix memory leak and unload problems (issue #5380)kpfleming1-15/+19
2005-09-30fix queues properly (issue #5300, take two)kpfleming1-6/+8
2005-09-29ensure that app_queue won't crash if no members are defined via Realtime (iss...kpfleming1-0/+5
2005-09-28make sure to LOCAL_USER_REMOVE in all cases where the application can exit (i...russell1-1/+4
2005-09-28fix logic error that breaks queue exit (issue #5312)russell1-1/+2
2005-09-26move variable declaration to the beginning of the function (issue #5299)russell1-2/+1
2005-09-26don't drop the caller just because it's not time to play an announcement (iss...kpfleming1-3/+3
2005-09-25support new version of OSP toolkit (issue #5168)kpfleming1-1/+1
2005-09-25correct logic errors (issue #5258)kpfleming1-2/+2
2005-09-25correct sense of logic test (issue #5259)kpfleming1-1/+1
2005-09-25Make curl a functionmarkster1-22/+86
2005-09-25Fix meet me / local channel (bug #5274)markster1-3/+4
2005-09-24fix copy-and-paste errorkpfleming1-2/+2
2005-09-24Fix directed pickup deadlock bug (bug #5270)markster1-1/+4
2005-09-23Added support for iaxrpt gui clientjim1-12/+88
2005-09-15add Pickup() application (issue #4865)kpfleming2-1/+161
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming15-81/+222
2005-09-15_really_ fix app_directory (doh... how did I miss this before?) (issue #5232,...kpfleming1-14/+9
2005-09-15ensure that Record() will exit even if no audio is received from the channel ...kpfleming1-11/+15
2005-09-15revert a portion of issue #5138 which broke this app (issue #5232)kpfleming1-4/+10
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming67-339/+1080
2005-09-14allow channel receive gain to be adjusted while recording messages/greetings ...kpfleming1-620/+671
2005-09-14deprecate EnumLookup() applicationkpfleming1-1/+7
2005-09-14make While() able to find the matching EndWhile() for when the condition is z...kpfleming1-0/+85
2005-09-14add status variable output and jumping control to SendURL() (issue #4812)kpfleming1-43/+69
2005-09-14extensive ENUM support update, including ENUMLOOKUP() dialplan function (issu...kpfleming1-4/+7
2005-09-13ensure that user events are identified with the correct type (issue #5200)russell1-2/+2
2005-09-12Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)markster1-3/+3
2005-09-11Better improved HF interfacejim1-114/+272
2005-09-09Set filaneme BEFORE we return from open_mailbox() if we don't have positive m...twisted1-1/+6
2005-09-08Fixed signalling problem with pciradiojim1-7/+7
2005-09-07ensure that TRANSFERSTATUS can return FAILURE (issue #5146)kpfleming1-1/+2
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-5/+5
2005-09-07put a limit on Macro depth (to combat recursion) (issue #5114)kpfleming1-2/+23
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming17-110/+62
2005-09-07eliminate signedness warnings (issue #5130)kpfleming1-5/+5
2005-09-07eliminate signedness warnings (issue #5129)kpfleming3-22/+25
2005-09-07add status variable output to System() app (issue #5121)kpfleming1-9/+34
2005-09-07fix some race conditionskpfleming1-14/+13
2005-09-07reset channel volumes when exiting apps that use themkpfleming2-8/+20
2005-09-07re-add 'listen' volume controlkpfleming1-87/+137
2005-09-07another bugletkpfleming1-1/+1
2005-09-07actually do issue #4170 right... it was supposed to adjust talk volume, not l...kpfleming1-26/+26
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming2-113/+281
2005-09-01fix stupid thinko (thanks velter!)kpfleming1-2/+2
2005-09-01ensure that file handles are never double closedkpfleming1-9/+12
2005-09-01minor optimizationkpfleming1-1/+2