[asterisk-commits] rizzo: branch rizzo/astobj2 r47947 -
/team/rizzo/astobj2/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Nov 22 15:10:09 MST 2006
Author: rizzo
Date: Wed Nov 22 16:10:08 2006
New Revision: 47947
URL: http://svn.digium.com/view/asterisk?view=rev&rev=47947
Log:
more annotations on message we handle
Modified:
team/rizzo/astobj2/channels/chan_sip.c
Modified: team/rizzo/astobj2/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/astobj2/channels/chan_sip.c?view=diff&rev=47947&r1=47946&r2=47947
==============================================================================
--- team/rizzo/astobj2/channels/chan_sip.c (original)
+++ team/rizzo/astobj2/channels/chan_sip.c Wed Nov 22 16:10:08 2006
@@ -12614,7 +12614,7 @@
/* XXX i wonder if we could do the switch() on sipmethod instead */
/* The matrix is the following, where x means a handler, * special code.
- INVITE MESSAGE NOTIFY REG. BYE REFER owner
+ INVITE MESSAGE NOTIFY REG. BYE REFER owner CANCEL
100 x
180 x
183 x
@@ -12624,6 +12624,12 @@
403 x x
404 x x *
407 x x * x
+ 423 x
+ 481 * * * *
+ 491 x
+ 501 x x
+ 603 x
+
...to be completed
*/
More information about the asterisk-commits
mailing list