Angelos Karageorgiou wrote: > siprtp.c does not initialize the 100rel module , > > a one lined fixes this at line 345 > > status = pjsip_100rel_init_module( app.sip_endpt ); > PJ_ASSERT_RETURN(status == PJ_SUCCESS, status); > > and it works like a charm > Fixed in r1657. Thanks! cheers, -benny