[Home]

Summary:ASTERISK-02870: Remove the new line in app_alarmreceiver.c
Reporter:Clod Patry (junky)Labels:
Date Opened:2004-11-22 20:56:23.000-0600Date Closed:2008-01-15 15:14:45.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_alarmreceiver_synopsis.diff.txt
Description:When you do a show applications, we get something like:
[...]
AgentMonitorOutgoing: Record agent's outgoing call
                  AGI: Executes an AGI compliant application
        AlarmReceiver: Provide support for receving alarm reports from a burglar or fire alarm panel

               Answer: Answer a channel if ringing
   AppendCDRUserField: Append to the CDR user field
[...]
which contain a new line before the Answer line.

****** ADDITIONAL INFORMATION ******

This patch is just to take off that \n in the synopsis definition to keep the show applications clear and in standard.
Comments:By: Mark Spencer (markster) 2004-11-22 21:34:37.000-0600

Fixed in CVS

By: Russell Bryant (russell) 2004-11-25 02:33:40.000-0600

fixed in 1.0 - will be in 1.0.3

By: Digium Subversion (svnbot) 2008-01-15 15:14:45.000-0600

Repository: asterisk
Revision: 4320

U   trunk/apps/app_alarmreceiver.c

------------------------------------------------------------------------
r4320 | markster | 2008-01-15 15:14:44 -0600 (Tue, 15 Jan 2008) | 2 lines

Quickie fix to remove unnecessary newline (bug ASTERISK-2870)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4320