mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 19:16:46 +00:00
Merge "res_pjsip: Add support for returning only reachable contacts and use it." into 13
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user