18:11:19 i had been routing calls based on CID (used https://github.com/2600hz/kazoo/blob/master/applications/callflow/doc/check_cid.md to set up). it had been working but not anymore 18:11:48 nothing has changed as far as configurations. what could have happened??? 19:25:08 btracht1210: set your log level to debug, run a test call, and look through---you should be able to see something of interest. 19:27:02 (Logs on Kazoo I mean---Freeswitch/Kamailio logs probably aren't necessary to diagnose this.) 19:27:37 If you use a logging aggregation system you can search for logs by call-id and filter out all the irrelevant ones. 19:37:57 lvlinux: thanks!. it looks like the '+' is being stripped from the DID where I was looking to match with it 19:39:17 problem solved 20:05:50 :) 20:06:19 Regex matches can be difficult to get right sometimes. :)