Remove a couple of leftover debug messages

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@54235 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-02-13 21:31:22 +00:00
parent 3ed86f887e
commit 7bcf1d913a

View File

@@ -5196,12 +5196,10 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req)
}
if (sin.sin_addr.s_addr && !sendonly) {
ast_log(LOG_DEBUG, "Queueing UNHOLD!\n");
ast_queue_control(p->owner, AST_CONTROL_UNHOLD);
/* Activate a re-invite */
ast_queue_frame(p->owner, &ast_null_frame);
} else if (!sin.sin_addr.s_addr || sendonly) {
ast_log(LOG_DEBUG, "Going on HOLD!\n");
ast_queue_control_data(p->owner, AST_CONTROL_HOLD,
S_OR(p->mohsuggest, NULL),
!ast_strlen_zero(p->mohsuggest) ? strlen(p->mohsuggest) + 1 : 0);