Displaying 20 results from an estimated 37 matches for "occasionali".
Did you mean:
occasional
2003 Dec 20
3
iconnect 480 unavailable msgs
Hi guys
i signed up to iconnect a few hours ago to try do some cool stuff. but im having a few problems. Im running asterisk and xp/xlite softphone.. both xp box and asterisk box are on public ips.
The problem is that when i ring anyone in the world it'll ring they'll pickup and i can hear them 100% perfectly/clearly.. but they cant hear me.. occasionaly they can hear something like a
2005 Aug 15
2
Only single channel recorded with Monitor
We are using the following to record conversations.
exten => _1XXX.,1,SetVar(CALLFILENAME=call_to_${EXTEN:1}_dated_${TIMESTAMP})
exten => _1XXX.,2,Monitor(wav,${CALLFILENAME},m)
exten => _1XXX.,3,Dial(IAX2/4506:zj5S3A5a@nl.voipgate.nl/${EXTEN:1})
exten => _1XXX.,4,Congestion
exten => _1XXX.,104,Congestion
This was working previously to record both sides of the
conversation but now
2009 Aug 01
1
SNOM Phones Displays NR Frequently
Hi,
I am using SNOM phones with Asterisks for few years. They used go occasionaly NR, and I would reregister them from the phone web interface. But it started doing frequently for last few months.
Here are SNOM Phone and the firmware version;
snom190-SIP - Version-Code: snom190-SIP 3.56m
snom320-SIP - snom320 jffs2 v3.36
snom300-SIP - snom300-SIP 6.5.2
Asterisk version - Asterisk
2007 Jul 22
2
Server Side AEC
Hi Jean-Marc,
Regarding you points:
1) Is it ok if the audio is encoded (using Nelly Moser ASAO) and sent to the client and decoded when it is recevied so the AEC is always performed on raw PCM16 8KHZ ?
2) The audio is moved in 32ms (512 byte) chunks and the reading and writing to the AEC code will be done by separate threads at regular 32 ms intervals.
3) Occasionaly audio is
1999 Sep 06
1
Printer button
Hi,
I am not able to print from within windows 98 (graphics and text) in
the latest R. Menus and buttons don't function...
platform Windows
arch x86
os Win32
system x86, Win32
status
status.rev 0
major 0
minor 65.0
year 1999
month August
day 27
language R
Anybody encountering the same problem ?
Also windows manipulation by the environment
2011 Jul 13
4
OT: USB3 drive occasionally not detected
Hi Folks,
CentOS 5.5 x86_64
Asrock-Board with 2 USB3 plugs.
Normally USB3-drive is detected. But occasionaly after "umount" next time this
drive or other ones will not be detected.
I have to boot the PC - than it works - till next unrecognition.
On USB2 plugs all works correct.
No messages in /var/log/messages nor dmesg.
What happens here?
Board failure - or other reasons?
Some
2009 Feb 12
1
strange ''too many errors'' msg
Hi,
just found on a X4500 with S10u6:
fmd: [ID 441519 daemon.error] SUNW-MSG-ID: ZFS-8000-GH, TYPE: Fault, VER: 1, SEVERITY: Major
EVENT-TIME: Wed Feb 11 16:03:26 CET 2009
PLATFORM: Sun Fire X4500, CSN: 00:14:4F:20:E0:2C , HOSTNAME: peng
SOURCE: zfs-diagnosis, REV: 1.0
EVENT-ID: 74e6f0ec-b1e7-e49b-8d71-dc1c9b68ad2b
DESC: The number of checksum errors associated with a ZFS device exceeded
2006 Mar 06
6
Executing SQL in rails, and the types of the data returned
Hi,
Every once in while I have to run SQL by hand, in my models mostly. But
I''m wondering if there is a better way of doing it than I do. And, I
have a question concerning types of the fields in the result the query
produces.
First, about the types. In a certain model, to get and return the value
of a boolean function, I have to do:
result =
1998 Apr 16
2
Problem with visual C++ and samba
We are having a problem with Microsoft visual C++ compiling source
code maintained on a samba server. Occasionaly the compiler reports
that it cant open the file vc50.pch. The samba server is running on a
freebsd box. Taking a look at the log files it looks like when the
operation fails the server is processing the command
open (vc50.pch for exclusive use
write
setattrE
write
open (vc50.pch
2005 Jul 01
1
bug: very strange behavior with pop3
Hello,
We have some strange problem which could be related to authentication here.
All our user info is in an openldap directory. We normally use
pam/getpwent in dovecot to access our user accounts, via
nss_ldap/pam_ldap, but we tried to connect directly to the ldap server,
with the very same results.
We have one user (out of 100) which just cannot use dovecot with pop3.
His
2008 Jan 07
1
Working platform with FreeBSD + USB + MGE Ellipse (usbhid-ups)
Hi,
I've have had some difficulties to run NUT on freebsd, but I finally managed to
have something that work reliably enough. For those who may be interested,
here is what I did.
Os: FreeBSD 6.2-RELEASE-p7, nut: 2.2.0, libusb: 0.1.12
First, I had to patch libusb with the changes submitted by Nevil Thatcher
in the nutups forum in may 2006. Without this change, nothing works.
2007 Jul 22
1
Server Side AEC
The client is the adobe flash player. No install and on 98% of all desktops but we can't change it.
It works ok if people use headphones but we need to stop the howl than can build up if more than one person in a conference has mic to close to speakers.
Any ideas?
Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
> 1) Is it ok if the audio is encoded (using
2017 May 22
3
SIP Trunk over Proxy (matching ip of outbound proxy in incomming calls)
Hello List
I work at an SIP Provider and we have added and SBC in front of our
Voice Switch to protect it.
This requires all our SIP Trunk customers to register via a 'proxy'.
I struggle with Asterisk to work over a proxy.
This is what I have done so far.
register => username at sip.example.com:password at sbc.example.com
This works fine, asterisk is sending registrations via the
2014 Sep 02
2
[LLVMdev] LICM promoting memory to scalar
I think gcc is right.
It inserted a branch for n == 0 (the cbz at the top), so that's not a problem.
In all other regards, this is safe: if you examine the sequence of loads and stores, it eliminated all but the first load and all but the last store. How's that unsafe?
If I had to guess, the bug here is that LLVM doesn't want to hoist the load over the condition (which it is right
2007 Jul 22
0
Server Side AEC
> 1) Is it ok if the audio is encoded (using Nelly Moser ASAO) and sent
> to the client and decoded when it is recevied so the AEC is always
> performed on raw PCM16 8KHZ ?
No. The entire path from AEC to loudspeaker and from mic back to AEC
must be free of any non-linearity, codec, drift, ...
> 2) The audio is moved in 32ms (512 byte) chunks and the reading and
> writing to the
2001 Aug 11
0
wine won't read windows .reg files on RH 7.1
Hi,
I have been trying to get wine to work for a while now. It just won't read
my windows registry files. I obviously have an existing windows partition.
When I run a notepad.exe style app, no problems, but anything more complex
gives me "Can't initialize a certain component, please reinstall" type
message. This makes me think it's not reading my existing registy and thinks
1998 Nov 24
0
2 small authentication problems
Hello,
I've had those annoyances with the new beta:
- in source/passdb/smbpass.c, you have :
/* Get smb uid. */
p++; /* Go past ':' */
if (!isdigit(*p)) {
DEBUG(0, ("getsmbfilepwent: malformed password entry (uid not
number)\n"));
continue;
}
I got stuck there by this entry :
nobody:-2:XXX...
The '-' made the test fail. I
1998 Nov 24
0
source/client/client.c : redundant calls to getenv()
Another small problem in 2.0.0beta2: around line 1968, getenv() is called
three times, with the same argument. The glibc manual says the memory zone
returned by getenv() may be clobbered on non-glibc systems by other calls
to getenv(), but there are no such calls in-between. I suggest to modify
this code as :
line 1924 : char *p, *user;
line 1968 :
if ((user=getenv("USER")) {
2000 May 20
0
PLEASE : Help with filename-collisions
Hello samba-users,
I have a problem with mangled-name-collision :
I have 2 files with long filenames on a samba-server (V2.07, solaris).
The filenames are
xxxxx_APB.h and xxxxx_SEL.h
For some reason the first part of the name has to be xxxxx_
The mangle name of both files is XXXXX_~5X.H (look at the fileproperties in
explorer)
That means to me, that the hash-algorithm,
which generates the
2002 Oct 07
0
Strange printer driver upload prob..
Hey All, I'm trying to get printer driver uploads going with the
[print$] share. I'm running 2.2.4 on a RedHat 7.3 box.
This is a strange problem that I really havent been able to figure out,
and I'd appreciate it if anyone's got any tips or hints..
The thing is is that the uploads, through the 'Printers and Faxes' share
on an XP machine works only occasionaly..
By