Displaying 20 results from an estimated 11000 matches similar to: "How to set up Asterisk to deliver a trunk sip connection?"
2010 Oct 16
1
DAHDI, PRI and callerid
Hi,
I have just set up Asterisk to use an E1 line with a Digium card. And I
can call both in and out, but my outgoing line is all ways identifying
itself as the same number, and i can't even change it to another number
in the same number series.
Do anyone have some clue on how to fix this.
I'm using Asterisk 1.6.2.13, libpri 1.4.11.4 and DAHDI 2.4.0.
/etc/dahdi/system.conf:
2010 Dec 13
1
Testing an interaction with a random effect in lmer
Hi,
I was hoping to get some advice regarding the testing of interactions, when one factor is modelled as a random effect...
I have a model with binomial error structure where the response variable is the proportion of time spent at the main sett (animals were tracked for 28 consecutive days in each season, and were recorded either at the main sett or an outlier sett, so the response variable is
2010 Oct 08
3
How to use Atxfer in AMI
Hi,
I'm trying to make a attended transfer through AMI. I though i could use
Atxfer, and it seems ok, but nothing happens.
And I can't find any how-to or description on how to do this. What more
do I have to do to make this work?
In Asterisk Call Manager:
Action: Atxfer
Channel: SIP/36-xxxxxx
Exten: 33
Priority: 1
Context: Phone
Response: Success
Message: Atxfer successfully queued
2007 Feb 26
2
Streaming Media Server
Hi...
I want to sett up a streaming media server, but I don't what use. You can
help with some.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070226/11ee6d6e/attachment.html>
2005 Jul 28
1
samba ignores supplementary groups for acl
Hi,
I'm running samba 3.0.14a-3 on Debian sarge (sparc). The filesystem
is ext3 with acl support. winbind works fine. Please see below.
when I am logged in using ssh, I can list the files in a folder
(/var/Share) for which the group "staff" has r-x permissions. The
problem is I can't list the folder through samba:
$ ssh cyberlab+kent@cladms003
Password:
Linux cladms003
2010 Jun 28
2
Axes intercept
I have a plot where the values of the y axis go from a positive number to a negative number and I want the x axis to intercept at zero rather than at the bottom of the y axis, regardless of its value. Can anyone help me to do this?
Thanks in advance
Vivien
Vivien Kent MSc Oxon
PhD candidate
Evolutionary Anthropology Research Group
Department of Anthropology
Durham University
Dawson
2003 Sep 09
4
Cross-platform compatibility with R?
Dear All,
I'm a newbie to R having just switched from S-Plus.
I was able to port my files from S-Plus for Linux to R for OSX using
the S-Plus "data.dump", and the R "data.restore" commands. I've decided
that I like R enough to install it on my Linux box, but I can't figure
out an easy way to get multiple files from my OSX macintosh R
environment to a Linux
2005 Jun 29
1
Failed "make check" under Fedora Core 4 (PR#7979)
I downloaded R v2.1.1 earlier this morning to compile under Fedora Core
4. It compiled without incident, but 'make check' failed. Below is the
relevant part of its report. Is this a known problem?
I used a locally compiled version of GCC v4.0.0 that reports
[kent at d89h102 R-2.1.1]$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0.0/configure
2010 Feb 10
6
prompts and running means
G'day, I am new user to R, and have been thrown in the deep end with a
something my company want me to write.
my code is as follows:
kenttemp=read.csv("mnowak.11.1.csv")
rows=nrow(kenttemp)-5
kent=kenttemp[1:rows,] #have to remove the last 5 lines of the
graph as they interfere with rest of data
max(kent[,16],na.rm=TRUE)->ymax
ymax=ymax+200 #This is to get
2005 Oct 06
1
Selecting outgoing trunk based on extension number
Hi all,
I have situation in that we are renting out a room in our office building to
another company, including the provision of phone lines via our Aterisk box.
To keep billing simple, we would like them to be billed separately for all
their calls. We think we can achieve this by them leasing their own outbound
IAX trunk (which our providers have said is no problem) and having all their
2013 Aug 08
2
Samba 4 with LDAP proxy in DMZ
Hi All,
I'm setting up a Samba AD domain which works perfectly with the WIn 7
server tools and so far everything is going fine. What has me stumped
is setting up an LDAP proxy in our DMZ against which I can authenticate
our email and web services.
I've got port 389 open on my main Samba 4 DC and if I use the domain
administrator account to bind the proxy, everything works. In order
2007 Jun 02
2
Repost: Can't follow DFS link
On 6/1/07, Kent Tong <kent@cpttm.org.mo> wrote:
> smb_flg2=51203
>
Kent, I know you already rebooted the client since we discussed this before
(though did you reboot the terminal server?). This flags2 value is 0xC803,
and we need to see the 0x1000 bit on before we recognize that the client is
interested in DFS pathnames. So now comes the tricky part...why is this
client different
2001 Dec 07
1
CVS server not responding
Hi,
the anonymous CVS server for portable OpenSSH does not want to talk to
me:
> % cvs upd -Pd
> cvs [update aborted]: connect to bass.directhit.com:2401 failed: Connection refused
Looking at http://www.openssh.com/portable.html,
":pserver:cvs at bass.directhit.com:/cvs" is still the recommended
repository.
Is this a known problem?
--
Kent Engstr?m, Link?ping University
2010 Jul 22
1
HDT problem!
When I exit from HDT and return to the syslinux menu there's no cursor,
but the keyboard still works.
--
Kent Robotti <kent.robotti at gmail.com>
2003 Nov 07
2
Réf. : Net groupmap fails
Stephanie,
Thank you for your help. I tryed what you suggest but no luck.. I get
this:
root@lnxsrvr2:~# /usr/local/samba/bin/net groupmap add ntgroup="Domain
Admins" unixgroup="Domain Admins" rid=512
Can't lookup UNIX group Domain Admins
Is there something with initial compiling samba 3.0.0 that would disable
this? All the documentation that I've seen makes it look so
2005 Jun 29
2
Failed make (PR#7978)
I downloaded R v2.1.1 earlier this morning to compile under Fedora Core 4.
It compiled without incident, but 'make check' failed. Below is the relevant
part of its report. Is this a known problem?
I used a locally compiled version of GCC v4.0.0 that reports
[kent at d89h102 R-2.1.1]$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0.0/configure
2006 Sep 09
3
Per field analyzer
Is there a way to add per-field analyzer? I can''t seem to find a way to do that.
Thanks
--
Kent
---
http://www.datanoise.com
2013 Dec 17
0
[LLVMdev] an OS around LLVM
Check out PNaCL
http://www.chromium.org/nativeclient/pnacl
Cheers,
Sam
Sam Parker
Research Student
Electronic Systems Design Group
Loughborough University
UK
________________________________________
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of mindmachine at free.fr [mindmachine at free.fr]
Sent: 17 December 2013 14:03
To: llvmdev at cs.uiuc.edu
Subject:
2004 Nov 15
2
eudora issue
There seems to be a protocol mismatch between eudora and dovecot when
using pop. The login interchange with, for example, mozilla, is as
follows:
MO: [connects]
DC: +OK dovecot ready.
MO: CAPA
DC: +OK
DC: CAPA
DC: TOP
DC: USER
DC: UIDL
DC: RESP-CODES
DC: STLS
DC: SASL PLAIN
DC: .
MO: USER yyy
DC: +OK
MO: PASS xxxxxxxx
DC: +OK Logged in.
But with eudora, with apparently equivalent
2002 Aug 13
1
Further comment on chroot patch for openssh-3.4p1
The way this was last supplied to this list (2002-07-13) has the chroot
after the call to 'setpcred'. In AIX 4.3.3 the call to setpcred changes
the uid and eff. uid to the user attempting to logon. Then the call to
chroot( new_home ) fails because AIX requires that any user issuing
the chroot subroutine be at root authority.
Net result: attempting to do a chroot after the call to