|
|
|
@ -3555,7 +3555,7 @@ static int create_out_of_dialog_request(const pjsip_method *method, struct ast_s
|
|
|
|
|
contact = ast_sip_location_retrieve_contact_from_aor_list(endpoint->aors);
|
|
|
|
|
}
|
|
|
|
|
if (!contact || ast_strlen_zero(contact->uri)) {
|
|
|
|
|
ast_log(LOG_ERROR, "Unable to retrieve contact for endpoint %s\n",
|
|
|
|
|
ast_log(LOG_WARNING, "Unable to retrieve contact for endpoint %s\n",
|
|
|
|
|
ast_sorcery_object_get_id(endpoint));
|
|
|
|
|
return -1;
|
|
|
|
|
}
|
|
|
|
|