Dear all: There is a problem about repeatedly PUBLISH message? When I modified simple_pjsua.c as following: cfg.publish = 1; ... status = pjsua_acc_add(&cfg, PJ_TRUE, &acc_id); if (status != PJ_SUCCESS) error_exit("Error adding account", status); //once acc added successfully set online status as online: status = pjsua_acc_set_online_status?(acc_id, PJ_TRUE); //this line is added by me ... thus repeatedly PUBLISH message occurred.Finally "No module handled the PUBLISH message"? What is the matter? Best regard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100226/f380598b/attachment.html>