-
btracht1210i had been routing calls based on CID (used github.com/2600hz/kazoo/blob/master…lications/callflow/doc/check_cid.md to set up). it had been working but not anymore
-
btracht1210nothing has changed as far as configurations. what could have happened???
-
lvlinuxbtracht1210: set your log level to debug, run a test call, and look through---you should be able to see something of interest.
-
lvlinux(Logs on Kazoo I mean---Freeswitch/Kamailio logs probably aren't necessary to diagnose this.)
-
lvlinuxIf you use a logging aggregation system you can search for logs by call-id and filter out all the irrelevant ones.
-
btracht1210lvlinux: thanks!. it looks like the '+' is being stripped from the DID where I was looking to match with it
-
btracht1210problem solved
-
lvlinux:)
-
lvlinuxRegex matches can be difficult to get right sometimes. :)