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
........
Merged revisions 417399 from http://svn.asterisk.org/svn/asterisk/branches/12
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@417400
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
#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"
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;