Note, the lines without '#' are the ones that are typed into the Linux prompt: cd /usr/src #or whatever directory has the 'asterisk' directory which contains #the asterisk, zaptel and libri sources are. mv asterisk asterisk.old #this saves the old source tree as 'asterisk.old' svn co svn://qrvc.com/projects/allstar/astsrc-1.4.23-pre/trunk #this downloads the new source tree from SVN mv trunk asterisk #this renames the newly downloaded source tree as 'asterisk' cd asterisk cd zaptel make install cd ../libpri make install cd ../asterisk ./configure make install #Re-builds and installs the whole thing JIM Date: Wed, 17 Feb 2010 10:28:35 -0600 Subject: Re: [App_rpt-users] New features / bug fixes From: bbrown@byrg.net To: telesistant@hotmail.com hey man i have had my head in sand ... how do i update from ver .210 to .213? i did the: astupd.sh and it says i have latest..... (.210) am i missing a proceedure here? -- Thanks in Advance Bob Brown, WØNQX Kansas City Metro Area http://sm0kenet.net http://byrg.net http://kcdstar.byrg.net Quis custodiet ipsos custodes? On Mon, Feb 15, 2010 at 21:37, Jim Duuuude <telesistant@hotmail.com> wrote: I implemented a couple more today: 42 -- Add the ability to use a COP command to enable and disable receive CTCSS 48 -- TX CTCSS only on valid input 54 -- nighly rsync updates aren't running This requires upgrade to current apps/app_rpt.c (version 0.213), channels/chan_usbradio.c, channels/xpmr/xpmr.c and channels/xpmr/xpmr.h. JIM WB6NIL From: telesistant@hotmail.com To: app_rpt-users@qrvc.com Date: Mon, 15 Feb 2010 11:03:31 -0800 Subject: [App_rpt-users] New features / bug fixes The following Mantis issues are now resolved: 22 -- LiTZ mode 40 -- Cannot go into carrier squelch mode without commenting out the rxctcssfreqs and txctcssfreqs options. 41 -- Archivedir recording feature only records node TX audio and not Rx audio 49 -- Function class to execute a command or shell script via DTMF This requires upgrade to current apps/app_rpt.c (version 0.211), channels/chan_usbradio.c and main/dsp.c. Sorry that I have been out of it for a while, but I have been having some significant health problems and have been doing the best I possibly can. P.S. Does anyone have a test system running IRLP that is loaded with the latest ACID distribution so that I can look at and resolve one of the bugs easily?? Thanks. JIM WB6NIL _______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
I had an issue compiling zaptel with kernel 2.6.30 (gentoo). ztdummy wouldn't compile. Known issue and there is a patch available. I attached the patch which should probably be merged into the tree. I was going to put it in mantis but didn't see the proper spot. -- Don Russell, CBRE Director of IT/Chief Operator - Maverick Media W9DRR - ARRL OES, Technical Specialist Winnebago County AEC http://www.socialengineer.us -- On Wed, Feb 17, 2010 at 10:59, Jim Duuuude <telesistant@hotmail.com> wrote:
Note, the lines without '#' are the ones that are typed into the Linux prompt:
cd /usr/src #or whatever directory has the 'asterisk' directory which contains #the asterisk, zaptel and libri sources are.
mv asterisk asterisk.old #this saves the old source tree as 'asterisk.old'
svn co svn://qrvc.com/projects/allstar/astsrc-1.4.23-pre/trunk #this downloads the new source tree from SVN
mv trunk asterisk #this renames the newly downloaded source tree as 'asterisk'
cd asterisk cd zaptel make install cd ../libpri make install cd ../asterisk ./configure make install #Re-builds and installs the whole thing
JIM
Date: Wed, 17 Feb 2010 10:28:35 -0600 Subject: Re: [App_rpt-users] New features / bug fixes From: bbrown@byrg.net To: telesistant@hotmail.com
hey man
i have had my head in sand ... how do i update from ver .210 to .213?
i did the: astupd.sh and it says i have latest..... (.210)
am i missing a proceedure here? -- Thanks in Advance
Bob Brown, WØNQX
Kansas City Metro Area
Quis custodiet ipsos custodes?
On Mon, Feb 15, 2010 at 21:37, Jim Duuuude <telesistant@hotmail.com> wrote:
I implemented a couple more today:
42 -- Add the ability to use a COP command to enable and disable receive CTCSS 48 -- TX CTCSS only on valid input 54 -- nighly rsync updates aren't running
This requires upgrade to current apps/app_rpt.c (version 0.213), channels/chan_usbradio.c, channels/xpmr/xpmr.c and channels/xpmr/xpmr.h.
JIM WB6NIL
From: telesistant@hotmail.com To: app_rpt-users@qrvc.com Date: Mon, 15 Feb 2010 11:03:31 -0800
Subject: [App_rpt-users] New features / bug fixes
The following Mantis issues are now resolved:
22 -- LiTZ mode 40 -- Cannot go into carrier squelch mode without commenting out the rxctcssfreqs and txctcssfreqs options. 41 -- Archivedir recording feature only records node TX audio and not Rx audio
49 -- Function class to execute a command or shell script via DTMF
This requires upgrade to current apps/app_rpt.c (version 0.211), channels/chan_usbradio.c and main/dsp.c.
Sorry that I have been out of it for a while, but I have been having some
significant health problems and have been doing the best I possibly can.
P.S.
Does anyone have a test system running IRLP that is loaded with the latest ACID distribution so that I can look at and resolve one of the bugs easily?? Thanks.
JIM WB6NIL
_______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
_______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
Were there any updates to zaptel or libpri? I only saw a few config files and Asterisk files come down from SVN against my existing tree. As a result, I only rebuilt Asterisk. It's working fine, so should I assume that to be the case? Stephen K1LNX On Wed, Feb 17, 2010 at 11:59 AM, Jim Duuuude <telesistant@hotmail.com>wrote:
Note, the lines without '#' are the ones that are typed into the Linux prompt:
cd /usr/src #or whatever directory has the 'asterisk' directory which contains #the asterisk, zaptel and libri sources are.
mv asterisk asterisk.old #this saves the old source tree as 'asterisk.old'
svn co svn://qrvc.com/projects/allstar/astsrc-1.4.23-pre/trunk #this <http://qrvc.com/projects/allstar/astsrc-1.4.23-pre/trunk%0A#this>downloads the new source tree from SVN
mv trunk asterisk #this renames the newly downloaded source tree as 'asterisk'
cd asterisk cd zaptel make install cd ../libpri make install cd ../asterisk ./configure make install #Re-builds and installs the whole thing
JIM
Date: Wed, 17 Feb 2010 10:28:35 -0600 Subject: Re: [App_rpt-users] New features / bug fixes From: bbrown@byrg.net To: telesistant@hotmail.com
hey man
i have had my head in sand ... how do i update from ver .210 to .213?
i did the: astupd.sh and it says i have latest..... (.210)
am i missing a proceedure here? -- Thanks in Advance
Bob Brown, WØNQX
Kansas City Metro Area
Quis custodiet ipsos custodes?
On Mon, Feb 15, 2010 at 21:37, Jim Duuuude <telesistant@hotmail.com> wrote:
I implemented a couple more today:
42 -- Add the ability to use a COP command to enable and disable receive CTCSS 48 -- TX CTCSS only on valid input 54 -- nighly rsync updates aren't running
This requires upgrade to current apps/app_rpt.c (version 0.213), channels/chan_usbradio.c, channels/xpmr/xpmr.c and channels/xpmr/xpmr.h.
JIM WB6NIL
From: telesistant@hotmail.com To: app_rpt-users@qrvc.com Date: Mon, 15 Feb 2010 11:03:31 -0800
Subject: [App_rpt-users] New features / bug fixes
The following Mantis issues are now resolved:
22 -- LiTZ mode 40 -- Cannot go into carrier squelch mode without commenting out the rxctcssfreqs and txctcssfreqs options. 41 -- Archivedir recording feature only records node TX audio and not Rx audio
49 -- Function class to execute a command or shell script via DTMF
This requires upgrade to current apps/app_rpt.c (version 0.211), channels/chan_usbradio.c and main/dsp.c.
Sorry that I have been out of it for a while, but I have been having some
significant health problems and have been doing the best I possibly can.
P.S.
Does anyone have a test system running IRLP that is loaded with the latest ACID distribution so that I can look at and resolve one of the bugs easily?? Thanks.
JIM WB6NIL
_______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
_______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
-- **************************************** Stephen Brown - ARS K1LNX Johnson City, TN EM86 http://www.k1lnx.net google voice: 423-665-9367 sip: sbrown@voip.stephennet.net ****************************************
Is this essentially the same things as ? astupd.sh for those with the standard "ACID" installation? ? Ken Jamrogowicz On Wed, Feb 17, 2010 at 11:59 AM, Jim Duuuude <telesistant@hotmail.com> wrote: Note, the lines without '#' are the ones that are typed into the Linux prompt: cd /usr/src #or whatever directory has the 'asterisk' directory which contains #the asterisk, zaptel and libri sources are. mv asterisk asterisk.old #this saves the old source tree as 'asterisk.old' svn co svn://qrvc.com/projects/allstar/astsrc-1.4.23-pre/trunk #this downloads the new source tree from SVN mv trunk asterisk #this renames the newly downloaded source tree as 'asterisk' cd asterisk cd zaptel make install cd ../libpri make install cd ../asterisk ./configure make install #Re-builds and installs the whole thing JIM
Ken wrote:
Is this essentially the same things as ? astupd.sh
for those with the standard "ACID" installation? ? Ken Jamrogowicz
On Wed, Feb 17, 2010 at 11:59 AM, Jim Duuuude <telesistant@hotmail.com> wrote:
Note, the lines without '#' are the ones that are typed into the Linux prompt:
cd /usr/src #or whatever directory has the 'asterisk' directory which contains #the asterisk, zaptel and libri sources are.
mv asterisk asterisk.old #this saves the old source tree as 'asterisk.old'
svn co svn://qrvc.com/projects/allstar/astsrc-1.4.23-pre/trunk #this downloads the new source tree from SVN
mv trunk asterisk #this renames the newly downloaded source tree as 'asterisk'
cd asterisk cd zaptel make install cd ../libpri make install cd ../asterisk ./configure make install #Re-builds and installs the whole thing
JIM
------------------------------------------------------------------------
_______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
The changes are in the source tree. but not in the ACID tarball yet. The astupd script will probably be removed in future releases as it really doesn't accomplish what I hoped it would do. Any changes to ACID scripts force a version change of ACID and this prevents astupd from downloading future code updates. Code updates should be done per the instructions on app_rpt.qrvc.com in the developers section, or using Jim Dixon's method in a prior post. Steve WA6ZFT
participants (5)
-
Don Russell -
Jim Duuuude -
Ken -
Stephen - K1LNX -
Stephen Rodgers