summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-03-30 05:06:54 +0000
committerMatthew Jordan <mjordan@digium.com>2013-03-30 05:06:54 +0000
commite8015cc4603773288525508fc4635993efc654ce (patch)
treeb0723a48cab61cecd2b8ba081d89e1205ef0e3db /apps
parentd16efd5be89892f00465241ad8a83d7ea542f585 (diff)
Convert TestEvent AMI events over to Stasis Core
This patch migrates the TestEvent AMI events to first be dispatched over the Stasis-Core message bus. This helps to preserve the ordering of the events with other events in the AMI system, such as the various channel related events. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384389 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index c2de8da39..5b3dd73f1 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -10953,7 +10953,6 @@ static int vm_execmain(struct ast_channel *chan, const char *data)
/* If ADSI is supported, setup login screen */
adsi_begin(chan, &useadsi);
- ast_test_suite_assert(valid);
if (!valid) {
goto out;
}