Displaying 20 results from an estimated 80 matches similar to: "Asterisk on FreeBSD-5.4 RELEASE : H323 audio problem"
2007 Nov 16
9
Challenge
The original:
http://pastie.textmate.org/private/lqvrlyyvkv2kbugoxtiz6w
Send your submissions to me by email or on #merb. I''ll blog it, and
pick a winner. The winner does not mean it makes it into Merb, just
means I personally like it best.
But it might make it into Merb.
# Scenario:
# You have a simple application that lists all the monkeys at the zoo.
# Every monkey has a
2007 Aug 10
2
Dialplan loop
Folks,
I'm trying to implement a simple loop in a dialplan. The object is to
set a counter, run through some IVR options, increment the counter,
return to the start, then finally fall through to an operator or
voicemail.
Am using 1.4.10 and have reviewed doc/
exten => s,1,Set(TIMEOUT(digit)=5)
exten => s,n,Set(TIMEOUT(response)=20)
exten => s,n,Set(loop = 0)
exten =>
2005 Feb 20
1
Problem in installing IE6
Dear All,
I am sorry if this topic has been raised for many times. I did browse
the archive, go to frank's corner and
followed the instruction there. I also tried sidenet installation.
I am using mandrake linux 2.6.8.1-12mdk i686 Intel(R) Pentium(R) 4 CPU
2.80GHz.
I am new in using wine. I tried to install wine both using the source
code and the binary (mdk.rpm) for
at least three
2011 Apr 11
1
Asterisk codec negotiation and canreinvite=no
Hi all,
I realise that asterisk's codec negotiation has been discussed in
the past multiple times. What I haven't been able to understand is
how asterisk decides which video codecs to advertise to the other
end when canreinvite=no in sip.conf and the initial caller
doesn't support video.
My tests are quite simple, I use an asterisk with 4 peers all on the
same LAN. My sip.conf
2002 Feb 20
0
(Fwd) Re: Need help for samba share and unix group
can hrd access hrd and aministration?
------- Forwarded message follows -------
From: "Sigit" <mild_club@yahoo.com>
To: "Christian Barth" <barth@cck.uni-kl.de>
Subject: Re: [Samba] Need help for samba share and unix group
Date sent: Wed, 20 Feb 2002 23:47:36 +0700
this is my group configuration
/etc/group
2006 Feb 12
3
Tobit Regression (residual Assumption)
I'm statistician
I need help with tobit regression
Is there assumption in tobit regression ?
if any, what kind of that ?
please help me !!
2016 Apr 15
0
RAW.WRITE - selftests fail, smbtorture passes
Hello,
I'm compiling samba 4.2.2 from source on a Linux From Scratch (LFS) system.
Packages I have installed on the system are mixed from various versions of
LFS (7.6 through 7.9).
This is a 64-bit CPU running 32-bit OS:
# uname -a
Linux pjnas 4.4.4-asrockN3150-001-1_pj #1 SMP Fri Mar 4 22:40:03 CET 2016
i686 GNU/Linux
Samba compiles fine, but a few selftests fail. The ones I'm worried
2020 Mar 19
0
Icecast source client with web request/voting for next to play function
Hi Kokos
The first thing you need is a music play out system. Almost anything can
play a random song from your collection; but; you have some conditions
you want to place on the play out process.
I recommend a program called Rivendell which is free and will do
everything you want.
http://static.paravelsystems.com/rivendell-install-rd3/rivendell-install-rhel7.html
There is a FB group and a
2008 Sep 03
1
Read from many files into many object
Dear all,
I am new in R. I want to read data which is vector from many files and
import to many object.
For example I have 10(ten) files.
file1.txt
file2.txt
:
:
file10.txt.
I want to import each file into one object as follows.
data1
data2
:
:
data10
I want to import file1.txt into data1, file2.txt into data2, and so on.
How to do it quickly?
Thanks in advance.
Sigit B. Wibowo
2002 Jun 27
3
OpenSSH 3.4p1 - compilation problem on Linux
Hello openssh-unix-dev,
Some time ago I successfully compiled version 3.1 of OpenSSH.
Today I tried new OpenSSH version and I am not able to compile it.
Configuration script runned well. When running make, following error
occured:
make[1]: Entering directory `/tools/openssh-3.4p1/openbsd-compat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
2020 Mar 19
3
Icecast source client with web request/voting for next to play function
Hi all!
Thank you for having me. I'm a person who encourage a small local community
for musical involvement. It already kinda worked, we are doing plenty of
fantastic things together.
What I am now thinking of is 24/7 Internet radio based on Icecast that will
air all of their non-professional music I gathered. Functions I'm looking
for:
- frequent scanning of music directory to update
2012 Dec 19
2
environment variables not set
hi, all!
I try to use relay-ctrl with dovecot's imap, but with no luck. I think
that the problem is with environment variables. Here are some information:
dovecot --version
2.1.12
dovecot -n
# 2.1.12: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 3.2.29-smp i686 Slackware 14.0
auth_mechanisms = plain login
debug_log_path = /var/log/dovecot-debug.log
disable_plaintext_auth = no
2002 Feb 26
3
winxp can't join samba 2.2.1a
Hi all,
Hey all, I just installed 2.2.1a rpm for RedHat 7.2, and quickly configured it.
I cannot join from Windows XP
[global]
workgroup = Linux
guest account = nobody
server string = Samba Server
hosts allow = 192.168.0.
printcap name = /etc/printcap
load printers = yes
printing = lprng
log file = /var/log/samba/%m.log
share modes = yes
max log size = 0
security = user
encrypt passwords = yes
2013 Mar 26
3
Help with thread Centos 6.4 won't reboot on install
Newbie here. Need help with a thread that has about 25 posts. No
replies in a few days. The thread is in software support for centos 6
and the subject of the thread is Centos 6.4 won't reboot on install.
Have had limited success in getting a login screen but once I logout, I
can't get back in again. It was mentioned in the thread that the problem
is likely in Network Configuration. I
2004 Mar 26
4
multicolumn sort on dataframe?
I couldn't find any reference to this in the FAQ, but is it possible to sort
a dataframe by multiple columns?
I've created some code, similar to the following:
nspr.code <- sp.results$sp.code[order( sp.results$sp.code )]
nspr.tpa <- sp.results$tpa[order( sp.results$sp.code )]
nspr.code <- as.character( levels( nspr.code ) )[nspr.code]
nspr.tpa <- as.numeric( levels( nspr.tpa
2006 Nov 01
0
No subject
HAVE_SENDMSG = 1
HAVE_ACCRIGHTS_IN_MSGHDR - not defined
HAVE_CONTROL_IN_MSGHDR = 1
> void
> mm_send_fd(int socket, int fd)
> {
> #if defined(HAVE_SENDMSG) && (defined(HAVE_ACCRIGHTS_IN_MSGHDR) || defined(HAVE_CONTROL_IN_MSGHDR))
> struct msghdr msg;
> struct iovec vec;
> char ch = '\0';
> int n;
> #ifndef HAVE_ACCRIGHTS_IN_MSGHDR
2009 Jul 23
6
SSH attacks from china
Okay, I have a server connected to the net but have not added fail2ban or
anything on top of my firewall yet.
Thought you guys might get a kick out of this one user, ip is from china,
who has got a heck of a knack for making assumptions on possible usernames.
Enjoy this..., 8000+ attempts. Scroll down for funky ones. I have no root
access enabled on this server and it is pretty bare. Just using
2002 Jun 27
1
(no subject)
Hi Phil,
answer to your questions:
> Which specific Slackware? Too embarrassed to say?
Really, really don't know exactly. :)
Installed approx. 5 yeras ago (maybe 4.5, 4.6, maybe 5.0 ... who knows now ... )
> Which OpenSSL? 0.9.6a? 0.9.6b? 0.9.6c? 0.9.6d?
Only info I found is 0.9.6. Let's suppose it's 0.9.6. ;)
> How about telling me how long you're going
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
Hello,
A new intel-gpu-tools quarterly release is available with the following
changes:
- New KMS test: tests/kms_cursor_legacy (Stress legacy cursor ioctl)
(Chris Wilson)
- Several GEM tests have been removed from BAT: tests/gem_exec_whisper,
tests/gem_sync (dropped individual engines), test/gem_cs_prefetch (replaced
by test/gem_exec_gttfill), tests/gem_ctx_param_basic (got relabeled
to
2007 Sep 30
1
Maildir ignore
Hello there.
I do like Dovecot so far, but ran into problem I cant seem to solve,
maybe someone can point me into right direction please.
I am running version 1.0.rc15 on CentOS 5 Linux i386 system, ext3 fs.
The problem is I cant get the maildir: and :ignore to work together.
Here is my SQL query, that includes the Quota field.
# cat /etc/dovecot-sql.conf | grep -i quota
user_query = SELECT