search for: option_1

Displaying 2 results from an estimated 2 matches for "option_1".

Did you mean: option1
2005 Sep 04
1
Option 1 in IVR menu
Hi all, I'm trying to setup a simple IVR menu in a context in extensions.conf. So far, I have: extension s for playing back the menu # to repeat it * for directory 0 for operator 1 which goes to another context: exten => 1,1,GoTo(option_1,s,1) Here is what I have in extensions.conf: [incoming] ; main greeintg exten => s, 1, Ringing exten => s, 2, Wait(10) exten => s, 3, NoOp() exten => s, 4, Answer exten => s, 5, Playback(silence/1) exten => s, 6, Background(a2) exten => s, 7, Background(b) exten => s, 8,...
2013 Dec 13
3
Resource ordering only using Hiera?
...dule for this particular service, but I''m trying to keep the dependencies of that module to a minimum so that it is portable.] Picture the following yaml hiera data for a node (the basic::limits class is a wrapper for the puppet-limits module): --- classes: - foo - basic::limits foo::option_1: true basic::limits::instance: foo_limits: user: ''foobar'' limit_type: ''nofile'' hard: ''10000'' soft: ''10000'' If I create a separate class, I can do the resource ordering normally as expected: class tmp { Li...