hi, i was looking sample program of pjsua(200 line sample program). i was trying to make a call with that code, it is registering to the server successfully, but after that it is giving me break point in "endpoint.c" and simply quiting..... and that line is: PJ_DEF(pj_pool_t*) pjmedia_endpt_create_pool( pjmedia_endpt *endpt, const char *name, pj_size_t initial, pj_size_t increment) { pj_assert(endpt != NULL); --> return pj_pool_create(endpt->pf, name, initial, increment, NULL); } where is the problem,,,, can anyone tell me Regards, New_bie -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20081218/6ec99499/attachment.html>