[asterisk-commits] mmichelson: branch mmichelson/rls-config r416664 - /team/mmichelson/rls-confi...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 19 09:55:32 CDT 2014
Author: mmichelson
Date: Thu Jun 19 09:55:27 2014
New Revision: 416664
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=416664
Log:
A few documentation tweaks.
Modified:
team/mmichelson/rls-config/res/res_pjsip_pubsub.c
Modified: team/mmichelson/rls-config/res/res_pjsip_pubsub.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/rls-config/res/res_pjsip_pubsub.c?view=diff&rev=416664&r1=416663&r2=416664
==============================================================================
--- team/mmichelson/rls-config/res/res_pjsip_pubsub.c (original)
+++ team/mmichelson/rls-config/res/res_pjsip_pubsub.c Thu Jun 19 09:55:27 2014
@@ -74,7 +74,7 @@
</manager>
<manager name="PJSIPShowResourceLists" language="en_US">
<synopsis>
- Lists resource lists.
+ Displays settings for configured resource lists.
</synopsis>
<syntax />
<description>
@@ -128,7 +128,7 @@
<synopsis>Must be of type 'resource_list'</synopsis>
</configOption>
<configOption name="event">
- <synopsis>The SIP event package this list uses.</synopsis>
+ <synopsis>The SIP event package that the list resource belong to.</synopsis>
<description><para>
The SIP event package describes the types of resources that Asterisk reports
the state of.
@@ -173,11 +173,11 @@
</description>
</configOption>
<configOption name="notification_batch_interval" default="0">
- <synopsis>Time Asterisk should wait, in milliseconds, between state changes and sending notifications.</synopsis>
+ <synopsis>Time Asterisk should wait, in milliseconds, before sending notifications.</synopsis>
<description>
<para>When a resource's state changes, it may be desired to wait a certain amount before Asterisk
sends a notification to subscribers. This allows for other state changes to accumulate, so that
- Asterisk can communicate more state changes in a single notification instead of rapidly sending
+ Asterisk can communicate multiple state changes in a single notification instead of rapidly sending
many notifications.</para>
</description>
</configOption>
More information about the asterisk-commits
mailing list