16:28:37 can i route defined external CIDs to a specific callflow? 16:36:44 btracht: there's a check_cid callflow action for branching based on CID 16:56:29 for 'branching'? 16:58:48 yes, you want to branch based on CID 16:59:00 what 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 16:59:09 if CID == match criteria, branch to callflow ABC; otherwise branch to ZYX 16:59:25 you could look at a preflow to do the matching 16:59:45 DISA typically requires a PIN to allow usage 18:44:10 mc_: do i need to enable or add the check_cid module? 20:18:31 should be part of callflow 20:37:13 getting a 400 error: https://usercontent.irccloud-cdn.com/file/wxD64rBF/image.png 20:38:14 i have a callflow id as the target. is that not ocorrect? 20:40:05 I think the error is self-explanatory. It is telling you it is expecting an object as the value for that field, not an string. 20:45:22 BadRequest: 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 20:45:24 thank you 20:45:52 You are welcome. 20:46:40 my cid_check still doesn't work but at least i was able to add it... one step closer 20:54:16 got it working!!! thank you mc_ 20:54:20 and BadRequest 20:56:16 mc_: for each cid i want to match do i need a separate entry or can i have an array of values? 21:00:18 btracht: According to the documentation, it is a regex https://github.com/2600hz/kazoo/blob/master/applications/callflow/doc/check_cid.md 21:00:32 btracht: https://docs.2600hz.com/dev/applications/callflow/doc/check_cid/ 21:00:40 BadRequest: naughty, link to docs site ;) 21:01:04 you can have each CID as a child if using "user_absolute_mode:true" 21:01:07 use not user 21:01:22 or use the regex and use_absolute_mode:false 21:01:38 haha 21:57:37 thanks again