similar to: Asterisk Upgrade Path

Displaying 20 results from an estimated 8000 matches similar to: "Asterisk Upgrade Path"

2008 Jan 25
1
Dovecot + MySQL problem
I recently upgraded my Fedora Core 6 (mail)server to Fedora 8. Unfortunately I don't any more have absolutely reliable information available on the Dovecot version that was the last one I had on FC6, but I guess it has been 1.0.3 (I found it from a FC6 repo right now). Currently, Fedora 8 has version 1.0.7 that comes as binary rpm from Fedora repos. So, the problem: I had set up an
2010 Mar 29
1
Suggestion: Adding quick rowMin and rowMax functions to base package
Hi, I wonder whether similarly to the very quick rowSums and colSums functions in the base package, one could add quick functions that calculate the min or max over rows / cols in a matrix. While apply(x,1,min) works, I found out by profiling a program of mine that it is rather slow for matrices with a very large number of rows. A quick functionality seems to be already there in the
2010 Aug 10
1
dovecot IMAP Server
Hi all, in the CentOS repos, there is only dovecot V1.0.7 available. # yum list|grep -i dovecot dovecot.x86_64 1.0.7-7.el5 installed Are there other repos with a newer version (1.2.x) available? We are using CentOS release 5.5 (Final). many thanks Richard
2007 Nov 17
2
Dovecot + Cygwin
Hey guys, does somebody get dovecot work under cygwin? The compilation finish without any problems. But after trying to run dovecot i got this in my log: dovecot: Nov 17 02:40:18 Info: Dovecot v1.0.7 starting up dovecot: Nov 17 02:40:19 Fatal: setrlimit(RLIMIT_DATA, 256): Invalid argument dovecot: Nov 17 02:40:19 Error: Auth process died too early - shutting down dovecot: Nov 17 02:40:19 Error:
2004 Oct 07
2
Dialplan to Pick up calls that are ringing onother extensions?
Well I dont want it to operate as a group. I understand that it is *8 on most PBX systems but I would like it to work as dialing *8+extension-thats-ringing to have it go over to my extension. I am having a lot of trouble finding more information from the wiki and google. Thanks! -James -----Original Message----- From: asterisk-users-bounces@lists.digium.com
2013 Sep 16
0
Can't download emails with large file attachment
Hi, I am using CentOS 5.9 with postfix+dovecot v1.0.7 I have problem in downloading emails with attachment of more than 3MB via my email client. (Thunderbird, Outlook, etc) I can send emails out with more than 3MB without any problem, whereas i can't download emails. Following are the errors i found on maillog *dovecot: pop3-login: SSL_write() syscall failed: Bad file descriptor**
2003 Mar 05
1
Questions about window sizes
Hello, I have a few questions about the block size in ogg vorbis 1. The allowed blocksizes are powers of two between 64 and 8192 Samples. As I understood , there are fixed sizes for long and short blocks . The encoder can pick any allowed value for long blocks and onother value, that must be smaller or equal to the first one, for short blocks. On which base does the encoder choose the size for
2005 Jun 23
2
ChanSpy on Asterisk v1.0.7
I am trying to find the app ChanSpy for Asterisk v1.0.7. I have tried looking on VOIP-info.org's ChanSpy page (http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+ChanSpy)and also referred to the link regarding bug 3836 (http://bugs.digium.com/bug_view_page.php?bug_id=0003836). I downloaded the attachments and tried to use the patch and compile the source. However, it seems that
2009 Apr 01
2
Plotting multiple ablines
I really want to do this: abline( a=tan(-kT*pi/180), b=kY-tan(-kT*pi/180)*kX ) where kX,kY and kT are vectors of equal length. But I can't do that with abline unless I use a loop, and I haven't figured out the least unelegant way of writing the loop yet. So is there a way to do this without a loop? Or if I am to resort to the loop, what's the best way of doing it considering that I
2006 Jan 20
1
Update HTML Element with Ajax
I have following files. list.rhtml ----------------------- <ul id="items"> <%= render(:partial => ''item'', :collection => @items) %> </ul> _item.rhtml ------------------------ <li id="<%= item.id %>" > <%= item.name %> <%= item.body %> </li> edit.rjs ------------------------ page.replace_html
2005 Aug 18
1
Two internet lines and squid problem.
I have 2 internet connections and i;m trying to use squid as transparent proxy but every time squid is using first internet line but i want to use second internet line . i have this settings and without squid it''s working i have default route on the first internet connection. iptables -t nat -I POSTROUTING -o eth2 -p tcp --dport 80 -s 192.168.0.0/24 -d ! 192.168.0.0/16 -j SNAT --to
2012 Feb 23
0
wbinfo -u not showing domain users
Hi, One of my customers is trying to get his AD integrated with samba 3.5.8 he is running with an older version of CentOs. His domain consist of 1 PDC, 1 BDC? and onother DC that replicates the PDC in a remote location. The join to the domain seem to be successful. When I run the command "net ads testjoin" I get a OK message. I can see the users of the domain, when I run the command
2006 Nov 16
0
R: using some streaming server for mobile user
yes ! but the problem is that it's not easy to use onother player instead of real of real or wmp thank you ----- Messaggio originale ----- Da: Mark Trimble <trimblma@mscd.edu> A: icecast@xiph.org Inviato: Mercoled? 15 novembre 2006, 14:59:46 Oggetto: RE: [Icecast] using some streaming server for mobile user I use Icecast2/Ices2 to broadcast two downmixed and resampled 16k mono ogg
2005 Jul 27
0
Queue Statistics on 1.0.7
I'm running v1.0.7 on Gentoo. When I execute show queue {queue_name} it ALWAYS shows zeros (0) for all the statistics, when in fact, there have been calls and there should be some statistics available about the queue performance. Any clues as to why this may be happening? Thanks, Waldo
2013 Apr 26
2
[LLVMdev] CallGraph
Thanks for the response. I looked and I cannot see what exactly I need. I saw getCalledFunction() so I need CallSite CS(cast<Value>(II)) where II is a basic block iterator, so an instruction. It seems not easier than the "unelegant" version....if I am still at the Instruction level... I need a method that takes from a "leaf" basic block from a function (Maybe there is
2013 Apr 26
0
[LLVMdev] CallGraph
Hi, On 26/04/13 13:17, Alexandru Ionut Diaconescu wrote: > Thanks for the response. > I looked and I cannot see what exactly I need. I saw getCalledFunction() so I > need CallSite CS(cast<Value>(II)) where II is a basic block iterator, so an > instruction. It seems not easier than the "unelegant" version....if I am still > at the Instruction level... the call graph
2012 Aug 24
1
Vpopmail Dynamic Authentication Module
Hello, We currently use qmail with vpopmail for e-mail and are looking to switch from courier-imap to dovecot for IMAP on our RedHat EL 5 systems. Our goal is to use the dovecot RPM supplied by RH (v1.0.7) if at all possible. We can do this if we are able to dynamically load the vpopmail auth module. The wiki (http://wiki.dovecot.org/CompilingSource) notes that this should be possible:
2005 Apr 27
1
ncdf with opendap/dods support
Aloha, I just made some quick hacks on the configure script with the 'ncdf' package to make it link with the opendap/dods libraries (opendap.org) rather than the netcdf api library. Basically, this allows a user to interact in R with a remotely served dataset as if it were a netcdf file on the local filesystem (read-only). Functionality with local files should continue to work as
2008 Sep 05
1
Virtual email with Postfix, MySQL and Dovecot problem
Hello all, Anyone of you success to install virtual email with Postfix, MySQL and Dovecot on CentOS 5.2 ? I am running: mysql-server-5.0.45-7.el5, postfix-2.3.3-2.el5.centos.mysql_pgsql and dovecot-1.0.7-2.el5 on CentOS 5.2 box and can not make it work. All deamons (mysqld, postfix master, dovecot) are running but I can not make it deliver email to virtual user via Dovecot. The log file show
2007 Dec 30
2
auth-master permission error
On F7, I get to where I have Postfix and Dovecot installed and configured, postfix check runs fine, but when I try to start Dovecot I'm getting a permission error. Here is the log entry: Dec 29 21:54:06 grp-01-50-90 dovecot: Dovecot v1.0.7 starting up Dec 29 21:54:06 grp-01-50-90 dovecot: Generating Diffie-Hellman parameters for the first time. This may take a while.. Dec 29 21:54:06