[Kamailio-Devel] New module : PURPLE - IM/Presence multi-protocol gateway
Eric PTAK
eric.ptak.fr at gmail.com
Tue Feb 10 11:55:06 CET 2009
Hi Benjamin,
This error happens when you try to compile the module with an old kamailio
version.
The module compiles fine when it has been checked out with kamailio trunk.
If you wanna use it with an oldier kamailio, you'll need to fix
module/pua/hash.h file in order to add the PURPLE_PUBLISH macro :
after
#define DIALOG_PUBLISH 1<<10
just add
#define PURPLE_PUBLISH 1<<11
Regards,
Eric.
2009/2/9 <benccf at gmail.com>
> Hi Eric, and thanks for your module. I just have a question on how to use
> it.
> When i try to compile your module i got the following error :
>
>
> purple_sip.c: In function purple_send_sip_publish:
> purple_sip.c:219: error: PURPLE_PUBLISH undeclared (first use in this
> function)
> purple_sip.c:219: error: (Each undeclared identifier is reported only once
> purple_sip.c:219: error: for each function it appears in.)
> make[1]: *** [purple_sip.o] Error 1
>
> Do you have any idea on how to fix it ?
>
> Regards,
>
> Benjamin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kamailio.org/pipermail/devel/attachments/20090210/717c30f1/attachment.htm
More information about the Devel
mailing list