Control: tags -1 moreinfo > Quoting Jonas Smedegaard (2015-05-27 12:09:22) > > Asterisk has since long supported Open Settlement Protocol through the > > OSP Toolkit. Please build-depend on libosptk3-dev to enable that. > > Ah, I notice now the following in my test build: > > > checking osp/osp.h usability... yes > > checking osp/osp.h presence... yes > > checking for osp/osp.h... yes > > checking for OSPPInit in -losptk... yes > > checking if OSP Toolkit version is compatible with app_osplookup... no > > ...so more work is needed than just adding build-dependency. > > I suspect what is needed is to upgrade to newer upstream release - see > bug#786975.
A recent enough osptoolkit is included in Buster and Asterisk can build against it checking osp/osp.h usability... yes checking osp/osp.h presence... yes checking for osp/osp.h... yes checking for OSPPInit in -losptk... yes checking if OSP Toolkit version is compatible with app_osplookup... yes However, I'm not exactly sure about whether we want this. libosptk4 has a popcon of 3. No Vcs, only sponsored uploads. Is the code mature enough to use it at the current stage? (both for osptoolkit and app_osplookup) I'll enable the build-dep in the next experimental upload just to check whether it builds on all architectures, but unless someone wants this I'll disable it again for unstable. Bernhard