Displaying 20 results from an estimated 3000 matches similar to: "TDM400P phone won't ring"
2005 Jun 13
1
"conversion error" and NT_STATUS_LOGON_FAILURE - more info
Hi again,
as I am finally back working on the problem, I add the smb.conf in
the hope somebody can see what I am doing wrong.
Samba Version is 3.0.14a from Debian Sarge.
Attached is my smb.conf - there may be some unnecessary things in
it meanwhile due to too much trying, but anyways.
Meanwhile there are some more clients that have problems with
password authentication. One thing I noticed is
2006 Feb 19
2
Problems with gain
Hello.
CE wrote:
> Hails! The reason this occurs is the default adjust value for
> mp3gain is stupid. I always do an mp3gain -g 6 to mine after other
> adjustments. Also with a player like XMMS that uses the FLAC plugin
> you can control the volume the flac play back at.
So what exact dB value does flac use? mp3gain + 6 dB are 95 dB IIRC.
I tried to apply mp3gain -m 6 to my mp3s,
2014 Jun 05
1
IMAP copy fails because the mailbox size of user1 is exceeding the quota limit of user2??
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 4 Jun 2014, Katja Wegner wrote:
> Date: Wed, 4 Jun 2014 16:21:04 +0200
> From: Katja Wegner <katja.wegner92 at web.de>
> To: dovecot at dovecot.org
> Subject: [Dovecot] IMAP copy fails because the mailbox size of user1 is
> exceeding the quota limit of user2??
>
> Hi all,
> I do have a mailbox-quota problem
2006 Feb 19
3
Problems with gain
Hello.
I have a problem here with replay gain. I use it to be able to hear all
my music without any difference in volume. But it seems that all players
I use ignore the gain value stored in my flac files. All flacs are
louder than the gained mp3s I have.
$ metaflac --show-tag=REPLAYGAIN_ALBUM_GAIN <some>.flac
REPLAYGAIN_ALBUM_GAIN=-9.96 dB
$ metaflac --show-tag=REPLAYGAIN_TRACK_GAIN
2008 Jan 04
3
Mark Spencer and guest(s) LIVE today at 12 Noon EST - 11 Central - 17:00 UTC
TODAY, Friday January 4th at 12 Noon EST, 11 AM Central, 9AM Pacific,
Mountain figure it out, 17:00 UTC
Mark joins us to talk about IAX, the appliance, what's new in the
asterisk worldwide communities and answer any questions you may have.
Why not take this opportunity to ask questions or make comments? This
conference is the largest *live* online meeting of asterisk users in
the world. Each
1999 Oct 07
0
Mounting a remote samba server with Windows 98
Hi all,
I have successfully setup Samba as a domain master on my lan. My Windows
machines can connect and login to it fine. My question is is it possible
for a remote Windows box to login to a samba server using unicast rather
than broadcast. The machine I want to authenticate is not on the same
network as the Samba server and therefore cannot reach it's broadcast
address. If so, how do
2014 Jun 04
3
IMAP copy fails because the mailbox size of user1 is exceeding the quota limit of user2??
Hi all,
I do have a mailbox-quota problem in dovecot 2.0.19 that is beond my understanding.
Could someone pls. give me a hint.
- user1 max. mailbox quota is set to 1GB, the current mailbox size of user1 is 15MB
- user2 max. mailbox quota is set to 10MB, the current mailbox size of user1 is 10kB
- user1 shares the folder 'shared_folder' to user2 with all rights (read, write ...)
-
2008 Jan 31
7
pulling my hair out over voicemail
Ok, I have spent all night trying to figure this out, and hopefully
somebody has a similar experience.
I have a very basic asterisk config. Sample configs, with the only
addition being by SIP phone, and my incoming voip. Last week I got
everything setup, calls were working, etc.,.
I cam across a tutorial for voicemail, followed it, and it worked. When
I call my phone and dont answer, it goes
2005 Mar 12
3
I don't understand
Hi there, I recently downloaded Wine version 20050301 for Mandrake. I
installed it using the RPM File Installer. It went perfectly fine...I
then went to www.mirc.com to download the latest version of mIRC and I
typed in:
wine mirc616.exe in terminal and got this:
[docvell@localhost docvell]$ wine mirc616.exe
Converted drive type to new entry HKLM\Software\Wine\Drives "A:" =
2007 Jan 31
2
Which Java FastAGI implementation has the most "market share"?
When I was looking for a Java FastAGI interface for Asterisk I came
across asterisk-java first and didn't realize there was more than one
out there. It seems to work fine and I've got my first project working
with it, but I was wondering which Java FastAGI implementation is the
most popular and how they compare against each other.
So I'm aware of:
asterisk-java
JastAGI
2008 Feb 15
7
Digium stopped TDM400P production: alternatives??
Hi,
Digium stopped to produce TDM400P and the new TDM410 is too new to find
it in our shops. The only alternative available is a "fully-compatible"
Openvox product...but is it really "fully-compatible"? Any experience
about Openvox products (card and zaptel versions, etc...)?
Thank you!
Giorgio.
2007 Aug 01
3
Test Rendering nothing in Rails
Hi
In a controller I have method that is accessed via an AJAX call and
will conditionally do:
render :nothing => true
to test the condition hitting this line I was hoping to do something
like:
response.should render_template(:nothing)
How should I test this behaviour?
Cheers
Shane
2017 Sep 22
3
Subset
Super,
Thanks
On Fri, Sep 22, 2017 at 4:57 PM, Boris Steipe <boris.steipe at utoronto.ca>
wrote:
> > a <- c("<0.1", NA, 0.3, 5, "Nil")
> > a
> [1] "<0.1" NA "0.3" "5" "Nil"
>
> > b <- as.numeric(a)
> Warning message:
> NAs introduced by coercion
> > b
> [1] NA NA 0.3
2017 Sep 25
2
Subset
myDF <- data.frame(a = c("<0.1", NA, 0.3, 5, "Nil"),
b = c("<0.1", 1, 0.3, 5, "Nil"),
stringsAsFactors = FALSE)
# you can subset the b-column in several ways
myDF[ , 2]
myDF[ , "b"]
myDF$b
# using the column, you make a logical vector
! is.na(as.numeric(myDF$b))
# This can be used to select the
2007 Oct 02
4
align the runner
I saw from the thread "color output" that there is a plan to "align
the runner". Is there a place to see what that means? I am just
curious.
Thanks
Shane
2013 Sep 26
1
R not ploting lines in the correct order
Hi,
I have a set of x, y points where x represents dates and y actual values. I
am trying to plot a line graph of the data with points on top, but R is
connecting the wrong points with lines. Does anyone know how I can rectify
this. Please see sample below:
x=
24/09/2009 09:13 16/10/2009 11:17 24/10/2009 21:43 11/09/2009
18:34 22/08/2009
15:45 10/08/2009 00:30 14/08/2009 14:52 24/09/2009
2017 Sep 25
0
Subset
Hi,
Lets say this was a dataframe where I had two columns
a <- c("<0.1", NA, 0.3, 5, "Nil")
b <- c("<0.1", 1, 0.3, 5, "Nil")
And I just want to remove the rows from the dataframe where there were NAs
in the b column, what is the syntax for doing that?
Thanks in advance
On Fri, Sep 22, 2017 at 5:04 PM, Shane Carey <careyshan at
2006 Jan 18
5
Perform action after in-place edit
I want to be able to call an action after performing an edit using the
in-place editor macro. I want to update multiple divs so I was
thinking about using an RJS template. However, I can''t figure out how
to trigger another action after the method created by
in_place_edit_for runs. Is there is an option on Ajax.InPlaceEditor
where I can inject some Element.update calls?
Thanks,
Shane
2012 Apr 19
5
Xen on EC2 | Debian Squeeze AMD 64
Hello ! I''m trying to run Xen on a EC2 AMI
debian-6.0-squeeze-base-x86_64-20110417 (ami-35b68141)
Following this how-to
http://www.howtoforge.com/paravirtualization-with-xen-4.0-on-debian-squeeze-amd64
After installing the packages, I get :
uname -a
Linux ip-10-241-22-60 2.6.32-5-xen-amd64 #1 SMP Tue Mar 8 00:01:30 UTC 2011
x86_64 GNU/Linux
uname -r
2.6.32-5-xen-amd64
Then I do :
2017 Sep 25
1
Subset
Always via logical expressions. In this case you can use the logical expression
myDF$b != "0"
to give you a vector of TRUE/FALSE
B.
> On Sep 25, 2017, at 8:00 AM, Shane Carey <careyshan at gmail.com> wrote:
>
> This is super, really helpfull. Sorry, one final question, lets say I wanted to remove 0's rather than NAs , what would it be?
>
> Thanks
>