Index: UPGRADE.txt =================================================================== --- UPGRADE.txt (revision 133565) +++ UPGRADE.txt (working copy) @@ -97,6 +97,12 @@ Applications: +* SendImage() no longer hangups the channel on transmission error, or on + another type of error, in those cases a FAILURE status is stored in + SENDIMAGESTATUS and continues with dialplan execution. + The possible return values stored in SENDIMAGESTATUS are: SUCCESS, + FAILURE or UNSUPPORTED. ('OK' is deprecated and replaced with 'SUCCESS', also + 'NOSUPPORT' is deprecated and replaced with 'UNSUPPORTED'). * ChanIsAvail() now has a 't' option, which allows the specified device to be queried for state without consulting the channel drivers. This performs mostly a 'ChanExists' sort of function.