[Home]

Summary:ASTERISK-04396: [patch] Change 405 to 501 for not implemented sip method
Reporter:Olle Johansson (oej)Labels:
Date Opened:2005-06-11 05:37:28Date Closed:2008-01-15 15:38:45.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 405to501.txt
Description:This patches changes the reply 405 to 501 for not implemented SIP methods. 405 is used to say "I could do this, but don't want to do it with you pal". 501 correctly says "I don't know what you're talking about dude".
Comments:By: Kevin P. Fleming (kpfleming) 2005-06-20 21:06:50

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:38:45.000-0600

Repository: asterisk
Revision: 5949

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r5949 | kpfleming | 2008-01-15 15:38:44 -0600 (Tue, 15 Jan 2008) | 2 lines

ensure that proper response code is return for unimplemented methods (bug ASTERISK-4396)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5949