Displaying 6 results from an estimated 6 matches for "_conf".
Did you mean:
conf
2006 Jan 06
1
Alphanumeric pattern match in extensions.conf
I need to match an incoming call based on a prefixed string, and this
solution was suggested to me some time back.
exten => _conf.,1,Answer
exten => _conf.,2,MeetMe(${EXTEN:4}|d)
exten => _conf.,3,Hangup
However incoming calls never match this pattern, and I cannot
find any evidence in the wiki or on google that such a pattern
is valid. I'm currently running a SVN trunk, but have tested
with 1.0.X and 1.2.X.
Is a...
2013 Jan 30
1
Hiera parameter lookup, nesting variables and Puppet 3
...ur
current use of Hiera. We currently retrieve variables from Hiera in one big
collection while the Puppet 3 doc seems to indicate storing variables
without the collection.
For example, we have a module to manage a log indexer. In its init.pp it
says:
class log_indexer(
$log_indexer_conf = hiera_hash(''log_indexer_conf''),
){
class {''log_indexer::config'':
log_indexer_conf => $log_indexer_conf}
}
One of the templates used says:
cluster.name: <%= @log_indexer_conf[''elasticsearch_cluster_name''] %>...
2012 Jun 25
4
[RFC V2 PATCH 0/4] Multiqueue support for tap and virtio-net/vhost
Hello all:
This seires is an update of last version of multiqueue support to add multiqueue
capability to both tap and virtio-net.
Some kinds of tap backends has (macvatp in linux) or would (tap) support
multiqueue. In such kind of tap backend, each file descriptor of a tap is a
qeueu and ioctls were prodived to attach an exist tap file descriptor to the
tun/tap device. So the patch let qemu to
2012 Jun 25
4
[RFC V2 PATCH 0/4] Multiqueue support for tap and virtio-net/vhost
Hello all:
This seires is an update of last version of multiqueue support to add multiqueue
capability to both tap and virtio-net.
Some kinds of tap backends has (macvatp in linux) or would (tap) support
multiqueue. In such kind of tap backend, each file descriptor of a tap is a
qeueu and ioctls were prodived to attach an exist tap file descriptor to the
tun/tap device. So the patch let qemu to
2012 Jul 06
5
[RFC V3 0/5] Multiqueue support for tap and virtio-net/vhost
Hello all:
This seires is an update of last version of multiqueue support to add multiqueue
capability to both tap and virtio-net.
Some kinds of tap backends has (macvatp in linux) or would (tap) support
multiqueue. In such kind of tap backend, each file descriptor of a tap is a
qeueu and ioctls were prodived to attach an exist tap file descriptor to the
tun/tap device. So the patch let qemu to
2012 Jul 06
5
[RFC V3 0/5] Multiqueue support for tap and virtio-net/vhost
Hello all:
This seires is an update of last version of multiqueue support to add multiqueue
capability to both tap and virtio-net.
Some kinds of tap backends has (macvatp in linux) or would (tap) support
multiqueue. In such kind of tap backend, each file descriptor of a tap is a
qeueu and ioctls were prodived to attach an exist tap file descriptor to the
tun/tap device. So the patch let qemu to