Okay, it's 15 minutes late, but it's out, thanks very much to all the people who worked so hard this weekend to make this possible! Mark p.s. there was no 0.6.0 release.
On Tuesday 13 January 2004 00:10, Mark Spencer wrote:> Okay, it's 15 minutes late, but it's out, thanks very much to all the > people who worked so hard this weekend to make this possible!There is one bug so far and it's critical. It breaks includes and the GotoIfTime application. I'll own up to writing the broken code. The fix is very simple, though (attached). -Tilghman -------------- next part -------------- Index: pbx.c ==================================================================RCS file: /usr/cvsroot/asterisk/pbx.c,v retrieving revision 1.92 diff -u -r1.92 pbx.c --- pbx.c 11 Jan 2004 09:19:16 -0000 1.92 +++ pbx.c 13 Jan 2004 07:21:12 -0000 @@ -2922,7 +2922,7 @@ return; } -#if 0 +#if 1 s1 = s1 * 30 + s2/2; if ((s1 < 0) || (s1 >= 24*30)) { ast_log(LOG_WARNING, "%s isn't a valid star time. Assuming no time.\n", times);
Brian West wrote:>>Why not quickly patch the source an release 0.7.1 if the bug is critical? >> >> > >Give it a few days and I bet we will. because chan_h323 is broken also in >0.7.0 (JerJer :P but him and I stayed up till 3 am fixing it.) > > >Maybe an idea would be to run an RC (Release Candidate) system so that stable releases are tested for at least a day or two before being declared stable and avoid the 3am rush.. :) Not to take anything away from the awesome job you guys are doing by having a stable branch and all.. it may just make it a little less of a rush and a little less stressfull.. Just a thought.. :)
Would it be imprudent to ask what is broke with chan_h323? I finally managed to get it compiled using 0.7.0, and can get calls in and out of * with it, but limited testing shows no working RTP, and h.323 debug shows that * thinks the local address is 127.0.0.1. If that is the concern with chan_h323 in 0.7.0, I'll happily wait for the next release. Otherwise I guess I have more digging to do. Dan -----Original Message----- From: Manuel Jo?o "S. Costa Amaro [mailto:ashes@gildot.org] Sent: Tuesday, January 13, 2004 11:38 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Asterisk 0.7.0 A Ter, 2004-01-13 ?s 16:01, Brian West escreveu:> > Why not quickly patch the source an release 0.7.1 if the bug is > > critical? > > Give it a few days and I bet we will. because chan_h323 is broken > also in 0.7.0 (JerJer :P but him and I stayed up till 3 am fixing > it.) >I've tryied it today, for a few minutes. I think there's problem with oh323 also. If the problem persists, tomorrow i report. Anyone ? Cya -- Joao Amaro (ashes@gildot.org) Braga, Portugal
Better. Now it is one-way audio. The call is being directed to a Cisco Call Manager, and the call looks good from the h.323 debug except the sending stream: -- Started logical channel: sending G.711-uLaw-64k{sw} -- channelsOpen = 1 -- remoteIpAddress: 0.0.0.0 -- remotePort: 0 -- ExternalIpAddress: 134.122.5.125 -- ExternalPort: 11646 I've seen some comments that chan_h323 might have this problem with calls to a Call Manager, but the threads seemed to just fade away, with the only recommendation to use chan_oh323. Any thoughts on where I can chase a solution? Thanks, Dan -----Original Message----- From: Brian West [mailto:brian@bkw.org] Sent: Tuesday, January 13, 2004 10:06 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Asterisk 0.7.0 Yep that was the problem that was fixed! :) bkw On Tue, 13 Jan 2004, Dan Austin wrote:> Would it be imprudent to ask what is broke with chan_h323? > > I finally managed to get it compiled using 0.7.0, and can > get calls in and out of * with it, but limited testing shows no > working RTP, and h.323 debug shows that * thinks the local address is > 127.0.0.1. > > If that is the concern with chan_h323 in 0.7.0, I'll happily wait for > the next release. Otherwise I guess I have more digging to do. > > Dan > > -----Original Message----- > From: Manuel Jo?o "S. Costa Amaro [mailto:ashes@gildot.org] > Sent: Tuesday, January 13, 2004 11:38 AM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Asterisk 0.7.0 > > > A Ter, 2004-01-13 ?s 16:01, Brian West escreveu: > > > Why not quickly patch the source an release 0.7.1 if the bug is > > > critical? > > > > Give it a few days and I bet we will. because chan_h323 is broken > > also in 0.7.0 (JerJer :P but him and I stayed up till 3 am fixing > > it.) > > > > I've tryied it today, for a few minutes. I think there's problem with > oh323 also. > > If the problem persists, tomorrow i report. > > Anyone ? > > Cya > > -- > Joao Amaro (ashes@gildot.org) > Braga, Portugal > > > > _______________________________________________ > 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 >_______________________________________________ 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