[asterisk-commits] mmichelson: trunk r208314 - in /trunk: ./ channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 23 11:29:41 CDT 2009
Author: mmichelson
Date: Thu Jul 23 11:29:37 2009
New Revision: 208314
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=208314
Log:
Merged revisions 208312 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r208312 | mmichelson | 2009-07-23 11:29:18 -0500 (Thu, 23 Jul 2009) | 3 lines
Remove inaccurate XXX comment.
........
Modified:
trunk/ (props changed)
trunk/channels/chan_sip.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=208314&r1=208313&r2=208314
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Thu Jul 23 11:29:37 2009
@@ -17958,10 +17958,6 @@
* 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 (!req->ignore && p->owner) {
ast_queue_control(p->owner, AST_CONTROL_RINGING);
}
More information about the asterisk-commits
mailing list