Re: [asterisk-users] Upgrading from 1.6.1.1 to 1.6.1.2

2009-08-03 Thread Jared Smith
On Mon, 2009-08-03 at 13:04 -0400, John A. Sullivan III wrote:
> Hello, all.  After reading the README, UPGRADE.txt, and a quick tour
> through google, is it safe to assume to upgrade from 1.6.1.1 to 1.6.1.2,
> one simply compiles and installs over the old installation being careful
> to NOT install the sample files?

Yes, that's a safe assumption to make, given the fact that you're just
bumping minor releases on the same development branch.

If you were moving from the 1.6.1 branch to the 1.6.2 branch, for
example, you'd definitely want to check UPGRADE.txt for more details of
configuration options that might have changed, etc.

-- 
Jared Smith
Training Manager
Digium, Inc.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Upgrading from 1.6.1.1 to 1.6.1.2

2009-08-03 Thread John A. Sullivan III
On Mon, 2009-08-03 at 14:52 -0400, John A. Sullivan III wrote:
> On Mon, 2009-08-03 at 14:27 -0400, John A. Sullivan III wrote:
> > On Mon, 2009-08-03 at 13:49 -0400, John A. Sullivan III wrote:
> > > On Mon, 2009-08-03 at 12:40 -0500, Tilghman Lesher wrote:
> > > > On Monday 03 August 2009 12:30:12 pm John A. Sullivan III wrote:
> > > > > On Mon, 2009-08-03 at 13:04 -0400, John A. Sullivan III wrote:
> > > > > > Hello, all.  After reading the README, UPGRADE.txt, and a quick tour
> > > > > > through google, is it safe to assume to upgrade from 1.6.1.1 to 
> > > > > > 1.6.1.2,
> > > > > > one simply compiles and installs over the old installation being 
> > > > > > careful
> > > > > > to NOT install the sample files? Thanks - John
> > > > >
> > > > > We've hit a problem even before installing.  We're using Zimbra as 
> > > > > IMAP
> > > > > storage for our voicemails.  When we run make menuselect in 1.6.1.2, 
> > > > > the
> > > > > IMAP storage option is disabled (XXX).  When we run menuselect in
> > > > > 1.6.1.1 on the same system, it is available and enabled.  Did we miss
> > > > > something or is this a bug? Thanks - John
> > > > 
> > > > Re-run configure on 1.6.1.1.  It's likely that the option will go away, 
> > > > as the
> > > > dependency is no longer met.
> > > > 
> > > I'm not sure I understand.  Nothing has changed to make the dependency
> > > fail.  This is the same device where we are quite successfully running
> > > voicemail in IMAP - John
> > 
> > Very strange, I did as you suggested and sure enough, IMAP is disabled
> > as an option in 1.6.1.1.  I'll have to dig a little deeper as I believe
> > the most we may have done was a yum update! Thanks - John
> Ah, I remember now and shame on us for not documenting it.  I'll record
> it here in case someone else hits the same thing.
> 
> The version of libc-client that ships with CentOS 5.3 is too old to work
> with Zimbra. We thus needed to use the later imap-2007e version.
> configure needs to point to it, in our case:
> ./configure  --with-imap=/home/compuser/Asterisk/imap-2007e
> 
> I'll sheepishly add that to our internal documentation now :-(
Would anyone mind answering the original question, though.  Is it
correct to simply compile and install over 1.6.1.1 to upgrade to
1.6.1.2? Thanks - John
-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsulli...@opensourcedevel.com

http://www.spiritualoutreach.com
Making Christianity intelligible to secular society


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Upgrading from 1.6.1.1 to 1.6.1.2

2009-08-03 Thread John A. Sullivan III
On Mon, 2009-08-03 at 14:27 -0400, John A. Sullivan III wrote:
> On Mon, 2009-08-03 at 13:49 -0400, John A. Sullivan III wrote:
> > On Mon, 2009-08-03 at 12:40 -0500, Tilghman Lesher wrote:
> > > On Monday 03 August 2009 12:30:12 pm John A. Sullivan III wrote:
> > > > On Mon, 2009-08-03 at 13:04 -0400, John A. Sullivan III wrote:
> > > > > Hello, all.  After reading the README, UPGRADE.txt, and a quick tour
> > > > > through google, is it safe to assume to upgrade from 1.6.1.1 to 
> > > > > 1.6.1.2,
> > > > > one simply compiles and installs over the old installation being 
> > > > > careful
> > > > > to NOT install the sample files? Thanks - John
> > > >
> > > > We've hit a problem even before installing.  We're using Zimbra as IMAP
> > > > storage for our voicemails.  When we run make menuselect in 1.6.1.2, the
> > > > IMAP storage option is disabled (XXX).  When we run menuselect in
> > > > 1.6.1.1 on the same system, it is available and enabled.  Did we miss
> > > > something or is this a bug? Thanks - John
> > > 
> > > Re-run configure on 1.6.1.1.  It's likely that the option will go away, 
> > > as the
> > > dependency is no longer met.
> > > 
> > I'm not sure I understand.  Nothing has changed to make the dependency
> > fail.  This is the same device where we are quite successfully running
> > voicemail in IMAP - John
> 
> Very strange, I did as you suggested and sure enough, IMAP is disabled
> as an option in 1.6.1.1.  I'll have to dig a little deeper as I believe
> the most we may have done was a yum update! Thanks - John
Ah, I remember now and shame on us for not documenting it.  I'll record
it here in case someone else hits the same thing.

