Skip to content
Snippets Groups Projects
Commit 42b068e4 authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.1.11 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@409 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 239b43d9
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ void ast_image_unregister(struct ast_imager *img)
int ast_supports_images(struct ast_channel *chan)
{
if (!chan || !chan->pvt)
return 0;
if (!chan->pvt->send_image)
return 0;
return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment