[asterisk-commits] oej: branch oej/darjeeling-prack-1.8 r369555 - /team/oej/darjeeling-prack-1.8/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 3 08:01:19 CDT 2012
Author: oej
Date: Tue Jul 3 08:01:15 2012
New Revision: 369555
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369555
Log:
Adding documentation
Modified:
team/oej/darjeeling-prack-1.8/README.darjeeling
Modified: team/oej/darjeeling-prack-1.8/README.darjeeling
URL: http://svnview.digium.com/svn/asterisk/team/oej/darjeeling-prack-1.8/README.darjeeling?view=diff&rev=369555&r1=369554&r2=369555
==============================================================================
--- team/oej/darjeeling-prack-1.8/README.darjeeling (original)
+++ team/oej/darjeeling-prack-1.8/README.darjeeling Tue Jul 3 08:01:15 2012
@@ -23,6 +23,18 @@
PRACK adds a retransmit and ACK mechanism to the 1xx messages excluding 100 (since
it's transmitted hop-by-hop).
+
+Configuration
+=============
+Add prack=yes in the [general] section of sip.conf or in device configurations.
+Asterisk will now add 100rel to the list of supported options. If the other device
+supports PRACK Asterisk will activate it or support it if the other side
+requires it.
+There's currently no support for requiring PRACK in a call.
+
+
+Technichal details
+==================
If the INVITE contains
Supported: 100rel
@@ -101,9 +113,17 @@
* PRACK working when Asterisk is the UAS
- done
* PRACK working when Asterisk is the UAC
+ - done
* PRACK with authentication
+ - not done
* Requesting auth for PRACK
-* PRACK enabled per call - SIPCHANINFO?
+ - not done
+* PRACK in "sip show settings"
+ - done
+* PRACK in "sip show peer xxx"
+ - done
+* PRACK in "sip show channel xxx"
+ - done
---------------------
The patch is (C) Copyright by Edvina AB, Sollentuna, Sweden.
More information about the asterisk-commits
mailing list