From aa5fc8c25632317394c2afcb46a20323900ad793 Mon Sep 17 00:00:00 2001 From: tilghman Date: Mon, 28 Jul 2008 16:49:29 +0000 Subject: Change SendImage() to output a more consistent status variable. (closes issue #13134) Reported by: eliel Patches: app_image.c.patch uploaded by eliel (license 64) UPGRADE.patch uploaded by eliel (license 64) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134088 f38db490-d61c-443f-a65b-d21fe96a405b --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index de3374628..27813f0bc 100644 --- a/CHANGES +++ b/CHANGES @@ -102,6 +102,10 @@ Application Changes * The Dial() application no longer copies the language used by the caller to the callee's channel. If you desire for the caller's channel's language to be used for file playback to the callee, then the file specified may be prepended with "${CHANNEL(language)}/" . + * SendImage() no longer hangs up the channel on error; instead, it sets the + status variable SENDIMAGESTATUS to one of 'SUCCESS', 'FAILURE', or + 'UNSUPPORTED'. This change makes SendImage() more consistent with other + applications. SIP Changes ----------- -- cgit v1.2.3