Displaying 20 results from an estimated 700 matches similar to: "Hangup or busy when the peer answer outgoing calls"
2019 Apr 21
2
FTS delays
Inbox appears in the list of arguments, because fts_backend_xapian_lookup() is parsing the search args wrong. Not sure about the other issue.
> On 21 Apr 2019, at 19.31, Joan Moreau <jom at grosjo.net> wrote:
>
> For this first point, the problem is that dovecot core sends TWICE the request and "Inbox" appears in the list of arguments ! (inbox shall serve to select teh
2019 Apr 21
2
FTS delays
It's because you're misunderstanding how the lookup() function works. It gets ALL the search parameters, including the "mailbox inbox". This is intentional, and not a bug. Two reasons being:
1) The FTS plugin in theory could support indexing/searching any kinds of searches, not just regular word searches. So I didn't want to limit it unnecessarily.
2) Especially with
2018 Dec 15
0
Multiple SSL certs in a virtual Domain hosting environment
I am trying to get this correct.
---------------- configuration ------------
# 2.0.0: dovecot.conf
auth_cache_negative_ttl = 3600 s
base_dir = /var/run/dovecot/
disable_plaintext_auth = no
first_valid_uid = 100
info_log_path = /var/log/dovecot-info.log
log_path = /var/log/dovecot.log
listen = *
login_log_format_elements = user=<%u> method=%m rip=%r lip=%l %c
mail_debug=yes
mail_location =
2019 Apr 21
3
FTS delays
On 3 Apr 2019, at 20.30, Joan Moreau via dovecot <dovecot at dovecot.org> wrote:
> doveadm search -u jom at grosjo.net mailbox inbox text milan
> output
>
> doveadm(jom at grosjo.net): Info: Query : ( bcc:inbox OR body:inbox OR cc:inbox OR from:inbox OR message-id:inbox OR subject:inbox OR to:inbox OR uid:inbox ) AND ( bcc:milan OR body:milan OR cc:milan OR from:milan OR
2006 Jun 08
1
zap calls drop suddenly + tremendous noise when answering a call
We have an asterisk box with the following configuration:
- AMD Athlon XP 2400+
- 512 MB RAM
- SUSE Linux 10.1
- a Digium card TDM400P with 3 FXO
- another Digium card TDM400P with 4 FXS
- asterisk 1.2.7.1
- zaptel 1.2.4
I already checked that those cards aren't sharing interrupts (by cat
/proc/interrupts):
0: 14119786 XT-PIC timer
1: 10 XT-PIC i8042
2:
2007 Nov 17
7
Using RSpec to drive the design of a GUI desktop application
Hello everybody,
I''ve been using RSpec as a tool to create web applications for some time
now, in Rails, and using plain Ruby with WEBrick as well. The tool suits my
needs and the story runner is great.
Now there are things that aren''t solvable on the web, you''ll need a _real_
desktop application for those problems.
So I''ve toyed a bit around with various GUI
2006 Mar 13
7
Wilcard search
Hello,
I''m writing a search function for my application, but I am unsure on how
to search for all results that contain my search string; here''s what
I''ve got:
def search
@products = Product.find(:all,
:conditions => "date_available < now()",
:conditions => [ "title ilike ?",
2000 Jul 10
4
Account Not Authorized ???
Using Linux 5.2 Red Hat
Using WinNT 4.0 Workstation SP5
Trying to access a file system on the Linux Server (\\Ide)
from the WinNT workstation (\\Glagowski)
When the server \\Ide is selected in the Network Neighborhood Explorer,
a dialog box requesting Connected As: ___ and Password:___ appears.
Prividing correct information results in the message:
"The account is not authorized to login from
2006 Nov 03
6
How to send data,
Hello,
First of all I''m new to working with sockets,
so the problems I''m having are probably because of my lack of understanding.
What I''m trying to accomplish is to create a mac os x client gui to ruby-debug.
When a application that includes ruby-debug is started,
it starts listening for 2 connections; 8989, 8990
The connection is made by calling the connectToApp
2013 Dec 22
3
generacion aleatoria de coordenadas
Hola a todos
He estado trabajando con el paquete osmar y funciona muy bien.Puede alguien decirme donde encontrar informacion o algun script para generar una lista con N pares de puntos (longitud/latitud) aleatorios o siguiendo una funcion determinada dentro del marco de coordenadas definido por corner_bbox(left, bottom, right, top) para despues plotearlos.
saludos
eloy ortiz
--
Este
2006 Aug 08
6
[Very OT] Steve Jobs, is he sick?
For us "Railers" on Mac systems we all probably watched Steve Job''s
keynote at the WWDC yesterday. Was it just me, or did Steve look
"sick"? I mean he has lost a lot of weight and his skin was very drawn.
--
Posted via http://www.ruby-forum.com/.
2019 Apr 21
0
FTS delays
For this first point, the problem is that dovecot core sends TWICE the
request and "Inbox" appears in the list of arguments ! (inbox shall
serve to select teh right mailbox, never sent to the backend)
And even if this would be solved, the dovecot core loops *after* the
backend hs returneds the results
# doveadm search -u jom at grosjo.net mailbox inbox text milan
doveadm(jom at
2019 Apr 21
0
FTS delays
No, the parsing is made by dovecot core, that is nothing the backend can
do about it. The backend shall *never* reveive this. (would it be buggy
or no)
PLease, have a look deeper
And the loop is a very big problem as it times out all the time (and
once again, this is not in any of the backend functions)
On 2019-04-21 10:42, Timo Sirainen via dovecot wrote:
> Inbox appears in the list of
1998 Jun 25
1
Bug#23903: samba: samba maps username before authenicating with NT password server
Hi,
I am the Debian GNU/Linux of the Samba package in this distribution.
Today I received this bug report but since I don't use the
authentication method this user mentions, I can't reproduce the
problem. I heard Jeremy Allison said something about a bug in 1.9.18p8
regarding user mappings and posted a patch but since the patch is
applied to the version of Samba this user is using, I am
2011 Jan 24
2
Outgoing FXO calls have no audio with callprogress=no
My outgoing FXO calls are answered but have no audio in either direction
if I have callprogress=no in chan_dahdi.conf. If I change to
callprogress=yes then the audio returns. My chan_dahdi.conf file is
listed below. Can anyone point-out why callprogress=no isn't working?
#cat /tmp/a
[trunkgroups]
[channels]
language=en
context=incoming
toneduration=40
;usedistinctiveringdetection=yes
2019 Apr 21
0
FTS delays
Timo,
A little of logic here :
1 - the mailbox is passed by dovecot to the backend as a mailbox *
pointer , NOT as a search parameter.
-> It works properly when entering a search from roundcube or evolution
for instance.
-> therefore this is a clear bug of the command line
2 - the loop : Actually, the timeout occurs because the dovecot core is
DISCARDING the results of the backend
2007 Feb 17
3
Problem with busydetect and cell phones
I have a very strange problem I'm hoping someone has encountered already.
I've scoured the internet for an answer to this one. My phone company
provides no disconnect supervision. Hence I'm forced to use the busydetect
feature. I have a TDM400 with two FXO ports. If I call from an internal
extension to a landline and then hangup the landline Asterisk detects the
busy signal
2007 Jun 22
2
One file open or locked way too many times. How to fix?
A Windows 2000 Server is a member server of the domain. The domain
server is CentOS 4.5 with all updates and Samba 3.0.24 built using the
packaging/RHEL/makerpms.sh script. The W2k server is opening this file
on the samba server.
This problem started several versions of CentOS and Samba ago, and I did
the upgrades thinking it would fix it. It did not.
It seems to be "locking" or
2011 Sep 11
2
Cosinor Analysis
Hola,
En el contexto del método del cosinor descrito por Halberg y posteriormente por Bingham, no logro calcular el error standard correspondiente a la amplitud y a la ortofase. La función lm permite obtener, entre otros datos, el error standard correspondiente a los coeficientes de la regresión (intercept, beta y gamma), pero no sé cómo relacionar ese s.e. de beta y gamma con el s.e. de
1998 Jul 15
3
smbprinting --> HP
HI all,
Question:
I have a freeBSD box using smbprint to print on a HP jet direct printer
attatched to a NT server.
However the formatting is horrible and it only prints out about the first 2
lines of a file. Any suggesstions out there?
thanks!
-aaz