[Home]

Summary:ASTERISK-15744: UserEvent Documentation is incorrect
Reporter:jlpedrosa (jlpedrosa)Labels:
Date Opened:2010-03-04 09:27:52.000-0600Date Closed:2010-03-18 12:57:32
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hi all!

UserEvent documentation says that the body fields must be '|' (pipe) separated values (as old asterisk versions) but at least in 1.6.2.2 needs to be ',' (comma) separated values:

this works:
exten => s,n,UserEvent(CallMove,Context: error-agi,Uniqueid: ${CDR(uniqueid)})

this does NOT work
exten => s,n,UserEvent(CallMove,Context: error-agi|Uniqueid: ${CDR(uniqueid)})

see documentation on:
http://www.asterisk.org/docs/asterisk/trunk/applications/userevent?type=applications&value=UserEvent

Thanks!
Comments:By: Digium Subversion (svnbot) 2010-03-18 12:52:36

Repository: asterisk
Revision: 253345

U   trunk/apps/app_userevent.c

------------------------------------------------------------------------
r253345 | lmadsen | 2010-03-18 12:52:35 -0500 (Thu, 18 Mar 2010) | 7 lines

Change usage of pipe to comma in UserEvent docs.

Change the example usage of pipe as a separator to comma in the UserEvent
documentation.

(closes issue ASTERISK-15744)
Reported by: jlpedrosa
------------------------------------------------------------------------

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

By: Leif Madsen (lmadsen) 2010-03-18 12:53:05

Please note that the documentation on asterisk.org will be updated as soon as we can convince someone in marketing to update the documentation for us.

By: Digium Subversion (svnbot) 2010-03-18 12:54:22

Repository: asterisk
Revision: 253346

_U  branches/1.6.2/
U   branches/1.6.2/apps/app_userevent.c

------------------------------------------------------------------------
r253346 | lmadsen | 2010-03-18 12:54:21 -0500 (Thu, 18 Mar 2010) | 15 lines

Merged revisions 253345 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r253345 | lmadsen | 2010-03-18 12:52:35 -0500 (Thu, 18 Mar 2010) | 7 lines
 
 Change usage of pipe to comma in UserEvent docs.
 
 Change the example usage of pipe as a separator to comma in the UserEvent
 documentation.
 
 (closes issue ASTERISK-15744)
 Reported by: jlpedrosa
........

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

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

By: Digium Subversion (svnbot) 2010-03-18 12:56:19

Repository: asterisk
Revision: 253347

U   branches/1.6.1/apps/app_userevent.c

------------------------------------------------------------------------
r253347 | lmadsen | 2010-03-18 12:56:19 -0500 (Thu, 18 Mar 2010) | 3 lines

Slightly different fix for UserEvent docs update.

(issue ASTERISK-15744)
------------------------------------------------------------------------

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

By: Digium Subversion (svnbot) 2010-03-18 12:56:57

Repository: asterisk
Revision: 253348

U   branches/1.6.0/apps/app_userevent.c

------------------------------------------------------------------------
r253348 | lmadsen | 2010-03-18 12:56:57 -0500 (Thu, 18 Mar 2010) | 3 lines

Slightly different fix for UserEvent docs update.

(issue ASTERISK-15744)
------------------------------------------------------------------------

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

By: Digium Subversion (svnbot) 2010-03-18 12:57:32

Repository: asterisk
Revision: 253349

U   branches/1.4/apps/app_userevent.c

------------------------------------------------------------------------
r253349 | lmadsen | 2010-03-18 12:57:32 -0500 (Thu, 18 Mar 2010) | 1 line

Typo found while fixing issue ASTERISK-15744.
------------------------------------------------------------------------

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