[svn-commits] mmichelson: branch group/CCSS r231057 - /team/group/CCSS/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 24 10:53:46 CST 2009


Author: mmichelson
Date: Tue Nov 24 10:53:44 2009
New Revision: 231057

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=231057
Log:
Remove some unnecessary code.


Modified:
    team/group/CCSS/channels/chan_sip.c

Modified: team/group/CCSS/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/chan_sip.c?view=diff&rev=231057&r1=231056&r2=231057
==============================================================================
--- team/group/CCSS/channels/chan_sip.c (original)
+++ team/group/CCSS/channels/chan_sip.c Tue Nov 24 10:53:44 2009
@@ -19883,11 +19883,6 @@
 			else if (owner)
 				ast_queue_control(p->owner, AST_CONTROL_CONGESTION);
 			break;
-		case 412: /* Conditional Request Failed */
-			if (sipmethod == SIP_PUBLISH) {
-				handle_response_publish(p, resp, rest, req, seqno);
-			}
-			break;
 		case 423: /* Interval too brief */
 			if (sipmethod == SIP_REGISTER)
 				res = handle_response_register(p, resp, rest, req, seqno);




More information about the svn-commits mailing list