Hi all,

I'm sending a patch fixing the documentation of the detailed client call model.

I hope this is true! :)

Best regards,
From 3fbc3127e28fd8efe7e72d85041d2e4da59b501f Mon Sep 17 00:00:00 2001
From: Paulo Pizarro <paulo.piza...@gmail.com>
Date: Thu, 5 Aug 2010 11:40:26 -0300
Subject: [PATCH] Fixed documentation of the detailed client call model


Signed-off-by: Paulo Pizarro <paulo.piza...@gmail.com>
---
 libsofia-sip-ua/nua/nua.docs |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/libsofia-sip-ua/nua/nua.docs b/libsofia-sip-ua/nua/nua.docs
index d633c9d..da8636f 100644
--- a/libsofia-sip-ua/nua/nua.docs
+++ b/libsofia-sip-ua/nua/nua.docs
@@ -1045,16 +1045,16 @@ not include the extensions like @b 100rel or @b UPDATE.
      :                           |        |	     |		|
      :                           |      (10) 2XX   (11) 3XX 4XX |
      :      +-------------+      |        |   /BYE   |	5XX 6XX |
-     :      |             |      V        V          |   /-     |
-     + - - >| TERMINATING |<-------------------------+	        |
-            |             |                                     |
-            +-------------+			      	        |
-                  |        			      		|
-                (12) [23456]XX to BYE/-		      		|
-                  |             		      		|
-                  V             		      		|
-            +------------+             		      		|
-            | TERMINATED |<-------------------------------------+
+     :      |             |      V        |          |   /-     |
+     + - - >| TERMINATING |<--------------+          |	        |
+            |             |                          |          |
+            +-------------+			     |	        |
+                  |        			     | 		|
+                (12) [23456]XX to BYE/-		     | 		|
+                  |             		     | 		|
+                  V             		     | 		|
+            +------------+             		     | 		|
+            | TERMINATED |<--------------------------+----------+
             +------------+
 @endcode
 
@@ -1168,7 +1168,7 @@ follows:
     <td>proceeding</td>
 </tr>
 <tr><td>C8a</td>
-    <td>proceeding</td>
+    <td>calling</td>
     <td>nua_bye()</td>
     <td>CANCEL</td>
     <td rowspan=2>terminating*</td>
@@ -1220,12 +1220,12 @@ follows:
 <tr><td>C11</td>
     <td>terminating*</td>
     <td>3XX 4XX<br>5XX 6XX<br>to INVITE</td>
-    <td>BYE</td>
-    <td>terminating</td>
+    <td>-</td>
+    <td>terminated</td>
     <td>-</td>
     <td>
    The @b INVITE transaction is completed without a call being created. The
-   call state transitions to normal terminating state.
+   call state transitions to terminated state.
 </td></tr>
 
 <tr><td>C12</td>
-- 
1.7.0.4

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to