16:03:43 mc_: is there a way to migrate just one user account from 1 cluster to another? 16:12:54 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 16:12:58 might work 16:13:15 modbs are another story 16:13:27 cdrs and stuff should archive/import fine 16:13:37 but anything with attachments (fax, media uploads) won't 16:13:43 more important is user settings 16:14:02 calflow, braintree credentials etc 16:14:17 db_archive will put all the json docs from the database into the json file 16:14:25 so you should be good there, for an account 16:16:17 and where can I find more info about db_archive? 16:17:00 is it kazoo feature? 16:22:06 mc_: How to use it? 16:22:29 its in kz_datamgr, so something like `sup kz_datamgr db_archive {DBNAME} /tmp/db.json` 16:33:12 cool! Thanks. And what will be procedure to import it back to new cluster? 16:43:53 `sup kz_datamgr db_import {DBNAME} /tmp/db.json` 16:43:57 in the new cluster 17:14:22 Thanks mc_ ! 19:58:34 mc_: would the ability to migrate accounts be a good use case for third party storage? :) 20:12:03 Error: Package: kazoo-kamailio-4.3-56.el7.centos.noarch (@2600hz-stable) 20:12:03 Requires: kamailio-kazoo = 5.5.2-2600hz.3.el7.centos 20:12:03 Removing: kamailio-kazoo-5.5.2-2600hz.3.el7.centos.x86_64 (@2600hz-stable) 20:12:22 any idea how can I upgrade it? 20:21:42 was trying to remove kamailio, reinstall it, showing the same issue 20:22:22 mc_: maybe you know the answer? 20:37:15 I've had that issue for a while. 20:56:07 i don't know packaging issues, will ask if someone else does 20:56:24 Ysean: could be interesting, nothing available at the moment for that 21:10:05 Serge: run this in a 'yum shell' 21:10:05 config assumeyes 1 21:10:05 21:10:05 install kamailio-tcpops-5.5.2-2600hz.3.el7.centos 21:10:07 kazoo-kamailio-4.3-56.\* kamailio-uuid-5.5.2-2600hz.3.el7.centos 21:10:10 kamailio-outbound-5.5.2-2600hz.3.el7.centos 21:10:13 kamailio-websocket-5.5.2-2600hz.3.el7.centos 21:10:16 kamailio-presence-5.5.2-2600hz.3.el7.centos 21:10:19 kamailio-5.5.2-2600hz.3.el7.centos 21:10:22 kamailio-tls-5.5.2-2600hz.3.el7.centos 21:10:25 kazoo-configs-kamailio-4.3-31.el7.centos 21:10:28 kamailio-kazoo-5.5.2-2600hz.3.el7.centos 21:10:31 kamailio-utils-5.5.2-2600hz.3.el7.centos 21:10:34 kamailio-xmpp-5.5.2-2600hz.3.el7.centos 21:10:37 21:10:40 run 21:10:43 hopefully that makes sense lol 21:11:59 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 21:15:02 Error: Package: kazoo-kamailio-4.3-56.el7.centos.noarch (@2600hz-stable) 21:15:02 Requires: kamailio = 5.5.2-2600hz.3.el7.centos 21:15:02 kamailio = 5.5.2-2600hz.3.el7.centos 21:15:02 Updated By: kamailio-5.5.4-2600hz.3.el7.centos.x86_64 (2600hz-stable) 21:15:02 kamailio = 5.5.4-2600hz.3.el7.centos 21:15:35 yum trying to update kamailio to version 5.5.4 21:17:07 and freeswitch broken as well 21:44:28 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? 21:45:28 I do wonder why there are package conflicts, though. 21:45:35 no idea, just what the packaging person said 21:45:43 haha 21:45:48 i'll see if they want to join IRC again ;) 21:46:00 Use the carrot and stick approach to the packaging person 21:46:14 fix it and don't get the stick! 21:46:19 offer good bourbon 21:46:31 What's is considered good 21:46:32 ? 21:46:34 hah 21:46:59 I'm not a bourbon snob. I like maker's mark and will drink my family bourbon. 21:47:57 I was never curious enough to try the assortment of $80+ bottles of bourbon. 21:50:45 At that price I'll get a bottle of Veuve Clicquot and get a champagne buzz. :) 21:57:54 lol no idea, he's in kentucky 21:59:57 Ask hi if he likes "Wathen's Bourbon" 22:39:08 mc_: quick question related to utilizing webhooks... the 3rd party's API expects a call in the format of http://[HOST]/realtime?file_type=[INPUT_PROCESSOR_NAME]&request=[REQUEST_JSON_DATA] 22:39:56 Is there a keyword or something for webooks to dump the JSON call data in the [REQUEST_JSON_DATA] field? 23:02:35 no i believe it is either json body via POST or querystring parameters in GET 23:07:08 hmmm ok. I'll have to speak with the developer of the billing platform.