aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
AgeCommit message (Collapse)AuthorFilesLines
2005-06-14remove pointless dereference (bug #4353)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5914 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-14fix return values on systems where an unsigned char is the default (bug #4455)russell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5908 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-29fix simultaneous voicemail messages -- Thanks Robert! (bug #3394)russell1-15/+64
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@4914 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-26fix short message issue (bug #2723)russell1-9/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@4104 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-23Fix formatting againcitats1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3827 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-23tweak prior commitanthm1-6/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3826 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-23Fix formattingcitats1-11/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3825 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-23allow file arg in ast_control_streamfile to accept trailing :end to indicate ↵anthm1-0/+12
an instant seek ti the end. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3824 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-23ast_control_streamfile caused seg with null stop or pause charsanthm1-6/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3823 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-17Move routines from voicemail to app for general use (part of bug #752)markster1-3/+463
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3801 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-02Fix both app_read and underlying read issue (bug #2352)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3711 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3410 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ↵citats1-1/+1
instead (except in asterisk/lock.h). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3276 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-15Fix unexpected behavior in voicemail (bug #1856)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3219 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-01Voicemail fixes (bug #1758)markster1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3124 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-01allow multiple exit characters on control_streamfile, allow '1' to skip envelopemarkster1-12/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3123 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-27More formatting fixescitats1-26/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3088 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-26enhance control_playback to have an app (app_controlplayback) and to allow ↵anthm1-6/+73
pause (inherited by app_voicemail) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3087 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-26Formatting fixescitats1-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3076 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-26add ast_control_streamfile api callanthm1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3075 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-13Add linear file generator, CIRCQ emulation for BSD (bug #1626)markster1-0/+103
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2956 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-07Code cleanupcitats1-41/+40
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2919 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-07Created API call ast_dtmf_streamanthm1-0/+45
int ast_dtmf_stream(struct ast_channel *chan,struct ast_channel *peer,char *digits,int between) changed app_senddtmf.c to use this new call added D() parameter to app_dial to allow post connect dtmf stream to be sent using above call -Tony git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2918 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-03Change strlen calls to ast_strlen_zero in voicemail checking stuff because ↵citats1-4/+5
it is called all the time git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2870 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
2003-06-11Use digit/response timeoutsmarkster1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1081 f38db490-d61c-443f-a65b-d21fe96a405b
2003-05-25Fix searching for non-default mailboxesmarkster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1055 f38db490-d61c-443f-a65b-d21fe96a405b
2003-05-10Make voicemail segmentable into multiple contextsmarkster1-4/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@986 f38db490-d61c-443f-a65b-d21fe96a405b
2003-03-26Fix silly typomarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@689 f38db490-d61c-443f-a65b-d21fe96a405b
2003-03-26Make SIP message notify send detail MWI infomarkster1-2/+65
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@688 f38db490-d61c-443f-a65b-d21fe96a405b
2003-02-24Mon Feb 24 07:00:01 CET 2003matteo1-1/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@622 f38db490-d61c-443f-a65b-d21fe96a405b
2003-02-23Sun Feb 23 07:00:00 CET 2003matteo1-0/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@621 f38db490-d61c-443f-a65b-d21fe96a405b
2003-01-30Version 0.3.0 from FTPmarkster1-0/+104
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@593 f38db490-d61c-443f-a65b-d21fe96a405b
2001-08-05Version 0.1.9 from FTPmarkster1-0/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@350 f38db490-d61c-443f-a65b-d21fe96a405b