Displaying 20 results from an estimated 800 matches similar to: "Unable to get our IP address, Skinny disabled"
2006 Jan 05
3
TE110p and pri_cpe signalling not recognized
Hi guys,
I've been installing and configuring a TE110p card. The compile and
install went very well. I'm using this on FC4 and I compile with
linux26 as well checked I on the udev configs.
zttool and ztcfg both indicate that the card is ready.
But when I try to "load chan_zap.so" then I get the following
Unable to load module chan_zap.so
Jan 5 21:43:33 ERROR[6808]:
2009 Jul 08
1
truncated regression out-of-sample predictions
Dear all,
I am trying to implement Simar & Wilson's (2007) second algorithm and
have the following question: If I use a truncated regression on the m<n
observations, how do I get fitted values for all n observations, instead
of for m observations, which is what the command fitted returns; I would
need these to construct the left-truncation needed to draw n random
deviates.
1998 Aug 31
3
Case sensitivity
I have had a bit of a problem getting consistency in filenames between NTFS
and HPUX-Samba shares. Every time files are moved or copied to the
samba-shares they convert all cases to lower. I have put the following in to
smb.conf
case sensitivity = yes
preserve case = yes
short preserve case = yes
which I put in the global section and in to several of the shares sections
also, but the
2008 Apr 14
2
Installing Centos 5 on HP DL140 G3
I want to install CentOS 5.1 with hardware RAID on an HP DL140 G3 server
that I have here for testing. It prompts me for a storage controller.
According to this readme page for the latest driver at
ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p1463703615/v44436/mpt
linux-4.00.13.01-2.rhel5.i686.dd.gz.txt
CentOS 5 should already contain a "default driver version contained in the
Red
2007 Sep 07
2
HP DL140 Help Required
Dear All,
Salam!!!
Well i am using CentOS release 4.3 (Final). From the start i installed the
CentOs plus kernal;
CentOS (2.6.9-42.0.8.plus.c4smp)
I was facing the problem, that is system poweroffs, as this was happening
randomly, but always found
this problem in the night or even early morning. Also i assure you that
system and all applications work
normally in the office timings as i use to
2009 Jul 08
1
bootstrapping error message "Error in t.star[r, ] <- statistic(data, i[r, ], ...) : number of items to replace is not a multiple of replacement length"
Hi,
I am trying to run some bootstraps with the boot package. When I run
it with 400 replicates it does it ok, but then I need to run the same
analysis but with 89, 86, 102 and 106 samples (for four different
environments), and then is when I get the error message:
> mybootstrap <- boot(Datos, mystat, 2000)
Error in t.star[r, ] <- statistic(data, i[r, ], ...) : number of
items to
2007 Jan 04
2
Dimensioning a 50 sip phone installation
Hi,
Some help with dimensioning the server will be gladly accepted.
-50 sip phones (g729) or g711(to avoid transcoding) in LAN
-an asterisk server (1.4) doing normal pbx functions + voicemail in the same LAN
-Some sporadic conferencing with no more than 2 sip phones and maybe 2
or 3 calls coming from the E1 for a total of 5 people in a conference.
The asterisk server will get an E1(pri) via one
2003 Sep 16
0
VTGO! Skinny PocketPC Client fails with Skinny Register
Ok, Skinny gurus. (btw, I'm super pleased to see development happen on
this).
Thoughts on this??
I added this context to my skinny.conf:
[ppc]
device=SEP00022D494F2A
context=employees
line => 50 ; Dial(Skinny/1@ppc)
I've downloaded the 30 day Window eval of VTGO! (PPC) from www.ipblue.com
and it hangs on Registering.
*CLI> skinny debug
Skinny Debugging Enabled
2006 Mar 21
0
Sound dies
Hi guys,
I'm using SIP phones with Asterisk 1.2 and going fine, most of the time.
However, when the duration of a call is longer than 20minutes I often
stop hearing the other party, but that one keeps most of the time
hearing me. Does any of you know of this or similar problems?
Thing is that I'm connected to the Asterisk over VPN tunnel, but how
sensitive is the SIP protocol to a short
2009 Jul 14
1
Ubuntu JGR
Hello,
I cannot get JGR installed.
Here is what I have tried so far http://wiki.ubuntuusers.de/R
1. sudo -s # root werden
R CMD javareconf
root at gunnar-laptop:~# R CMD javareconf
Java interpreter : /usr/bin/java
Java version : 1.5.0_18
Java home path : /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre
Java compiler : /usr/bin/javac
Java headers gen.: /usr/bin/javah
Java archive
2009 Jul 13
1
Ubuntu und R
Hallo Zusammen,
hatte gestern die Schnauze voll von Vista und habe mir daraufhin Ubuntu
installiert. Bin also mit Ubuntu ?berhaupt nicht vertraut.
Nun habe ich ohne Erfolg versucht, R zu installieren.
Soweit ich der Anleitung folgen konnte habe ich es so wie auf
http://wiki.ubuntuusers.de/R gemacht.
Im Terminal kann ich R problemlos starten.
Allerdings bei der Installation von
2006 Apr 07
2
Fat Data Model vs Skinny Data Model
Ive recently been contemplating how to tackle allowing for extra
"fields" to be added to a recordset. For example, a user has an email
address, but they may also want to put their birthday, height, weight,
etc. I don''t want to constrain what is possible in this situation. I
think what I''m describing is best documented in Philip Greenspun''s
page here:
2013 Jun 13
0
[PATCH] Btrfs: fix not being able to find skinny extents during relocate
We unconditionally search for the EXTENT_ITEM_KEY for metadata during balance,
and then check the key that we found to see if it is actually a
METADATA_ITEM_KEY, but this doesn''t work right because METADATA is a higher key
value, so if what we are looking for happens to be the first item in the leaf
the search will dump us out at the previous leaf, and we won''t find our item.
So
2013 Jun 14
0
[PATCH] Btrfs-progs: fix misuse of skinny metadata in btrfs-image
As for skinny metadata, key.offset stores levels rather than extent length.
Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
---
btrfs-image.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/btrfs-image.c b/btrfs-image.c
index 739ae35..e5ff795 100644
--- a/btrfs-image.c
+++ b/btrfs-image.c
@@ -798,9 +798,9 @@ static int copy_from_extent_tree(struct metadump_struct
2010 Apr 10
0
How Cisco ATA 186 through SCCP with skinny.conf ?!
Hi people,
I have a Cisco ATA 186 which understands only the SCCP protocoll,
therefore I am a pure beginner and I hope that anybody of you could help
me.
How will I configure the ATA which has 2 analog ports?
For any support I would kindly thank you
Tamer
2008 Oct 09
1
Cisco 7960 sccp, Skinny and 1.4
Hi All,
I'm thinking of creating a new asterisk server using the latest 1.4
stable release to replace my ageing Asterisk SVN-branch-1.2-r7231 (its
been a while!).
My only concern - my phones are Cisco 7960's (with sccp firmware 7.2
loaded) and to support them better, I remember compiling in a skinny(?)
driver to replace the (from what I could tell) basic in built sccp
support. After
2008 Jan 18
0
Cisco 7910 Handsets: Skinny protocol?
Dear all.
I have about 30 Cisco 7910 handsets, and my basic research has told me that
they are not SIP based handsets. Not to worry for now, I just need them to
connect to my asterisk server. They are giving me a bit of a hard time. Has
anyone here had any experience on how to do this? Documentation on the
internet is seriously lacking.
Best regards,
Mr Gabriel Ogunleye
IT
2003 Sep 18
1
Skinny + XMLDefault
Please forgive me my ignorance ...
I've spent two days trying to find out something about the format of the
default configuration file, which CCM produces. The only example I have so
far is the one from the chan_sccp source.
There were tons of references on entering the callmanager commands on a
cisco command line - which I don't have (don't need thanks to
chan_skinny + chan_sccp).
2003 Oct 14
1
Cisco hard IP phones and Skinny vs. SIP
I have Asterisk up and running and it is working great with my SIP phones.
However, I have some "Skinny"-protocol Cisco 7960s. Does Asterisk support
the Skinny protocol? I've seen some references to Skinny in the software.
If so, should I stick with Skinny with the 7960 or convert to SIP? If
anyone has some Skinny confs they would send me I'd be much obliged.
If I should
2003 Oct 15
2
skinny problem
has anyone seen this?
-- Starting Skinny session from 192.168.13.102
-- Starting Skinny session from 192.168.13.102
triton*CLI> Oct 15 13:44:05 WARNING[213019]: File chan_skinny.c, Line 2243 (get_input): Skinny Client sent less data than expected.
Oct 15 13:44:05 NOTICE[213019]: File chan_skinny.c, Line 2301 (skinny_session): Skinny Session returned: Success
Oct 15 13:44:05