[asterisk-bugs] [Asterisk 0016961]: UserEvent Documentation is incorrect

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Mar 18 12:52:36 CDT 2010


The following issue has been RESOLVED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16961 
====================================================================== 
Reported By:                jlpedrosa
Assigned To:                lmadsen
====================================================================== 
Project:                    Asterisk
Issue ID:                   16961
Category:                   Documentation
Reproducibility:            have not tried
Severity:                   text
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.6.2.2 
JIRA:                       SWP-1018 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-03-04 09:27 CST
Last Modified:              2010-03-18 12:52 CDT
====================================================================== 
Summary:                    UserEvent Documentation is incorrect
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!
====================================================================== 

---------------------------------------------------------------------- 
 (0119560) svnbot (reporter) - 2010-03-18 12:52
 https://issues.asterisk.org/view.php?id=16961#c119560 
---------------------------------------------------------------------- 
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 https://issues.asterisk.org/view.php?id=16961)
Reported by: jlpedrosa
------------------------------------------------------------------------

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-18 12:52 svnbot         Checkin                                      
2010-03-18 12:52 svnbot         Note Added: 0119560                          
2010-03-18 12:52 svnbot         Status                   assigned => resolved
2010-03-18 12:52 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list