mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-31 18:55:19 +00:00
Bug #1087. Fix wav49 format so it can be played. Make file functions
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: https://origsvn.digium.com/svn/asterisk/trunk@2247 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -47,7 +47,7 @@ static int glistcnt = 0;
|
||||
|
||||
static char *name = "g723sf";
|
||||
static char *desc = "G.723.1 Simple Timestamp File Format";
|
||||
static char *exts = "g723";
|
||||
static char *exts = "g723|g723sf";
|
||||
|
||||
static struct ast_filestream *g723_open(int fd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user