Well, in fact I want to use this module :p I've modified the code of mms_detokenize.c to suit my needs but now I don't don't know how to use it. I thought the binary was automatically created when compiling mbuni but it's not the case.
So I assume I have to compile it myself and then add the .o in the configuration file, is that right ? Can you help for the compiling options ? Thanks. Regards, Nicolas. -----Message d'origine----- De�: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de S�ren Hansen Envoy�: mardi 7 juin 2005 12:59 ��: Mbuni MMS Gateway Users List Objet�: Re: [Users] Detokenizer module man, 06 06 2005 kl. 17:28 +0200, skrev NZ: > I would like to know how to configure mbuni to use the detokenizer > module. > I think I have to add such a line in the conf. file : > detokenizer-library = mms_detokenize.o > but there is no mms_detokenize.o file created at the compilation. The trick with the tokenizer library is that you create one yourself. It's supposed to supply a mapping between an MSISDN and some sort of token to eliminate spoofing. If you don't need/want that, just remove the entry from your configuration and everything should work fine. -- S�ren Hansen <[EMAIL PROTECTED]> _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
