config: classifying speech to event 07/10507/1
authorJanos Kovacs <jankovac503@gmail.com>
Tue, 1 Oct 2013 16:17:46 +0000 (19:17 +0300)
committerJaska Uimonen <jaska.uimonen@helsinki.fi>
Wed, 2 Oct 2013 20:52:16 +0000 (23:52 +0300)
Change-Id: I4b6dbd65bf8922b987b3ec026598a67f319041af

murphy/murphy-ivi.lua

index 4d24925..7384118 100644 (file)
@@ -37,12 +37,14 @@ routing_group {
 }
 
 application_class {
+    class = "event",
     node_type = node.event,
     priority = 6,
     route = {
         output = { driver = routing_group.default_driver_output }
     },
-    roles = { event = no_resource }
+    roles = { event  = no_resource,
+              speech = no_resource }
 }
 
 application_class {