mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
Documentation updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@335385 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -401,7 +401,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<para>Status (if qualify=yes).</para>
|
||||
</enum>
|
||||
<enum name="regexten">
|
||||
<para>Registration extension.</para>
|
||||
<para>Extension activated at registration.</para>
|
||||
</enum>
|
||||
<enum name="limit">
|
||||
<para>Call limit (call-limit).</para>
|
||||
@@ -419,7 +419,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<para>Account code for this peer.</para>
|
||||
</enum>
|
||||
<enum name="useragent">
|
||||
<para>Current user agent id for peer.</para>
|
||||
<para>Current user agent header used by peer.</para>
|
||||
</enum>
|
||||
<enum name="maxforwards">
|
||||
<para>The value used for SIP loop prevention in outbound requests</para>
|
||||
@@ -449,13 +449,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<para>The source IP address of the peer.</para>
|
||||
</enum>
|
||||
<enum name="from">
|
||||
<para>The URI from the <literal>From:</literal> header.</para>
|
||||
<para>The SIP URI from the <literal>From:</literal> header.</para>
|
||||
</enum>
|
||||
<enum name="uri">
|
||||
<para>The URI from the <literal>Contact:</literal> header.</para>
|
||||
<para>The SIP URI from the <literal>Contact:</literal> header.</para>
|
||||
</enum>
|
||||
<enum name="useragent">
|
||||
<para>The useragent.</para>
|
||||
<para>The Useragent header used by the peer.</para>
|
||||
</enum>
|
||||
<enum name="peername">
|
||||
<para>The name of the peer.</para>
|
||||
@@ -492,8 +492,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Lists SIP peers in text format with details on current status.
|
||||
Peerlist will follow as separate events, followed by a final event called
|
||||
PeerlistComplete.</para>
|
||||
<literal>Peerlist</literal> will follow as separate events, followed by a final event called
|
||||
<literal>PeerlistComplete</literal>.</para>
|
||||
</description>
|
||||
</manager>
|
||||
<manager name="SIPshowpeer" language="en_US">
|
||||
@@ -533,7 +533,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Lists all registration requests and status. Registrations will follow as separate
|
||||
events. followed by a final event called RegistrationsComplete.</para>
|
||||
events followed by a final event called <literal>RegistrationsComplete</literal>.</para>
|
||||
</description>
|
||||
</manager>
|
||||
<manager name="SIPnotify" language="en_US">
|
||||
@@ -553,7 +553,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<description>
|
||||
<para>Sends a SIP Notify event.</para>
|
||||
<para>All parameters for this event must be specified in the body of this request
|
||||
via multiple Variable: name=value sequences.</para>
|
||||
via multiple <literal>Variable: name=value</literal> sequences.</para>
|
||||
</description>
|
||||
</manager>
|
||||
***/
|
||||
|
Reference in New Issue
Block a user