From 0b5ef52c1270bc725d71a62eefaf9849bb5a381a Mon Sep 17 00:00:00 2001 From: OnNet Date: Thu, 30 Mar 2017 00:17:49 +0300 Subject: [PATCH] looks like a typo (#3509) https://github.com/2600hz/kazoo/blob/master/applications/konami/src/module/konami_callflow.erl#L36-L37 --- applications/crossbar/doc/metaflows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/crossbar/doc/metaflows.md b/applications/crossbar/doc/metaflows.md index d41bde9ceaa..65a60a3b167 100644 --- a/applications/crossbar/doc/metaflows.md +++ b/applications/crossbar/doc/metaflows.md @@ -87,10 +87,10 @@ This regex will match 1 and any four digits (let's say 2001). The _data_ object "data":{ "collected":"12001" - ,"captured":["2001"] + ,"captures":["2001"] } -The callflow metaflow module, in this case, would look at the "captured" list and take the first element. Using that, it would look up a callflow and, if found, ask a callflow app to execute that extension's callflow against the call (why, I'm not sure yet, but it is there). +The callflow metaflow module, in this case, would look at the "captures" list and take the first element. Using that, it would look up a callflow and, if found, ask a callflow app to execute that extension's callflow against the call (why, I'm not sure yet, but it is there). ###### Binding Digit