Displaying 20 results from an estimated 7000 matches similar to: "RTP / SIP routing issues"
2003 Aug 07
3
Call routing question
I have a quick call routing question that I'm sure is simple, but for the
life of me I can't figure out.
For example, someone dials 94162384000 asterisk trys our first call route
(our sip trunk) as per the extension rule below:
exten => _9NXXXXXXXXX,1,Dial(SIP/${EXTEN:1}@10.10.100.40)
However, this call fails because 94162384000 is one of our phone lines and
our SIP gateway detects a
2009 Nov 18
0
Optimal parameters for Savitzky-Golay smoothing filter (loop)
Hi
I am running a Savitzky-Golay smoothing filter
(http://tolstoy.newcastle.edu.au/R/help/04/02/0385.html) for variables
in my dataset, dim (272:90). I managed to run the code for individual
variables in the dataset and then combine the results into a single
dataset. My novice attempt at this task is shown below
csg<-NULL
for (i in 1:ncol(data.all)) {
2005 Jan 24
1
lookups and joins
I have some data coming from SQL sources that I wish to relate in various ways. For reasons only known to our IT people, this can't be done in SQL at present.
I am looking for an R'ish technique for looking up new columns on a data frame. As a simple, hardwired example I have tried the following:
# This gives me two columns, one the lookup value and the second one
# the result column,
2003 Sep 10
1
ADSI & Vista/Aastra 350
I have ADSI working on my Aastra (Vista/Nortel) 350 phone and everything is
working fine.
However, I want the asterisk.adsi to load into the 'self-load' slot but
can't figure out what the correct FDN for doing this is. Does anyone know
the right FDN for the SL slot on these phones?
Also, does anyone have any cool/interesting ADSI scripts they wouldn't mind
sharing? I'm
2018 Apr 25
0
[OFF-TOPIC] Reminder to tighten ALL types of security
This posting is off-topic because it is not about Centos. Please
refrain from replying to the list as that will generate further off-topic
traffic inevitably irritating subscribers.
On the balance of probabilities, I think everyone will benefit from
reading at least the first 6 pages of a 19 pages English criminal
sentencing statement about a child, in England, successfully breaking
into the home
2009 Dec 29
1
FW: tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Hi Dominic,
I wanted to wait for the original mail to pop up on the list.
But somehow it did not appear yet.
So while the problem seems to be solved meanwhile, I wanted to
comment on the relevant log portion below (see inline):
Dominic Gamble wrote:
> Hi Michael,
>
> As I mentioned, here is the full log file.
>
> Thanks for your time.
>
> Cheers,
> Dominic.
>
>
2007 Jul 14
10
[Bug 1340] New: Support for Camellia block cipher to OpenSSH-portable.
http://bugzilla.mindrot.org/show_bug.cgi?id=1340
Summary: Support for Camellia block cipher to OpenSSH-portable.
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Miscellaneous
AssignedTo: bitbucket at mindrot.org
2007 Oct 01
1
Odd one way RTP on SIP to SIP calls
Hi everyone,
I'm having an odd problem with one way RTP on SIP to SIP calls.
I have two SIP servers, one is an Asterisk and the remote SIP server
is a Nortel SIP server.
When a call comes to the Nortel server through the PSTN and is routed
to the Asterisk, audio is fine. Two way RTP and no problems. When a
SIP client registered on the Nortel server calls the Asterisk, the
Asterisk
2006 Aug 22
2
HPUX net ads join
Have been running samba successfully authenticating to a windows 2003
domain since 3.0.1. Starting in 3.0.23 and 3.0.23b I can't do a "net
ads join" on a HPUX itanium server running 11.23 ia64. I can kinit just
fine w/ this userid. Samba was built with gcc 4.1.1. See below:
root@serv00 # kinit jjurich_wa
Password for jjurich_wa@DIVMS.UIOWA.EDU:
root@serv00 #
2008 Feb 11
1
[PATCH] virtio_net: Fix oops on early interrupts - introduced by virtio reset code
Avi,
this fixes a problem that was introduced by the virtio_reset patches.
Can you apply that fix to kvm.git as a bugfix, as the virtio_reset
infrastructure is not on Linus upstream yet?
Anthony, Dor,
are you ok with that change?
--
With the latest virtio_reset patches I got the following oops:
Unable to handle kernel pointer dereference at virtual kernel address 0000000000000000
Oops: 0004
2008 Feb 11
1
[PATCH] virtio_net: Fix oops on early interrupts - introduced by virtio reset code
Avi,
this fixes a problem that was introduced by the virtio_reset patches.
Can you apply that fix to kvm.git as a bugfix, as the virtio_reset
infrastructure is not on Linus upstream yet?
Anthony, Dor,
are you ok with that change?
--
With the latest virtio_reset patches I got the following oops:
Unable to handle kernel pointer dereference at virtual kernel address 0000000000000000
Oops: 0004
2004 Sep 21
0
SIP Phone dropping calls, SIP Softphones working fine
Hello!
I am semi-new to asterisk, I've been toying with it for about a month
now. I'm using the current version from the CVS server (as of last
week) and have succesfully connected it to Broadvoice, as well as a
few softphones. I got a Nortel i2004 IP phone from a friend to setup
at home as a homephone using Broadvoice, but going through my * box
and using iptel.com for toll free calls.
2009 Oct 30
1
.Rprofile replacement function setwd() causing errors
In my .Rprofile I have the following functions which display the
current directory in the main R window title bar,
and modify base::setwd() to keep this up to date. I like this because I
can always tell where I am in the file system.
cd <- function(dir) {
base::setwd(dir)
utils::setWindowTitle( short.path(base::getwd()) )
}
short.path <- function(dir, len=2) {
np
2002 Feb 21
2
hpa-tftp with xinetd
Good day,
Just a quick question- could someone please confirm that this is the correct
xinetd configuration (or not) for hpa-tftp?
We've noticed that, when under moderate load hpa-tftpd resides in memory,
even after there are no connections or even if xinetd is shut down. Under
light load the server goes away after each connection, as desired.
Thanks in advance!
service tftp
{
2006 Apr 20
0
Custom path overriding - routes.rb
I want to be able to have custom URL paths to some of my data.
For example, I might have some entries in my "item" table like:
id=1, title="Test", path="/test.html", content="some test content..."
id=2, title="Example", path="/another/example/", content="some
example content..."
id=3, title="Some more",
1999 Sep 20
0
My question on creating binaries
Hi People
Thanks to all who replied I did not word the question very
well. I had a problem in compiling the binaries on one machine then moving
them to another where they would not work. What I did not know then was that
the semaphores were not cleared when samba 1.9.18p1 was stopped so I got a
shared memory and semaphores error. Cleared it by rebooting after installing
the new bins.
Thanks
2012 Sep 06
1
[LLVMdev] Error running spec benchmark with FMA4 on X86
Hi All,
I am facing miscompare error when running povray (and few other C/C++
benchmarks) from spec cpu2006 suite enabling FMA4 (and disabling FMA3). I
have used -ffp-contract=fast to turn on this option. (Compilation options
and targets pasted below).
>>>>>>>>
clang version 3.2 (trunk 163295:163308) (llvm/trunk 163295)
Target: x86_64-unknown-linux-gnu
Thread model: posix
2007 Jul 09
1
The Camellia block cipher for OpenSSH 4.6p1.
Hi,
I implemented a patch for porting the Camellia block cipher to
one of the OpenSSH-usable cipher. Camellia is one of the approved
encryption methods of NESSIE and has specified in several RFCs.
I put the patch at:
http://www.is.titech.ac.jp/~yanagis0/text/camellia/openssh-4.6p1-0.2.patch
in http://www.is.titech.ac.jp/~yanagis0/text/camellia-e.html.
I hope you will enjoy this patch and
2005 May 27
1
Preserving uid/gid on remote machine with non-root permission
Is there a way to backup files to a remote machine on which I don't have
root permission, while preserving their uids/gids? I know that only the
super-user can set the owner and group of a file, so what I am actually
looking for is a tool that would store the actual uids/gids of all files
that are backuped by rsync in a kind of meta-file. This file could then
be used to restore the files
2008 Apr 07
1
Width of text displayed in R
All,
I think this is pretty basic but I couldn't find the answer in any
source.
I have just built my own R for Linux (amd 64). It runs well, but R
thinks that it only has 80 characters or so of screen width. I log on
with Putty to the box and can stretch it as large as I want.
Is there a simple way to tell R to use more screen width when
displaying?
From whatami:
OS RELEASE :