git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@208312
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
* a 100 Trying response. We're just going to treat this sort of thing
* the same as we would treat a 180 Ringing
*/
- /*XXX I'm just following the same procedure for a 180 response, which
- * doesn't change the invitestate of p. Shouldn't it be INV_PROCEEDING
- * though?
- */
if (!ast_test_flag(req, SIP_PKT_IGNORE) && p->owner) {
ast_queue_control(p->owner, AST_CONTROL_RINGING);
}