]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
chan_pjsip: Add a test event for fast picture updates
authorMatthew Jordan <mjordan@digium.com>
Thu, 26 Jun 2014 17:16:44 +0000 (17:16 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 26 Jun 2014 17:16:44 +0000 (17:16 +0000)
This will drive the test on review r3419. Note that the patch for this was
done by Ben Ford, although it was slightly modified for this commit.

ASTERISK-23562
Reported by: Matt Jordan

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@417399 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_pjsip.c

index fcf2a4c1d9b5a7316993e92a6a8a9ebf8064df8d..ee033b5113c758ebb23ce22c3c03809d3d674da9 100644 (file)
@@ -60,6 +60,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include "asterisk/threadstorage.h"
 #include "asterisk/features_config.h"
 #include "asterisk/pickup.h"
+#include "asterisk/test.h"
 
 #include "asterisk/res_pjsip.h"
 #include "asterisk/res_pjsip_session.h"
@@ -1140,7 +1141,9 @@ static int chan_pjsip_indicate(struct ast_channel *ast, int condition, const voi
                                        ao2_cleanup(channel->session);
                                }
                        }
+                       ast_test_suite_event_notify("AST_CONTROL_VIDUPDATE", "Result: Success");
                } else {
+                       ast_test_suite_event_notify("AST_CONTROL_VIDUPDATE", "Result: Failure");
                        res = -1;
                }
                break;