-
mc_mentax: we typically create "aggregate" databases, like 'sip_auth' or 'accounts', when we need to search for docs across accounts
-
mc_but there isn't multi-db querying in stock couch
-
mc_i've heard there are add-ons to allow it, haven't tried, can't vouch, buyer beware, etc
-
SergeGood morning! What will be the best way to have ability to call extensions between accounts? I have a customer who have 2 locations with 2 different names and IVRs so, before they use nextiva and they was able to specify 2 locations
-
hmmhesaysSerge create a classifier with an account prefix. Add those numbers to number manager and handle it that way.
-
Sergehmmhesays: hmm can you explain little bit more?
-
Sergesome examples would be great
-
hmmhesaysSerge, The idea is you create system wide routeable numbers using globally non routable prefixes. Just like adding DID's to each account
-
Sergemc_: Does "knm_voip_innovations" support provisioning off E911?
-
mc_no, check number_manager/src/providers for e911 modules
-
mc_dash, telnyx, vitelity i think
-
finkif you're really bored, just change emergency_provisioning_url in the couch doc and point it to your own api that translates your provider's e911 api responses into dash-compatiable xml :|
-
hmmhesaysNothing wrong with going that route
-
hmmhesaysfink, you ever use the eavesdrop api in acdc?
-
finkhmmhesays: no, sir... only implemented a very small subset of acdc's api, mainly just getting queues set up and torn down with agents
-
hmmhesaysfink, yeah that's what we're using it for as well after building a UI for it. It looks like it *should* work though it seems like something isn't getting started because the request times out.
-
finknever really looked into it, but it looks like eavesdropping from the acdc api is handled through spyvsspy?
-
finkpublish_eavesdrop_req / handle_eavesdrop_req ?