-
Serge
mc_: is there a way to migrate just one user account from 1 cluster to another?
-
mc_
Serge: you can use the db_archive to save the database to a JSON file, then db_import to put it in the new cluster
-
mc_
might work
-
mc_
modbs are another story
-
mc_
cdrs and stuff should archive/import fine
-
mc_
but anything with attachments (fax, media uploads) won't
-
Serge
more important is user settings
-
Serge
calflow, braintree credentials etc
-
mc_
db_archive will put all the json docs from the database into the json file
-
mc_
so you should be good there, for an account
-
Serge
and where can I find more info about db_archive?
-
Serge
is it kazoo feature?
-
Serge
mc_: How to use it?
-
mc_
its in kz_datamgr, so something like `sup kz_datamgr db_archive {DBNAME} /tmp/db.json`
-
Serge
cool! Thanks. And what will be procedure to import it back to new cluster?
-
mc_
`sup kz_datamgr db_import {DBNAME} /tmp/db.json`
-
mc_
in the new cluster
-
Serge
Thanks mc_ !
-
Ysean
mc_: would the ability to migrate accounts be a good use case for third party storage? :)
-
Serge
Error: Package: kazoo-kamailio-4.3-56.el7.centos.noarch (@2600hz-stable)
-
Serge
Requires: kamailio-kazoo = 5.5.2-2600hz.3.el7.centos
-
Serge
Removing: kamailio-kazoo-5.5.2-2600hz.3.el7.centos.x86_64 (@2600hz-stable)
-
Serge
any idea how can I upgrade it?
-
Serge
was trying to remove kamailio, reinstall it, showing the same issue
-
Serge
mc_: maybe you know the answer?
-
Ysean
I've had that issue for a while.
-
mc_
i don't know packaging issues, will ask if someone else does
-
mc_
Ysean: could be interesting, nothing available at the moment for that
-
mc_
Serge: run this in a 'yum shell'
-
mc_
config assumeyes 1
-
mc_
-
mc_
install kamailio-tcpops-5.5.2-2600hz.3.el7.centos
-
mc_
kazoo-kamailio-4.3-56.\* kamailio-uuid-5.5.2-2600hz.3.el7.centos
-
mc_
kamailio-outbound-5.5.2-2600hz.3.el7.centos
-
mc_
kamailio-websocket-5.5.2-2600hz.3.el7.centos
-
mc_
kamailio-presence-5.5.2-2600hz.3.el7.centos
-
mc_
kamailio-5.5.2-2600hz.3.el7.centos
-
mc_
kamailio-tls-5.5.2-2600hz.3.el7.centos
-
mc_
kazoo-configs-kamailio-4.3-31.el7.centos
-
mc_
kamailio-kazoo-5.5.2-2600hz.3.el7.centos
-
mc_
kamailio-utils-5.5.2-2600hz.3.el7.centos
-
mc_
kamailio-xmpp-5.5.2-2600hz.3.el7.centos
-
mc_
-
mc_
run
-
mc_
hopefully that makes sense lol
-
Serge
well, I just remove kazoo-kamailio & kamailio-kazoo packages, install kazoo-kamailio again, it bring 5.5.2 back, but if I try to run yum update I still see that error
-
Serge
Error: Package: kazoo-kamailio-4.3-56.el7.centos.noarch (@2600hz-stable)
-
Serge
Requires: kamailio = 5.5.2-2600hz.3.el7.centos
-
Serge
kamailio = 5.5.2-2600hz.3.el7.centos
-
Serge
Updated By: kamailio-5.5.4-2600hz.3.el7.centos.x86_64 (2600hz-stable)
-
Serge
kamailio = 5.5.4-2600hz.3.el7.centos
-
Serge
yum trying to update kamailio to version 5.5.4
-
Serge
and freeswitch broken as well
-
Ysean
interesting... it said all of those except the kamailio-utils was already the most recent. typing run installed kamailio-utils. Is this th emethod we should be using to update kazoo pacakges?
-
Ysean
I do wonder why there are package conflicts, though.
-
mc_
no idea, just what the packaging person said
-
Ysean
haha
-
mc_
i'll see if they want to join IRC again ;)
-
Ysean
Use the carrot and stick approach to the packaging person
-
Ysean
fix it and don't get the stick!
-
mc_
offer good bourbon
-
Ysean
What's is considered good
-
Ysean
?
-
Ysean
hah
-
Ysean
I'm not a bourbon snob. I like maker's mark and will drink my family bourbon.
-
Ysean
I was never curious enough to try the assortment of $80+ bottles of bourbon.
-
Ysean
At that price I'll get a bottle of Veuve Clicquot and get a champagne buzz. :)
-
mc_
lol no idea, he's in kentucky
-
Ysean
Ask hi if he likes "Wathen's Bourbon"
-
Ysean
mc_: quick question related to utilizing webhooks... the 3rd party's API expects a call in the format of
[HOST]/realtime?file_type=[INPUT_PR…R_NAME]&request=[REQUEST_JSON_DATA]
-
Ysean
Is there a keyword or something for webooks to dump the JSON call data in the [REQUEST_JSON_DATA] field?
-
mc_
no i believe it is either json body via POST or querystring parameters in GET
-
Ysean
hmmm ok. I'll have to speak with the developer of the billing platform.