summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2016-08-15 16:29:53 -0400
committerCorey Farrell <git@cfware.com>2016-08-15 19:02:04 -0400
commitf4e28b3a09d3223fad1c736d59f06abf0667b5fa (patch)
tree3616d3e96226b4ea8ca88599463d5d152a422c11 /channels/chan_sip.c
parent8cc34aa48071257c467bf87307f3f9e630a9d37f (diff)
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
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 4be53c218..a30a18117 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -568,11 +568,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
for all of the sip peers will be retrieved.</para>
</description>
</manager>
- <info name="SIPMessageFromInfo" language="en_US" tech="SIP">
+ <info name="MessageFromInfo" language="en_US" tech="SIP">
<para>The <literal>from</literal> parameter can be a configured peer name
or in the form of "display-name" &lt;URI&gt;.</para>
</info>
- <info name="SIPMessageToInfo" language="en_US" tech="SIP">
+ <info name="MessageToInfo" language="en_US" tech="SIP">
<para>Specifying a prefix of <literal>sip:</literal> will send the
message as a SIP MESSAGE request.</para>
</info>