mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Undo r414123
The Test Suite caught a few problems, undoing until those are resolved git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@414138 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -780,9 +780,6 @@ int ast_sip_session_refresh(struct ast_sip_session *session,
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
ast_debug(3, "Sending session refresh SDP via %s to %s\n",
|
||||
method == AST_SIP_SESSION_REFRESH_METHOD_INVITE ? "re-INVITE" : "UPDATE",
|
||||
ast_sorcery_object_get_id(session->endpoint));
|
||||
ast_sip_session_send_request_with_cb(session, tdata, on_response);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user