[Home]

Summary:ASTERISK-19056: Incorrect description for MESSAGE_SEND_STATUS variable in main.message.c
Reporter:Yuri (ys)Labels:
Date Opened:2011-12-16 05:30:03.000-0600Date Closed:2011-12-19 13:49:39.000-0600
Priority:TrivialRegression?
Status:Closed/CompleteComponents:Channels/chan_sip/Messaging Documentation
Versions:SVN 10.0.0 Frequency of
Occurrence
Constant
Related
Issues:
is related toASTERISK-19058 Messagesend and SIPFROMUSER
Environment:asterisk-10.0.0 asterisk-trunk rev 348360Attachments:( 0) 348360.diff
Description:Description form MESSAGE_SEND_STATUS incorrectly copy/pasted.
Now:
<variable name="MESSAGE_SEND_STATUS">
<para>This is the time from dialing a channel until when it is disconnected.</para>

should by approximately as:
<variable name="MESSAGE_SEND_STATUS">
<para>This is the message delivery status returned by this application.</para>


Comments: