Hi, In b2bua scenario the on_send_ack must be implemented. Currently (2.2.1 version), the pjsip stack only send cached ACK (created with pjsip_inv_create_ack) and don't move to CONFIRMED state for early session. I change to CONFIRMED state manually, but is there another solution for this? Thanks, Gabriel.