[Home]

Summary:ASTERISK-04824: [PATCH] Incorrect copy and paste into receive text AGI Command
Reporter:Matt Riddell (zx81)Labels:
Date Opened:2005-08-12 09:51:36Date Closed:2011-06-07 14:11:57
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) receive_text.0.1.patch
Description:Before:

pabx*CLI> show agi receive text
Usage: RECEIVE CHAR <timeout>
       Receives a string of text on a channel. Specify timeout to be the
maximum time to wait for input in milliseconds, or 0 for infinite. Most channels
do not support the reception of text. Returns -1 for failure or 1 for success, and the string in parentheses.

After:

pabx*CLI> show agi receive text
Usage: RECEIVE TEXT <timeout>
       Receives a string of text on a channel. Specify timeout to be the
maximum time to wait for input in milliseconds, or 0 for infinite. Most channels
do not support the reception of text. Returns -1 for failure or 1 for success, and the string in parentheses.


(The change is that in the first line of usage, it incorrectly says receive char).

:)
Comments:By: Matt Riddell (zx81) 2005-08-12 09:54:26

Hmmm, I may have screwed up the patch.  I didn't want to do the patch against my whole Asterisk directory as I have a few custom apps which aren't ready for release.  :)

By: Clod Patry (junky) 2005-08-12 14:33:17

+1 for me.

By: twisted (twisted) 2005-08-14 22:42:54

fixed in CVS HEAD, thanks!

By: Matt Riddell (zx81) 2005-08-14 22:59:28

:) Kewl!

By: Russell Bryant (russell) 2005-08-26 12:32:49

RECEIVE TEXT isn't in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:44:27.000-0600

Repository: asterisk
Revision: 6334

U   trunk/res/res_agi.c

------------------------------------------------------------------------
r6334 | twisted | 2008-01-15 15:44:26 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix usage text for AGI recieve text (bug ASTERISK-4824)

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

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