On Thu, Aug 12, 2004 at 11:07:47AM +0930, Ben Kramer wrote: > I have changed it to ast_pthread_create, and that is not defined ! From > my email above: > > > chan_vpb.c:970: `ast_pthread_create' undeclared (first use this > > > function) Sorry, you probably need: #include <asterisk/utils.h> as well.