Hi, i have a question regarding the call sequence of pjsua_call_make_call and the call_state callbacks. As it seems, my application call_state callback is called before pjsua_call_make_call returned. That means that my application did not yet have a chance to register the call id, and consequently can't associate the call_state invocation with one of its registered calls. Does anyone have a workaround for this? Thanks, Hans