Hello All,
Well, I have successfully ported the SIP signaling portion (i.e.
registration and basic incoming/outgoing call, excluding audio/SDP) on my
MIPS 4KEC embedded platform using Sofia-SIP. Below, I have listed my local
changes to sofia-sip-1.12.4 in order to make it work for me.
1) configure:
Manually changed line to #undef SU_HAVE_IN6 (instead of #define
SU_HAVE_IN6)
2) lib-sofia-sip-ua/bnf.c:
Moved buf declaration outside #ifdef SU_HAVE_IN6
3) lib-sofia-sip-ua/sip/sip_pref_util.c:
Patched (strtod_patch.dat) per Pekka Pessi because our stdlib has no
strtod()
4) lib-sofia-sip-ua/sip/sofia-sip/sip_header.h:
Forced __attribute__() to be undefined for __cplusplus
5) lib-sofia-sip-ua/su/su_port.c:
Added #define __CYGWIN__ 1
6) lib-sofia-sip-ua/su/sofia-sip/su_config.h:
Forced __attribute__() to be undefined for __cplusplus
Hopefully these changes can be incorporated into a future release?
Thanks,
Jerry
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel