Skip to content

Commit

Permalink
looks like a typo (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
onnet authored and lazedo committed Mar 29, 2017
1 parent 07a5bb5 commit 0b5ef52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/crossbar/doc/metaflows.md
Expand Up @@ -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

Expand Down

0 comments on commit 0b5ef52

Please sign in to comment.