Version 0.1.11 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@409 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2002-01-23 20:56:52 +00:00
parent 239b43d953
commit 42b068e43e
1 changed files with 2 additions and 0 deletions

View File

@ -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;