diff --git a/modules/b2b_logic/entity_storage.c b/modules/b2b_logic/entity_storage.c index 59a19bdb4b..963ef9235e 100644 --- a/modules/b2b_logic/entity_storage.c +++ b/modules/b2b_logic/entity_storage.c @@ -138,7 +138,6 @@ static void pack_entity(b2bl_tuple_t* tuple, enum b2b_entity_type entity_type, bin_push_str(storage, &entity->from_uri); bin_push_str(storage, &entity->from_dname); bin_push_str(storage, &entity->hdrs); - bin_push_str(storage, &entity->out_sdp); bin_push_str(storage, &entity->dlginfo->callid); bin_push_str(storage, &entity->dlginfo->fromtag);