Merge "res_pjsip: Add support for returning only reachable contacts and use it." into 13

This commit is contained in:
Jenkins2
2017-06-07 08:11:23 -05:00
committed by Gerrit Code Review
6 changed files with 128 additions and 6 deletions

View File

@@ -3038,7 +3038,7 @@ pjsip_dialog *ast_sip_create_dialog_uac(const struct ast_sip_endpoint *endpoint,
if (res != PJ_SUCCESS) {
if (res == PJSIP_EINVALIDURI) {
ast_log(LOG_ERROR,
"Endpoint '%s': Could not create dialog to invalid URI '%s'. Is endpoint registered?\n",
"Endpoint '%s': Could not create dialog to invalid URI '%s'. Is endpoint registered and reachable?\n",
ast_sorcery_object_get_id(endpoint), uri);
}
return NULL;