aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_read.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-02Fix both app_read and underlying read issue (bug #2352)markster1-2/+5
2004-06-30Read/Record updates (bug #1947)markster1-13/+31
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-02Fix app_read to return string even if not # terminated (bug #1769)markster1-1/+1
2004-05-09More ast_strlen_zero changescitats1-7/+7
2004-03-22More app_read.c fixes (bug 1261)citats1-7/+10
2004-03-21Enhance to accept a maximum of N digits. Bug #1261jeremy1-4/+20
2003-11-10Store read data in a variablemarkster1-1/+8
2003-11-10Add "read" applicationmarkster1-0/+97