Fix the grammar that Kevin broke

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19858 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Joshua Colp 20 years ago
parent 33adff8a2b
commit 92bd72903f

@ -132,14 +132,13 @@ just do a Goto based on the result text.
language en-US; language en-US;
mode voice; mode voice;
tag-format <lumenvox/1.0>; tag-format <lumenvox/1.0>;
root $company_directory; root $company_directory;
$josh = (Joshua | Josh) [Colp]:"6066"; $josh = ((Joshua | Josh) [Colp]):"6066";
$mark = Mark [Spencer] | Markster:"4569"; $mark = (Mark [Spencer] | Markster):"4569";
$kevin = Kevin [Fleming]:"2567"; $kevin = (Kevin [Fleming]):"2567";
$company_directory = ($josh | $mark | $kevin) { $ = parseInt($$) }; $company_directory = ($josh | $mark | $kevin) { $ = $$ };
- Dialplan logic - Dialplan logic

Loading…
Cancel
Save