Displaying 4 results from an estimated 4 matches for "wildard".
Did you mean:
wildcard
2005 Sep 26
0
Will Digium Wildard work with PCI-Xor PCI Express
...rd in the PCI-X
slot.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matt Roth
Sent: 22 September 2005 21:31
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Will Digium Wildard work with PCI-Xor PCI
Express
Just correcting myself. The 3 PCI-X slots are one 64-bit 133 MHz and
two 64-bit 100 MHz.
Matt
Matt Roth wrote:
> Don't bank on it. We were going to use a Wildcard as a timing source
> on our Dell PowerEdge 6850 and the BIOS didn't see it. Dependin...
2009 Feb 16
2
AstDB wildard searches
Hi All,
I'm looking for a way to filter the AstDB cidname family to show only
those entries with a specified area code in the Asterisk CLI. If this
were a SQL database it would be something like:
SELECT number, name FROM cidname WHERE number LIKE '1234%'
I've tried "database show cidname 1234*" and substituted "%", "$", "-"
for the wildcard
2005 Jan 19
2
Specify rule bypass by domain with wildcards?
...hoo.com, and then there are other
servers named us.f(some number here).mail.yahoo.com.
The two in my list currently are us.f504 and us.f522.
Is there a way to specify the address to bypass using either an ip block
notation (both of the us.f? address there are in the 206.190.* block) or
domain with wildards (us.f*.mail.yahoo.com)?
Here is my current section:
(hmm. after looking at that I realize that I just answered my own
question about using an IP block notation. hehe. But the question
about using actual names still stands [that would be a bit more precise
than opening up the whole 206.190.* b...
2016 Apr 21
0
Automatic sysvol replication through detection of filesystem events
...no excluded dir setted
excluded=
; if true, watcher will monitor directories recursively for changes
recursive=true
; if true, watcher will automatically watch new subdirectory
autoadd=true
; the command to run. Can be any command. It's run as whatever user
started watcher.
; The following wildards may be used inside command specification:
; $$ dollar sign
; $watched watched filesystem path (see above)
; $filename event-related file name
; $tflags event flags (textually)
; $nflags event flags (numerically)
; $cookie event cookie (integer used for matching move_from and move_to
events, other...