dect
/
asterisk
Archived
13
0
Fork 0

Version 0.1.11 from FTP

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@409 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2002-01-23 20:56:52 +00:00
parent 8a4675db78
commit e5f20511ef
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;