The version of libc-client that ships with CentOS 5.3 is too old to work
with Zimbra. We thus needed to use the later imap-2007e version.
configure needs to point to it, in our case:
./configure  --with-imap=/home/compuser/Asterisk/imap-2007e

I'll sheepishly add that to our internal documentation now :-(
-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsulli...@opensourcedevel.com

http://www.spiritualoutreach.com
Making Christianity intelligible to secular society


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Upgrading from 1.6.1.1 to 1.6.1.2

2009-08-03 Thread John A. Sullivan III
On Mon, 2009-08-03 at 13:49 -0400, John A. Sullivan III wrote:
> On Mon, 2009-08-03 at 12:40 -0500, Tilghman Lesher wrote:
> > On Monday 03 August 2009 12:30:12 pm John A. Sullivan III wrote:
> > > On Mon, 2009-08-03 at 13:04 -0400, John A. Sullivan III wrote:
> > > > Hello, all.  After reading the README, UPGRADE.txt, and a quick tour
> > > > through google, is it safe to assume to upgrade from 1.6.1.1 to 1.6.1.2,
> > > > one simply compiles and installs over the old installation being careful
> > > > to NOT install the sample files? Thanks - John
> > >
> > > We've hit a problem even before installing.  We're using Zimbra as IMAP
> > > storage for our voicemails.  When we run make menuselect in 1.6.1.2, the
> > > IMAP storage option is disabled (XXX).  When we run menuselect in
> > > 1.6.1.1 on the same system, it is available and enabled.  Did we miss
> > > something or is this a bug? Thanks - John
> > 
> > Re-run configure on 1.6.1.1.  It's likely that the option will go away, as 
> > the
> > dependency is no longer met.
> > 
> I'm not sure I understand.  Nothing has changed to make the dependency
> fail.  This is the same device where we are quite successfully running
> voicemail in IMAP - John

Very strange, I did as you suggested and sure enough, IMAP is disabled
as an option in 1.6.1.1.  I'll have to dig a little deeper as I believe
the most we may have done was a yum update! Thanks - John
-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsulli...@opensourcedevel.com

http://www.spiritualoutreach.com
Making Christianity intelligible to secular society


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Upgrading from 1.6.1.1 to 1.6.1.2

2009-08-03 Thread John A. Sullivan III
On Mon, 2009-08-03 at 12:40 -0500, Tilghman Lesher wrote:
> On Monday 03 August 2009 12:30:12 pm John A. Sullivan III wrote:
> > On Mon, 2009-08-03 at 13:04 -0400, John A. Sullivan III wrote:
> > > Hello, all.  After reading the README, UPGRADE.txt, and a quick tour
> > > through google, is it safe to assume to upgrade from 1.6.1.1 to 1.6.1.2,
> > > one simply compiles and installs over the old installation being careful
> > > to NOT install the sample files? Thanks - John
> >
> > We've hit a problem even before installing.  We're using Zimbra as IMAP
> > storage for our voicemails.  When we run make menuselect in 1.6.1.2, the
> > IMAP storage option is disabled (XXX).  When we run menuselect in
> > 1.6.1.1 on the same system, it is available and enabled.  Did we miss
> > something or is this a bug? Thanks - John
> 
> Re-run configure on 1.6.1.1.  It's likely that the option will go away, as the
> dependency is no longer met.
> 
I'm not sure I understand.  Nothing has changed to make the dependency
fail.  This is the same device where we are quite successfully running
voicemail in IMAP - John
-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsulli...@opensourcedevel.com

http://www.spiritualoutreach.com
Making Christianity intelligible to secular society


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Upgrading from 1.6.1.1 to 1.6.1.2

2009-08-03 Thread Tilghman Lesher
On Monday 03 August 2009 12:30:12 pm John A. Sullivan III wrote:
> On Mon, 2009-08-03 at 13:04 -0400, John A. Sullivan III wrote:
> > Hello, all.  After reading the README, UPGRADE.txt, and a quick tour
> > through google, is it safe to assume to upgrade from 1.6.1.1 to 1.6.1.2,
> > one simply compiles and installs over the old installation being careful
> > to NOT install the sample files? Thanks - John
>
> We've hit a problem even before installing.  We're using Zimbra as IMAP
> storage for our voicemails.  When we run make menuselect in 1.6.1.2, the
> IMAP storage option is disabled (XXX).  When we run menuselect in
> 1.6.1.1 on the same system, it is available and enabled.  Did we miss
> something or is this a bug? Thanks - John

Re-run configure on 1.6.1.1.  It's likely that the option will go away, as the
dependency is no longer met.

-- 
Tilghman

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Upgrading from 1.6.1.1 to 1.6.1.2

2009-08-03 Thread John A. Sullivan III
On Mon, 2009-08-03 at 13:04 -0400, John A. Sullivan III wrote:
> Hello, all.  After reading the README, UPGRADE.txt, and a quick tour
> through google, is it safe to assume to upgrade from 1.6.1.1 to 1.6.1.2,
> one simply compiles and installs over the old installation being careful
> to NOT install the sample files? Thanks - John

We've hit a problem even before installing.  We're using Zimbra as IMAP
storage for our voicemails.  When we run make menuselect in 1.6.1.2, the
IMAP storage option is disabled (XXX).  When we run menuselect in
1.6.1.1 on the same system, it is available and enabled.  Did we miss
something or is this a bug? Thanks - John
-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsulli...@opensourcedevel.com

http://www.spiritualoutreach.com
Making Christianity intelligible to secular society


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users