From ichverstehe at gmail.com Thu Nov 8 15:01:42 2007 From: ichverstehe at gmail.com (harry versteht) Date: Thu, 8 Nov 2007 21:01:42 +0100 Subject: [Telegraph-users] link_to_dtmf - store pressed digit in variable? In-Reply-To: <941ff7dd0711081159r658b4c14x1c225d629a7db551@mail.gmail.com> References: <941ff7dd0710311412t74e4fdecm59c84c7ca6a419c0@mail.gmail.com> <941ff7dd0711081159r658b4c14x1c225d629a7db551@mail.gmail.com> Message-ID: <941ff7dd0711081201n36398f49v2dd758e439c848ba@mail.gmail.com> But it doesn't have the default and invalid options, which comes in handy. Also, does any of these functions have a repeat/number-of-tries? Tried to find it in agi.rb/call_connection.rb - no luck. 2007/11/1, Jonathan Palley : > You'll want to use a voice "form". See: > > http://telegraph.rubyforge.org/wiki/wiki.pl?UsingAGI#Making_Forms > > You can basically do exactly as you want. > > The theory behind this is to really think about things as you would > in HTML. A link is simply a link (i.e. can't have user inputted > data) where-as a form has user inputted data. Furthermore, when > asking for user inputted data you generally need to specific some > parameters (like how many digits to accept) and this gives you a > better syntax to define it in. > > Best - > JP > > > > > On Nov 1, 2007, at 5:12 AM, harry versteht wrote: > > > hello > > > > instead of specifying each and every digit and its action, i would > > like to be able to do something like: > > > > voice.link_to_dtmf 'menu' do > > link pressed_digit, :action => some_action, :id => pressed digit > > end > > > > and then have the pressed digit stored in - yeah, 'pressed_digit'. is > > that possible? > > > > cheers, harry > > _______________________________________________ > > Telegraph-users mailing list > > Telegraph-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/telegraph-users > > From timuckun at gmail.com Wed Nov 21 20:03:51 2007 From: timuckun at gmail.com (Tim Uckun) Date: Thu, 22 Nov 2007 14:03:51 +1300 Subject: [Telegraph-users] The state of helpers. Message-ID: <855e4dcf0711211703y52ae41a3k9833ac9e44a20d92@mail.gmail.com> What is the current state of helpers in telegraph? Last I checked they weren't working properly.