Displaying 20 results from an estimated 6000 matches similar to: "Unable to register a sip account with x-lite"
2010 Mar 03
2
Getting verbose or debug tracing in Asterisk
Hi,
For some reason I can't get Asterisk to produce debug or verbose tracing
output.
I connect to asterisk using 'asterisk -r'
Then issue the command:
Core set debug 10
And
Core set verbose 10
And it confirms that the correct level has been set.
I then attempt a connection from an x-lite client.
However, no debug or verbose output appears in the console or in any of
the log
2006 Oct 16
1
1.4 beta voicemail warning
hey all,
I'm getting this warning on the console when I leave a voicemail on my test
server:
[Oct 16 20:56:36] WARNING[3853]: app_voicemail.c:6552 vm_exec: Prefixing the
mailbox with an option is deprecated ('u250@local-vm-users').
[Oct 16 20:56:36] WARNING[3853]: app_voicemail.c:6553 vm_exec: Please move all
leading options to the second argument.
This is what voicemail.conf
2016 Aug 30
12
Multiple phones when one is unregistered
I have an extension that looks like this:
exten => 5555551111,1,Verbose(Door buzzer calling)
same => n,Dial(SIP/user1&SIP/user2&SIP/user3)
The idea is that any of the three users can answer the phone to let
someone in. The problem is that if, say, user2 unplugs his phone then
the call immediately goes to his voice mail and the other two do not
have the ability to open the door.
2016 Oct 28
2
mischeduler
Hi,
Regarding the mischeduler, I wonder
// For loops that are acyclic path limited, aggressively schedule for
// latency. This can result in very long dependence chains scheduled in
// sequence, so once every cycle (when CurrMOps == 0), switch to normal
// heuristics.
if (Rem.IsAcyclicLatencyLimited && !Zone->getCurrMOps() &&
tryLatency(TryCand, Cand, *Zone))
2004 Mar 18
5
Problem while installing the SAMBA...
Hi ALL...
I am new to SAMBA, when i am trying to compile SAMBA by using make, It
is just waiting and doing nothing.
make
Using FLAGS = -O -I./popt -Iinclude -I/opt2/samba/samba-3.0.2a/source/include -I/opt2/samba/samba-3.0.2a/source/ubiqx
-I/opt2/samba/samba-3.0.2a/source/smbwrapper -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/opt2/samba/samba-3.0.2a/source
LIBS =
2015 Nov 26
2
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
Hi,
No, I tried fetching over imapc too exactly as you suggested.
In my case it was not from cyrus, but from CriticalPath.
isync was finally able to do the job, preserving flags and doing UIDs
mapping. The most boring part was generating proper config file for
thousands of accounts.
A working imapc/dsync would have been better.
Emmanuel.
Le 26/11/2015 15:24, Sami Ketola a ?crit :
> Hi,
2014 May 13
1
imapc problem
hello,
I have some trouble when trying to migrate from another imap server to
dovecot with imapc/dsync/doveadm.
when running "doveadm -o imapc_user=foo -o imapc_password=bar backup -R
-u localuser imapc:" all is ok.
But when running "doveadm -o imapc_user=foo -o imapc_password=bar sync
-R -u localuser imapc:", all local mods are overwritten. For example
deleting a
2007 Apr 13
3
apply problem
Dear R-Help
I am running apply on a data.frame containing factors and numeric
columns. It appears to convert are columns into as.character? Does it
convert data.frame into matrix? Is this expected? I wish it to recognise
numerical columns and round numbers. Can I use another function instead
of apply, or should I use a for loop in the case?
> summary(xmat)
A B
2003 Aug 15
1
Merging and sorting multiple data.frame
Dear R help,
I'm pretty new to R and would be grateful for help.
I have 11 data.frames, each with 3 columns of data. Each has the same
row.names, however these are not sorted.
Please tell me the best way to sort these (by row.names) and secondly the
best way to extract data columns from these to form a merged table.
Thanks a million
Aedin
2016 Aug 30
2
Multiple phones when one is unregistered
On Tue, 30 Aug 2016 10:39:14 -0400
Eric Wieling <ewieling at nyigc.com> wrote:
> The dialplan below cannot go to voicemail, either something else is
Of course not. It's the individual extensions that have voice mail. I
have a similar problem when one of those destinations is a cell phone
but I know that there is no Asterisk solution for that problem. If the
cell phone answers and
2007 Mar 16
1
Documentation and howto
Hi all.
I'm really intrested on how the CentOS team rebuilds all of the packages
from the src rmps: build environment, setup, tips and tricks.
Is there documentation about this somewhere?
Thanks.
--
Andrea Carpani <andrea.carpani at criticalpath.net>
Critical Path
2004 Mar 23
2
user authentication ....
HI Samba Guru's
We are installing Samba newly on our environment. We have lot of users
existing in our enviromnt. We would like to give samba access to users.
Do we have add each user or can we tell the samba to authenticate the users
from /etc/passwd and password from /etc/shadow and what are the options
if the users are in NIS.
Please help Thanks
Prasad.
2004 May 10
1
Solve for "Please set TMPDIR to a valid temporary directory"
Dear R Help,
My apologies if this is widely known, but I didn't find this in the R
archives.
I am running WinXP pro and R 1.90. Rcmd build or check fails with the
error: "Please set TMPDIR to a valid temporary directory"
$TMPDIR is set to $TMPDIR or C:/TEMP in share\perl\R\Var.pm. TMPDIR or
c:\temp do not exist on WinXP on my laptop. I have C:\WUTemp and the
env variables
2020 Sep 01
2
about header address parsing
Hi,
Is this expected or not?
From: user1 at fuga.example.com <user1 at example.com>
To: user2 at hoge.example.com <user2 at example.com>
?
a uid fetch 43055 (envelope)
* 1860 FETCH (UID 43055 ENVELOPE ("Thu, 30 Jul 2020 13:52:59 +0900" "test1" ((NIL NIL "user1" "fuga.example.com")) ((NIL NIL "user1" "fuga.example.com"))
2018 Dec 21
2
upg. CentOS 7.5 to 7.6: unable to mount smb shares - samba NT domain member using ldap
Originally I posted this question at CentOS forum 20.12.2018.
https://www.centos.org/forums/viewtopic.php?f=48&t=69193
Hi all,
I am not able to mount samba shares after upgrading CentOS 7.5 to 7.6. I
have been searching and trying to configure samba and winbind but no
success. I find a lot of manuals and help pages about setting samba and
winbind for machine acting as AD DC member but
2014 Nov 04
1
Dovecot-lda permission errors or maybe authentication errors?
I am a new dovecot user who recently transitioned my old mailserver to a new
CentOS/Postfix/Dovecot system. I am running a simple configuration with
about a dozen system users and Maildir folders. The e-mail setup seems to
be running fine when I use the default local-delivery-agent in Postfix.
However, I am trying to use the dovecot-lda instead so I can take advantage
of the sieve functionality.
2013 Oct 14
2
Using dovecot as LDA for postfix
Hi
Here is my environment:
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
postfix-2.9.1-1.rhel5
dovecot 1.0.7
I want to config a complete postfix-dovecot mail server. First I configured postfix to use procmail, its default LDA and dovecot for pop3 and imap. I didn't changed main.cf a lot, just myhostname and a few other properties. I didn't set home_mailbox. About dovecot.conf
2017 Jun 23
4
Courier migration to dovecot
Hi,
I'm almost ready to migrate Courier to Dovecot 2.2.31 but I have one
question about home and mail directory.
It's good idea to have same directory form home and mail ?
Which scenerio will be better and why ?
For example:
A)
Home: /home/doamin/user1
Mail: /home/doamin/user1
B)
Home: /home/doamin/user1/home
Mail: /home/doamin/user1
C)
Home: /home/doamin/user1/
Mail:
2009 Jul 03
3
alias best practice
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Given a Linux mail server with Postfix+Dovecot using MySQL as userbase, a single
Linux user for file system access, two mail domains configured (acme1.com
acme2.com) and a maildir structure as follows
\var\spool\mail\acme1.com-
\user1
\user2
\user3
\var\spool\mail\acme2.com-
2015 Nov 26
0
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
v2.2.19 has many fixes related to dsync+imapc, which were found while migrating several million users from GMail. I'm not aware of any problems with it now. Also even before v2.2.19 dsync+imapc has been used to successfully do many large migrations.
> On 26 Nov 2015, at 17:49, FUSTE Emmanuel <emmanuel.fuste at thalesgroup.com> wrote:
>
> Hi,
>
> No, I tried fetching