id summary reporter owner description type status priority milestone component version resolution keywords cc backport_to_milestone backported 615 Error adding new buddy in the on_incoming_subscribe() callback (thanks Joseph Maiquez for reporting the error) bennylp bennylp "Calling {{{pjsua_buddy_add()}}} in the {{{on_incoming_subscribe()}}} callback will always return error on release mode, and it will raise assertion on debug mode. This is because internally pjsua will refresh all subscriptions when {{{pjsua_buddy_add()}}} is called, and it will try to refresh the new subscription (on which the {{{on_incoming_subscribe()}}} callback is called) which state is still NULL. Thanks Joseph Maiquez for reporting this problem. " defect closed normal release-1.0-rc2 pjsua-lib trunk fixed