From 7404eac982a0d928866aeddaa1a0ea4d1f2d3870 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sat, 18 Feb 2017 23:14:20 -0600 Subject: Handle Menus and Store / Recall recordings (#2) * Update calls for menu parsing in paw * Add twilio and bodyparser dependencies * Integrate menu routes * Add redirects to all menu selections. * Add pause to menu message * Update paw to handle all recordings cases * Add rec menu handler, recordings dummy handler * Add redis related configs * Add redis node module * Add missing comma to config * Remove dangling comma from config * Update paw to validate input * Add post validation dependencies * Update yarn lock * Store recordings in redis * Say post id in spanish * Use the word for the pound sign * Use a timestamp shifted by 2 and truncated to 10 --- etc/dead_drop.paw | Bin 14934 -> 18311 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'etc') diff --git a/etc/dead_drop.paw b/etc/dead_drop.paw index 6e120f7..4627b2d 100644 Binary files a/etc/dead_drop.paw and b/etc/dead_drop.paw differ -- cgit