[asterisk-bugs] [Asterisk 0013145]: [patch] Added format_png to asterisk.
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Aug 4 13:26:30 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13145
======================================================================
Reported By: eliel
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13145
Category: Formats/NewFeature
Reproducibility: always
Severity: feature
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 133236
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-07-23 16:40 CDT
Last Modified: 2008-08-04 13:26 CDT
======================================================================
Summary: [patch] Added format_png to asterisk.
Description:
Maybe this is not so useful, working with a softphone to support image
reception, I realized that there was no support for png and here it is.
Also notice that frame.c "whish" to support PNG too:
{ AST_FORMAT_PNG, "png", 0, "PNG image"},
======================================================================
----------------------------------------------------------------------
(0091056) eliel (manager) - 2008-08-04 13:26
http://bugs.digium.com/view.php?id=13145#c91056
----------------------------------------------------------------------
png file exntension could be png or PNG. so, .exts = "png|PNG";
move from:
if (a)
b;
to:
if(a) {
b;
}
Issue History
Date Modified Username Field Change
======================================================================
2008-08-04 13:26 eliel Note Added: 0091056
======================================================================
More information about the asterisk-bugs
mailing list