[svn-commits] russell: branch russell/messaging r309634 - in /team/russell/messaging: ./ doc/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 4 16:22:07 CST 2011


Author: russell
Date: Fri Mar  4 16:22:02 2011
New Revision: 309634

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=309634
Log:
add a couple of doc tweaks

Modified:
    team/russell/messaging/CHANGES
    team/russell/messaging/doc/asterisk-messaging.txt

Modified: team/russell/messaging/CHANGES
URL: http://svnview.digium.com/svn/asterisk/team/russell/messaging/CHANGES?view=diff&rev=309634&r1=309633&r2=309634
==============================================================================
--- team/russell/messaging/CHANGES (original)
+++ team/russell/messaging/CHANGES Fri Mar  4 16:22:02 2011
@@ -11,6 +11,19 @@
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 1.8 to Asterisk 1.10 -----------------
 ------------------------------------------------------------------------------
+
+Text Messaging
+--------------
+ * Asterisk now has protocol independent support for processing text messages
+   outside of a call.  Messages are routed through the Asterisk dialplan.
+   SIP MESSAGE and XMPP are currently supported.  There are options in
+   jabber.conf and sip.conf to allow enabling these features.
+     -> jabber.conf: see the "sendtodialplan" and "context" options.
+     -> sip.conf: see the "accept_outofcall_message" and "auth_message_requests"
+        options.
+   The MESSAGE() dialplan function and MessageSend() application have been
+   added to go along with this functionality.  More detailed usage information
+   can be found on the Asterisk wiki (http://wiki.asterisk.org/).
 
 Parking
 -------

Modified: team/russell/messaging/doc/asterisk-messaging.txt
URL: http://svnview.digium.com/svn/asterisk/team/russell/messaging/doc/asterisk-messaging.txt?view=diff&rev=309634&r1=309633&r2=309634
==============================================================================
--- team/russell/messaging/doc/asterisk-messaging.txt (original)
+++ team/russell/messaging/doc/asterisk-messaging.txt Fri Mar  4 16:22:02 2011
@@ -1,3 +1,14 @@
+************
+*** NOTE ***
+************
+This file is not intended to be merged into Asterisk trunk.  It's just here for
+easy review along side the code in the code review.  This content will be
+archived along side other design notes on the Asterisk wiki after the code is
+merged.
+************
+************
+************
+
 ================================================================================
 ===                                                                          ===
 ===                     Asterisk Messaging Design Proposal                   ===




More information about the svn-commits mailing list