Denis Smirnov wrote: > This moving helps to minimize duplicate code and improve API stability > without affecting development speed.
This is incorrect. As soon as 'struct ast_channel' is part of the library's API (as it would have to be), then we cannot make changes to the channel structure without having to increase library versions and modifying all the modules to require that version. This will take significant amounts of time. I don't see any value in having modules that are usable across Asterisk versions in binary form; this is open source software, and nearly all modules available for it should only need source-level compatibility, not binary compatibility. _______________________________________________ --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
