mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11281,7 +11281,7 @@ static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, int
|
||||
ast_log(LOG_DEBUG, "Hm.... No sdp for the moment\n");
|
||||
}
|
||||
if (recordhistory) /* This is a response, note what it was for */
|
||||
append_history(p, "%s", "Re-invite received");
|
||||
append_history(p, "ReInv", "Re-invite received");
|
||||
}
|
||||
} else if (debug)
|
||||
ast_verbose("Ignoring this INVITE request\n");
|
||||
|
Reference in New Issue
Block a user