On 2/18/08, thieums <[EMAIL PROTECTED]> wrote: > Hello, > I'm looking for a way to restore old behaviour (before Arkadia patch > #0010668) of ForkCDR application in 1.4.18 > I've done some research directly in the code (cdr.c & forkcdr.c), but > can't find any flag. > I am just f*c*ed or do you have something to suggest ? :) > Thank you for help.
Could you describe the behavior you want to achieve, and why? It probably could be done in other ways. If really not, you should post a bug regarding lost functionality. If you want to stick to reverting, this should work: # svn co http://svn.digium.com/svn/asterisk/tags/1.4.18 asterisk-1.4.18 # cd asterisk-1.4.18 # svn diff -c 82444 > m10668.patch # patch -R -p0 < m10668.patch that should give you version with that specific patch reverted, then you can just upgrade to next version by # svn switch http://svn.digium.com/svn/asterisk/tags/1.4.19 and re- make, make install Regards, Atis -- Atis Lezdins VoIP Developer, IQ Labs Inc. [EMAIL PROTECTED] Skype: atis.lezdins Cell Phone: +371 28806004 Work phone: +1 800 7502835 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
