[App_rpt-users] App_rpt-users Digest, Vol 21, Issue 14
KB3ORS - Brian
kb3ors at windstream.net
Fri Nov 12 02:02:24 UTC 2010
?
It would be a lot easier from the root prompt to just type astupd.sh and
watch the macvhine do the rest.
Brian - KB3ORS #27321
-----Original Message-----
From: app_rpt-users-request at qrvc.com
Sent: Thursday, November 11, 2010 12:00 PM
To: app_rpt-users at qrvc.com
Subject: App_rpt-users Digest, Vol 21, Issue 14
Send App_rpt-users mailing list submissions to
app_rpt-users at qrvc.com
To subscribe or unsubscribe via the World Wide Web, visit
http://qrvc.com/mailman/listinfo/app_rpt-users
or, via email, send a message with subject or body 'help' to
app_rpt-users-request at qrvc.com
You can reach the person managing the list at
app_rpt-users-owner at qrvc.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of App_rpt-users digest..."
Today's Topics:
1. missing astupd.sh? (Brett Johnson)
2. Re: missing astupd.sh? (Tony KT9AC)
3. Re: missing astupd.sh? (Brett Johnson)
4. Re: missing astupd.sh? (Tony KT9AC)
5. Re: missing astupd.sh? (Ken)
6. Re: missing astupd.sh? (Brett Johnson)
----------------------------------------------------------------------
Message: 1
Date: Wed, 10 Nov 2010 13:51:24 -0600
From: "Brett Johnson" <k9by at arrl.net>
Subject: [App_rpt-users] missing astupd.sh?
To: app_rpt-users at qrvc.com
Message-ID:
<3868ddcfb1c7567224dc0aeb11f35b66.squirrel at snowball2.blzj.com>
Content-Type: text/plain;charset=iso-8859-1
Hi,
I recently installed apt_rpt for the first time using the ACID distro. I
have been reviewing the documentation and I see there should be a script
called astupd.sh that will update the asterisk source code. I can't seem
to find this script on the system. Am I missing something? I'm assuming it
is a good idea to update asterisk after the initial install.
--
73
K9BY
Brett Johnson
------------------------------
Message: 2
Date: Wed, 10 Nov 2010 14:30:14 -0600
From: Tony KT9AC <kt9ac at ameritech.net>
Subject: Re: [App_rpt-users] missing astupd.sh?
To: app_rpt-users at qrvc.com
Message-ID: <4CDB00D6.7080709 at ameritech.net>
Content-Type: text/plain; charset="iso-8859-1"
Brett,
I too just installed a new server from the ACID distro, and it reported
0.257 when asked (I'm going to update tonight). The current on SVN is
0.273; here are the instructions:
Upgrading Asterisk to latest (SVN) version :
cd /usr/src
rm -rf astsrc (or move it out of the way to be safe)
wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv
mv trunk astsrc
cd astsrc
make upgrade-acid
You can also just leave the files on /usr/src/trunk/ since that was the
way I always have done it in the past. I never used the update script
myself.
Tony
On 11/10/2010 01:51 PM, Brett Johnson wrote:
> Hi,
>
> I recently installed apt_rpt for the first time using the ACID distro. I
> have been reviewing the documentation and I see there should be a script
> called astupd.sh that will update the asterisk source code. I can't seem
> to find this script on the system. Am I missing something? I'm assuming it
> is a good idea to update asterisk after the initial install.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://qrvc.com/pipermail/app_rpt-users/attachments/20101110/b4cea1b7/attachment-0001.html
------------------------------
Message: 3
Date: Wed, 10 Nov 2010 19:14:20 -0600
From: "Brett Johnson" <k9by at arrl.net>
Subject: Re: [App_rpt-users] missing astupd.sh?
To: app_rpt-users at qrvc.com
Message-ID:
<a7d1c3a5d89583e8d989df42f94eea57.squirrel at snowball2.blzj.com>
Content-Type: text/plain;charset=iso-8859-1
> Brett,
>
> I too just installed a new server from the ACID distro, and it reported
> 0.257 when asked (I'm going to update tonight). The current on SVN is
> 0.273; here are the instructions:
>
> Upgrading Asterisk to latest (SVN) version :
>
> cd /usr/src
> rm -rf astsrc (or move it out of the way to be safe)
> wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv
> mv trunk astsrc
> cd astsrc
> make upgrade-acid
>
> You can also just leave the files on /usr/src/trunk/ since that was the
> way I always have done it in the past. I never used the update script
> myself.
>
> Tony
>
Tony,
Thank you for the quick response. I do have one additional question. How
do you check the SVN version? I used the steps outlined above, and when I
attach to the server and run "core show version" this is what I get:
wx9mcs255*CLI> core show version
Asterisk built by root @ wx9mcs255 on a i686 running Linux on 2010-11-10
22:20:13 UTC
I can't seem to find the SVN revision number.
Thank you again.
--
73
K9BY
Brett Johnson
------------------------------
Message: 4
Date: Wed, 10 Nov 2010 20:20:55 -0600
From: Tony KT9AC <kt9ac at ameritech.net>
Subject: Re: [App_rpt-users] missing astupd.sh?
To: app_rpt-users at qrvc.com
Message-ID: <4CDB5307.9060101 at ameritech.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Look in /usr/src/trunk/asterisk/app/app_rpt.c and search for the word
"version".
On 11/10/2010 07:14 PM, Brett Johnson wrote:
>> Brett,
>>
>> I too just installed a new server from the ACID distro, and it reported
>> 0.257 when asked (I'm going to update tonight). The current on SVN is
>> 0.273; here are the instructions:
>>
>> Upgrading Asterisk to latest (SVN) version :
>>
>> cd /usr/src
>> rm -rf astsrc (or move it out of the way to be safe)
>> wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv
>> mv trunk astsrc
>> cd astsrc
>> make upgrade-acid
>>
>> You can also just leave the files on /usr/src/trunk/ since that was the
>> way I always have done it in the past. I never used the update script
>> myself.
>>
>> Tony
>>
> Tony,
>
> Thank you for the quick response. I do have one additional question. How
> do you check the SVN version? I used the steps outlined above, and when I
> attach to the server and run "core show version" this is what I get:
>
> wx9mcs255*CLI> core show version
> Asterisk built by root @ wx9mcs255 on a i686 running Linux on 2010-11-10
> 22:20:13 UTC
>
> I can't seem to find the SVN revision number.
>
> Thank you again.
>
------------------------------
Message: 5
Date: Wed, 10 Nov 2010 22:59:41 -0500
From: Ken <ke2n at cs.com>
Subject: Re: [App_rpt-users] missing astupd.sh?
To: kt9ac at ameritech.net, app_rpt-users at qrvc.com
Message-ID: <8CD4F6C006922CA-758-6093 at webmail-m023.sysops.aol.com>
Content-Type: text/plain; charset="us-ascii"
It's a lot easier than that in the standard ACID install
just pick up your microphone and punch in *82
http://app-rpt.qrvc.com/node/21
73
Ken
KE2N
-----Original Message-----
From: Tony KT9AC <kt9ac at ameritech.net>
To: app_rpt-users at qrvc.com
Sent: Thu, Nov 11, 2010 9:20 am
Subject: Re: [App_rpt-users] missing astupd.sh?
Look in /usr/src/trunk/asterisk/app/app_rpt.c and search for the word
version".
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://qrvc.com/pipermail/app_rpt-users/attachments/20101110/e15fedc3/attachment-0001.html
------------------------------
Message: 6
Date: Thu, 11 Nov 2010 06:05:13 -0600
From: "Brett Johnson" <k9by at arrl.net>
Subject: Re: [App_rpt-users] missing astupd.sh?
To: app_rpt-users at qrvc.com
Message-ID:
<7a3f33f2e8187f4cf7a3ec9a6623c1fc.squirrel at snowball2.blzj.com>
Content-Type: text/plain;charset=iso-8859-1
>
> It's a lot easier than that in the standard ACID install
> just pick up your microphone and punch in *82
>
>
> http://app-rpt.qrvc.com/node/21
>
> 73
>
> Ken
> KE2N
>
>
Thank you to everyone who responded.
--
73
K9BY
Brett Johnson
------------------------------
_______________________________________________
App_rpt-users mailing list
App_rpt-users at qrvc.com
http://qrvc.com/mailman/listinfo/app_rpt-users
End of App_rpt-users Digest, Vol 21, Issue 14
*********************************************
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1153 / Virus Database: 424/3251 - Release Date: 11/11/10
More information about the App_rpt-users
mailing list