mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
Refactor usage pattern of xmldoc info tag.
This updates func_channel.c and main/message.c to use a generic xpointer include instead of including info from each channel driver. Now the name attribute of info is CHANNEL or CHANNEL_EXAMPLES to be included in documentation for func_channel. Setting the name attribute of info to MessageToInfo or MessageFromInfo causes it to be included in the MessageSend application and AMI action. Change-Id: I89fd8276a3250824241a618009714267d3a8d1ea
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
***/
|
||||
|
||||
/*** DOCUMENTATION
|
||||
<info name="PJSIPMessageFromInfo" language="en_US" tech="PJSIP">
|
||||
<info name="MessageFromInfo" language="en_US" tech="PJSIP">
|
||||
<para>The <literal>from</literal> parameter can be a configured endpoint
|
||||
or in the form of "display-name" <URI>.</para>
|
||||
</info>
|
||||
<info name="PJSIPMessageToInfo" language="en_US" tech="PJSIP">
|
||||
<info name="MessageToInfo" language="en_US" tech="PJSIP">
|
||||
<para>Specifying a prefix of <literal>pjsip:</literal> will send the
|
||||
message as a SIP MESSAGE request.</para>
|
||||
</info>
|
||||
|
Reference in New Issue
Block a user