In article <[EMAIL PROTECTED]>, Martin VÃt <[EMAIL PROTECTED]> wrote: > It is caused by this change > > Use proper type to represent the group variable (issue #8025 reported by > makoto) > > I've checkout fresh copy: svn checkout -r43699 and svn checkout -r43705 and > 43705 is causing > this crash, 43699 is ok. > But i'm not skilled enough to find connection between this change ant this > backtrace. > > Festr
I see from your traces that you are using OH323 channels. Did you recompile chan_oh323 after you updated to 43705? It will need to be recompiled because the layout of struct ast_channel has changed due to the different sizes of unsigned int and ast_group_t. If you use an old chan_oh323, you will get all sorts of weird behaviour because data in the struct isn't where chan_oh323 thinks it should be. Cheers Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
