18:12:07 "ALLOTTED_TIMEOUT" any idea why this happened? 21:51:47 Thats wired, cisco did not send feature code for intercom. I can call *0 and see it in kazoo logs, but when I call *01001 I did not see anything on the logs 21:51:58 any idea? 22:29:31 can somebody share a regex for feature codes? 22:37:14 mentax: might require a capture group 22:37:17 check logs for the call 22:38:01 is this a correct regex for "Feature Codes" - "^([\\*]\\d{1,5})$" ? 22:38:39 I believe I need to add this regex to number_manager doc 22:47:16 mc_: the logs only show when I try to call "*0" but I call "*0101" it did not showing anything on the logs and I getting busy signal on the phone 22:59:18 did you put it in "patterns" for the callflow? 22:59:24 or "numbers"? 22:59:27 mentax: ^ 23:00:16 I just create a record in number manager db 23:00:51 "feature_codes": { 23:00:51 "regex": "^([\\*]\\d{1,3})$", 23:00:51 "friendly_name": "Feature Codes" 23:05:00 mc_: How can I tell kazoo to reread number manager database without a reboot? 23:07:32 flush db? 23:07:42 is that for classifiers? 23:08:22 if you want a callflow to pick it up, you need to create one with "patterns":["^*0(\\d*)$"] or something similar 23:09:04 "^([\\*]\\d{1,5})$" should match *0 1001 23:10:04 right, but putting that in number_manager config does nothing for routing 23:10:12 unless you're doing classifiers 23:10:42 sorry my bad 23:10:53 it is in classifiers 23:12:33 "sup kapps_config flush" is the right command to make it work? 23:12:56 yeah, you need a featurecode callflow with the intercom module 23:13:14 {"numbers":[],"patterns":["^*0(\\d*)$"],"featurecode":{"name":"intercom","number":"0"},"modules":["intercom"]} 23:13:36 fink:it not exists by default? 23:14:20 only if you use smartpbx, i believe, but not 100% sure on that... we don't use monster-ui