aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_record.c
AgeCommit message (Collapse)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21issue #5787russell1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7163 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-1/+2
add missing includes of stdio.h remove some unused and duplicate headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07application doc updatekpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6992 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06issue #5605russell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06alphabetize option listsrussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6975 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01optionally send silence during recording (issue #5135)kpfleming1-100/+111
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6925 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-6/+16
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 ↵russell1-1/+6
STANDARD_HANGUP_LOCALUSERS git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15ensure that Record() will exit even if no audio is received from the channel ↵kpfleming1-11/+15
(issue #4899) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6610 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30Add SIP video fixesmarkster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6448 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23reverse commit due to lack of disclaimerkpfleming1-14/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6367 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23make Record() properly timeout even if no input is received from the channel ↵kpfleming1-9/+14
(issue #4899) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6366 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06the last round of file version tagskpfleming1-2/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03add support for Sun Microsystems AU audio format (bug #4428 with minor mods)kpfleming1-1/+1
remove hardcoded format list from app_record help text git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5837 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-9/+9
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-05Add option to disable beep to record (bug #3508, with mods)markster1-7/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4969 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-23Fix Record with "." in filename (bug #2923)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4321 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-17Fix silence detection in app_record (bug #2883)markster1-39/+38
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4269 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-31Ouch.markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4133 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-28Fix record appmarkster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4124 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-28Fix potential seg if someone doesn't specify an extensionmarkster1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4122 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-28Record application updates (bug #2627)markster1-88/+59
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4120 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-12Eliminate extraneous message (bug #2633)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3984 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-23tweak prior commitanthm1-5/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3826 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-14Merge rgagnon's pedantic string changes (apps n-z) (bug #2038)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3429 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-30Read/Record updates (bug #1947)markster1-24/+83
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3363 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ↵citats1-1/+0
instead (except in asterisk/lock.h). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3277 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-25It's angler's first patch!markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3073 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2644 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2572 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-22Store recorded file in RECORDED_FILE if %d is used... (bug #1062)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2519 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-25Bug #1087. Fix wav49 format so it can be played. Make file functionscitats1-3/+3
looking for extension use f->exts instead of f->name. Fix bug where error message didn't print file extension. Fix comments in header file. Everything is completely backwards compatible git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2247 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-30Improve documentation of app_record (bug #942)markster1-4/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2093 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-23Various warning cleanupsmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1782 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-28Don't free sildet unless we have onemarkster1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1679 f38db490-d61c-443f-a65b-d21fe96a405b
2003-06-29Add H.263 video supportmarkster1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1131 f38db490-d61c-443f-a65b-d21fe96a405b
2003-04-28Add silence detection to app_recordmarkster1-7/+75
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@926 f38db490-d61c-443f-a65b-d21fe96a405b
2003-04-14When recording, strip off last 1/4 second from recordingsmarkster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@848 f38db490-d61c-443f-a65b-d21fe96a405b
2003-03-28Use '|' or ':' on app_recordmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@708 f38db490-d61c-443f-a65b-d21fe96a405b
2002-07-12Version 0.2.0 from FTPmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@484 f38db490-d61c-443f-a65b-d21fe96a405b
2002-06-19Version 0.1.12 from FTPmarkster1-5/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@462 f38db490-d61c-443f-a65b-d21fe96a405b
2001-10-18Version 0.1.10 from FTPmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@376 f38db490-d61c-443f-a65b-d21fe96a405b
2001-07-26Version 0.1.9 from FTPmarkster1-4/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@344 f38db490-d61c-443f-a65b-d21fe96a405b
2001-04-13Version 0.1.8 from FTPmarkster1-0/+168
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@280 f38db490-d61c-443f-a65b-d21fe96a405b