Small SIP fix, voicemail fix, and some delivery fixes on new apps

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2581 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-03-29 08:20:35 +00:00
parent 2c0d0d836c
commit 3e9c337946
4 changed files with 7 additions and 1 deletions

View File

@@ -150,6 +150,8 @@ static int NBScat_exec(struct ast_channel *chan, void *data)
myf.f.subclass = AST_FORMAT_SLINEAR;
myf.f.datalen = res;
myf.f.samples = res / 2;
myf.f.delivery.tv_usec = 0;
myf.f.delivery.tv_sec = 0;
myf.f.mallocd = 0;
myf.f.offset = AST_FRIENDLY_OFFSET;
myf.f.src = __PRETTY_FUNCTION__;