-
mentax"ALLOTTED_TIMEOUT" any idea why this happened?
-
mentaxThats 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
-
mentaxany idea?
-
mentaxcan somebody share a regex for feature codes?
-
mc_mentax: might require a capture group
-
mc_check logs for the call
-
mentaxis this a correct regex for "Feature Codes" - "^([\\*]\\d{1,5})$" ?
-
mentaxI believe I need to add this regex to number_manager doc
-
mentaxmc_: 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
-
mc_did you put it in "patterns" for the callflow?
-
mc_or "numbers"?
-
mc_mentax: ^
-
mentaxI just create a record in number manager db
-
mentax"feature_codes": {
-
mentax"regex": "^([\\*]\\d{1,3})$",
-
mentax"friendly_name": "Feature Codes"
-
mentaxmc_: How can I tell kazoo to reread number manager database without a reboot?
-
mc_flush db?
-
mc_is that for classifiers?
-
mc_if you want a callflow to pick it up, you need to create one with "patterns":["^*0(\\d*)$"] or something similar
-
mentax"^([\\*]\\d{1,5})$" should match *0 1001
-
mc_right, but putting that in number_manager config does nothing for routing
-
mc_unless you're doing classifiers
-
mentaxsorry my bad
-
mentaxit is in classifiers
-
mentax"sup kapps_config flush" is the right command to make it work?
-
finkyeah, you need a featurecode callflow with the intercom module
-
fink{"numbers":[],"patterns":["^*0(\\d*)$"],"featurecode":{"name":"intercom","number":"0"},"modules":["intercom"]}
-
mentaxfink:it not exists by default?
-
finkonly if you use smartpbx, i believe, but not 100% sure on that... we don't use monster-ui