-
btrachtcan i route defined external CIDs to a specific callflow?
-
mc_btracht: there's a check_cid callflow action for branching based on CID
-
btrachtfor 'branching'?
-
mc_yes, you want to branch based on CID
-
btrachtwhat i am trying to do (is it possible): set up a callflow with DISA. if caller id matches xxx-xxx-xxxx go directly to this callflow, otherwise follow normal incoming callflow
-
mc_if CID == match criteria, branch to callflow ABC; otherwise branch to ZYX
-
mc_you could look at a preflow to do the matching
-
mc_DISA typically requires a PIN to allow usage
-
btrachtmc_: do i need to enable or add the check_cid module?
-
mc_should be part of callflow
-
btrachtgetting a 400 error: usercontent.irccloud-cdn.com/file/wxD64rBF/image.png
-
btrachti have a callflow id as the target. is that not ocorrect?
-
BadRequestI think the error is self-explanatory. It is telling you it is expecting an object as the value for that field, not an string.
-
btrachtBadRequest: i am using postman and when i made the value an object postman was throwing an error. i realized a had a typo and was able to correct
-
btrachtthank you
-
BadRequestYou are welcome.
-
btrachtmy cid_check still doesn't work but at least i was able to add it... one step closer
-
btrachtgot it working!!! thank you mc_
-
btrachtand BadRequest
-
btrachtmc_: for each cid i want to match do i need a separate entry or can i have an array of values?
-
BadRequestbtracht: According to the documentation, it is a regex github.com/2600hz/kazoo/blob/master…lications/callflow/doc/check_cid.md
-
mc_
-
mc_BadRequest: naughty, link to docs site ;)
-
mc_you can have each CID as a child if using "user_absolute_mode:true"
-
mc_use not user
-
mc_or use the regex and use_absolute_mode:false
-
BadRequesthaha
-
btrachtthanks again