From f2bcabbd7c548fccf35d57715e3309a44a70802f Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Wed, 31 Mar 2010 18:21:06 -0400 Subject: [PATCH] Shout: Auto-create default menu and recording --- shout/templates/wizard.inc | 13 ++++++++++--- shout/themes/screen.css | 4 ++++ shout/wizard.php | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/shout/templates/wizard.inc b/shout/templates/wizard.inc index 2ee8b713b..a761bd8a4 100644 --- a/shout/templates/wizard.inc +++ b/shout/templates/wizard.inc @@ -1,8 +1,15 @@

Step 1: Create your company greeting.

- Here we record a company greeting. - Need: admin PIN, phone number - +
    +
  1. 1: Call your new Verendus number: 404-475-4840
  2. +
  3. 2: When you hear the default greeting, press the star key, "*".
  4. +
  5. 3: When prompted, enter your admin PIN: .
  6. +
  7. 4: Press 1 to manage recordings.
  8. +
  9. 5: Enter the recording ID for your new menu:
    + Follow the prompts to create and save your new recording.
  10. +
+ When finished, hang up. +
diff --git a/shout/themes/screen.css b/shout/themes/screen.css index 4deceb294..0e1512a0a 100644 --- a/shout/themes/screen.css +++ b/shout/themes/screen.css @@ -15,6 +15,10 @@ table { width: 100%; } +.attention { + font-weight: bold; +} + .header { color: #fff; background: #66a; diff --git a/shout/wizard.php b/shout/wizard.php index 573a2e778..d5ef4273a 100644 --- a/shout/wizard.php +++ b/shout/wizard.php @@ -41,7 +41,7 @@ try { // Populate the default option, granting the ability to log into the admin // section. $shout->dialplan->saveMenuAction($curaccount['code'], Shout::MAIN_MENU, - '*', 'admin_login', array()); + 'star', 'admin_login', array()); } catch (Exception $e) { -- 2.11.0