I upgraded to the latest HEAD version of asterisk, and all IAX calls started sounding choppy. It was suggested on the IRC channel that I go back to asterisk -stable to determine if that fixes it. Is downgrading as simple as upgrading? Because now, -stable builds fine, but I get an error on the asterisk console when starting, something about "ast_get_txt" not found. Recompiling and installing asterisk HEAD afterwards works just fine. As a side note, I recently upgraded my kernel to 2.4.26 and had an issue with old kernel headers, but have since resolved that prior to trying this downgrade. Any ideas? Nik
Hi Nik Nik Martin wrote:> I upgraded to the latest HEAD version of asterisk, and all IAX calls started > sounding choppy. It was suggested on the IRC channel that I go back to > asterisk -stable to determine if that fixes it. Is downgrading as simple as > upgrading? Because now, -stable builds fine, but I get an error on the > asterisk console when starting, something about "ast_get_txt" not found. > Recompiling and installing asterisk HEAD afterwards works just fine.<snip>> Any ideas?Try deleting or moving all the modules from /usr/lib/asterisk/modules before performing the "make install" with the old version. -- Nicolas Gudino House Internet S.R.L. Buenos Aires - Argentina
If you know the date when things worked in cvs head, I thought you could just (using XX April as an example): cvs update -D "XX April 2004" asterisk zaptel libpri (and...asterisk-addons, if used) Then make clean; make install in each directory. Cheers Scott Scott M. Stingel President, Emerging Voice Technology, Inc. Palo Alto California & London England www.evtmedia.com -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Nik Martin Sent: Tuesday, May 25, 2004 12:53 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Downgrading Asterisk I upgraded to the latest HEAD version of asterisk, and all IAX calls started sounding choppy. It was suggested on the IRC channel that I go back to asterisk -stable to determine if that fixes it. Is downgrading as simple as upgrading? Because now, -stable builds fine, but I get an error on the asterisk console when starting, something about "ast_get_txt" not found. Recompiling and installing asterisk HEAD afterwards works just fine. As a side note, I recently upgraded my kernel to 2.4.26 and had an issue with old kernel headers, but have since resolved that prior to trying this downgrade. Any ideas? Nik _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Sorry, no solution but same problem. Downgrading brings this message on Suse9.0, 2.4.21: [app_txtcidname.so]May 25 23:28:42 WARNING[16384]: loader.c:240 ast_load_resource: /usr/lib/asterisk/modules/app_txtcidname.so: undefined symbol: ast_get_txt May 25 23:28:42 WARNING[16384]: loader.c:408 load_modules: Loading module app_txtcidname.so failed! jo Nik Martin wrote:>I upgraded to the latest HEAD version of asterisk, and all IAX calls started >sounding choppy. It was suggested on the IRC channel that I go back to >asterisk -stable to determine if that fixes it. Is downgrading as simple as >upgrading? Because now, -stable builds fine, but I get an error on the >asterisk console when starting, something about "ast_get_txt" not found. >Recompiling and installing asterisk HEAD afterwards works just fine. > >As a side note, I recently upgraded my kernel to 2.4.26 and had an issue >with old kernel headers, but have since resolved that prior to trying this >downgrade. > >Any ideas? > >Nik > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
> I upgraded to the latest HEAD version of asterisk, and all IAX calls started > sounding choppy. It was suggested on the IRC channel that I go back to > asterisk -stable to determine if that fixes it. Is downgrading as simple as > upgrading? Because now, -stable builds fine, but I get an error on the > asterisk console when starting, something about "ast_get_txt" not found. > Recompiling and installing asterisk HEAD afterwards works just fine. > > As a side note, I recently upgraded my kernel to 2.4.26 and had an issue > with old kernel headers, but have since resolved that prior to trying this > downgrade. > > Any ideas?There has been several updates to iax on Head cvs and one bug fix last week to Stable. I've got multiple iax2 connections with various customers and providers, and I firmly believe there are more bugs to be addressed. Choppy audio seems to the norm for cisco 7960 users for a number of different reasons including what is believed to be a cisco sip v6.x problem. I've personally invested a significant amount of time trying to diagnose the symptoms with a packet analyzer, and I can "see" many of the issues, but don't have the programming skills to bring those observations back into code. But, I'm not giving up and will continue to help document the specifics so those with the skills can address the issues. Rich
On Tue, 25 May 2004, jo wrote:> Sorry, no solution but same problem. Downgrading brings this message on > Suse9.0, 2.4.21: > > [app_txtcidname.so]May 25 23:28:42 WARNING[16384]: loader.c:240 > ast_load_resource: /usr/lib/asterisk/modules/app_txtcidname.so: > undefined symbol: ast_get_txt > May 25 23:28:42 WARNING[16384]: loader.c:408 load_modules: Loading > module app_txtcidname.so failed!app_txtcidname.so is left over from your test of the new version. Delete it. Better - delete everything in /usr/lib/asterisk/modules and re-"make install" the version of Asterisk you want to use. Steve
FYI Downgrading to -stable totally fixed the choppy audio on Cisco my 7960 <- * -> IAX setup. Now, when would a fix that goes into stable get into the current source (HEAD)? And, isn't checking stuff into a stable branch that doesn't exist elsewhere in the source tree break some rules somewhere? It has to.> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Nik Martin > Sent: Tuesday, May 25, 2004 2:53 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Downgrading Asterisk > > > I upgraded to the latest HEAD version of asterisk, and all > IAX calls started sounding choppy. It was suggested on the > IRC channel that I go back to asterisk -stable to determine > if that fixes it. Is downgrading as simple as upgrading? > Because now, -stable builds fine, but I get an error on the > asterisk console when starting, something about "ast_get_txt" > not found. Recompiling and installing asterisk HEAD > afterwards works just fine. > > As a side note, I recently upgraded my kernel to 2.4.26 and > had an issue with old kernel headers, but have since resolved > that prior to trying this downgrade. > > Any ideas? > > Nik > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >