{
"_id": "metaflows",
"_rev": "8-7fa71da774e5d0cefcbec95b9ae2106f",
"default": {
"patterns": {
"^2(\\d+)$": {
"data": {
"takeback_dtmf": "1"
},
"module": "transfer"
}
},
"numbers": {
"8": {
"data": {
},
"module": "hold"
}
},
"binding_digit": "*",
"digit_timeout_ms": 800,
"default_metaflow": "true"
},Mar 22 13:37:13 KZ1 2600hz[1292]: |38387f106ab2dc8a...@XX.X.XXX.30|konami_listener:116 (<0.31452.18>) no account id for undefined(undefined) owned by undefined
I have been trying to get attended transfer to work and believe I have the default metaflow set up correctly in the system_config as well as the specific account. Konami is running.{ "_id":"metaflows", "_rev":"8-7fa71da774e5d0cefcbec95b9ae2106f", "default":{ ",patterns":{ ", "^2(\\d+)$":{ "}data":{ ", "takeback_dtmf":"1"}module":"transfer"}numbers":{ ", "8":{ "}data":{ }, "module":"hold"}binding_digit":"*", "digit_timeout_ms":800, "default_metaflow":"true"}Freeswitch sees the DTMF, but there is no evidence that kazoo is notified or aware. Outside of running the konami_maintenance sup commands, setting the patterns and numbers in the metaflow records and making sure konami is running, are there other areas to be configured to enable metaflows?There is only one entry in kazoo.log mentioning konami
Mar 22 13:37:13 KZ1 2600hz[1292]: |38387f106ab2dc8a62a73c9a7994898...@XX.X.XXX.30|konami_listener:116 (<0.31452.18>) no account id for undefined(undefined) owned by undefined
I have been trying to get attended transfer to work and believe I have the default metaflow set up correctly in the system_config as well as the specific account. Konami is running.{ "_id":"metaflows", "_rev":"8-7fa71da774e5d0cefcbec95b9ae2106f", "default":{ ",patterns":{ ", "^2(\\d+)$":{ "}data":{ ", "takeback_dtmf":"1"}module":"transfer"}numbers":{ ", "8":{ "}data":{ }, "module":"hold"}binding_digit":"*", "digit_timeout_ms":800, "default_metaflow":"true"}Freeswitch sees the DTMF, but there is no evidence that kazoo is notified or aware. Outside of running the konami_maintenance sup commands, setting the patterns and numbers in the metaflow records and making sure konami is running, are there other areas to be configured to enable metaflows?There is only one entry in kazoo.log mentioning konami
Mar 22 13:37:13 KZ1 2600hz[1292]: |38387f106ab2dc8a62a73c9a7994898...@XX.X.XXX.30|konami_listener:116 (<0.31452.18>) no account id for undefined(undefined) owned by undefined
-- You received this message because you are subscribed to the Google Groups "2600hz-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to 2600hz-users...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "2600hz-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to 2600hz-users+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.--
You received this message because you are subscribed to a topic in the Google Groups "2600hz-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/2600hz-users/fU16vZKnJFQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 2600hz-users+unsubscribe@googlegroups.com.
"metaflows": {
"numbers": {
},
"patterns": {
"^2(\\d{2,4})?#$": {
"module": "transfer",
"data": {
"takeback_dtmf": "1"
}
}
},
"binding_digit": "*",
"listen_on": "self",
"digit_timeout_ms": "900",
"default_metaflow": true
},
- you could use API, which is preferrable:
https://github.com/2600hz/kazoo/blob/master/applications/crossbar/doc/metaflows.md-- You received this message because you are subscribed to the Google Groups "2600hz-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to 2600hz-users...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
I have been trying to get attended transfer to work and believe I have the default metaflow set up correctly in the system_config as well as the specific account. Konami is running.{ "_id":"metaflows", "_rev":"8-7fa71da774e5d0cefcbec95b9ae2106f", "default":{ ",patterns":{ ", "^2(\\d+)$":{ "}data":{ ", "takeback_dtmf":"1"}module":"transfer"}numbers":{ ", "8":{ "}data":{ }, "module":"hold"}binding_digit":"*", "digit_timeout_ms":800, "default_metaflow":"true"}Freeswitch sees the DTMF, but there is no evidence that kazoo is notified or aware. Outside of running the konami_maintenance sup commands, setting the patterns and numbers in the metaflow records and making sure konami is running, are there other areas to be configured to enable metaflows?There is only one entry in kazoo.log mentioning konami
Mar 22 13:37:13 KZ1 2600hz[1292]: |38387f106ab2dc8a62a73c9a7994898...@XX.X.XXX.30|konami_listener:116 (<0.31452.18>) no account id for undefined(undefined) owned by undefined
Mar 22 13:37:13 KZ1 2600hz[1292]: |38387f106ab2dc8a62a73c9a799489...@XX.X.XXX.30|konami_listener:116 (<0.31452.18>) no account id for undefined(undefined) owned by undefined
Additionally, it seems that feature codes initiated while in a call (like *3 park or *4 valet) do not work either. Feature codes like *0 intercom, *11/*12 enable/disable hot desk, *67 privacy, *98 voicemail, etc. that get initiated from an on hook state all work. In fact, *3 and *4 are recognized by kazoo, routed, and dispositioned correctly when initiated without a call being in progress (cold start/on hook condition). The only problem is that there is no active call to park/retrieve.It seems there is a piece missing when freeswitch has an active call and either feature code or konami codes are pressed.Are both the metaflow and in call feature code issues related? Perhaps a configuration parameter that alerts freeswitch to communicate DTMF to kazoo for further processing and action?Your guidance on next steps is appreciated.
--