Jason Parker wrote: > > Administrator TOOTAI wrote: >> >> Hi all, >> >> >> >> I receive this error while compiling chan_mobile: >> >> >> >> gcc -g -c -fPIC -fPIC -o chan_mobile.o chan_mobile.c >> >> chan_mobile.c: In function `mbl_load_config': >> >> chan_mobile.c:1745: erreur: trop d'arguments pour la fonction « >> >> ast_config_load » >> >> make[1]: *** [chan_mobile.o] Erreur 1 >> >> make[1]: Leaving directory `/usr/src/asterisk-addons' >> >> >> >> Does anyone know what's the problem? > > > > You're trying to use a module written for trunk on 1.4. > > Try checking out r421 of asterisk-addons, and replacing ast_debug(1, with ast_log(LOG_DEBUG, in all instances in chan_mobile.c.
(Still only compile chan_mobile.c. This appears to work with 421, but not 423. _______________________________________________ --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
