--- res_pjsip_private.h.orig 2013-12-21 00:12:06.673333334 +0000 +++ res_pjsip_private.h 2013-12-21 00:12:23.499999999 +0000 @@ -8,6 +8,16 @@ #ifndef RES_PJSIP_PRIVATE_H_ #define RES_PJSIP_PRIVATE_H_ +//Workaround so build will proceed +#ifndef INFINITY +#define INFINITY (1.0/0.0) +#endif + +#ifndef NAN +#define NAN (0.0/0.0) +#endif +#include "asterisk/module.h" + struct ao2_container; struct ast_threadpool_options;