[asterisk-bugs] [Asterisk 0016961]: UserEvent Documentation is incorrect
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Mar 18 12:54:22 CDT 2010
A NOTE has been added to this issue.
======================================================================
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: closed
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:54 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!
======================================================================
----------------------------------------------------------------------
(0119562) svnbot (reporter) - 2010-03-18 12:54
https://issues.asterisk.org/view.php?id=16961#c119562
----------------------------------------------------------------------
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 https://issues.asterisk.org/view.php?id=16961)
Reported by: jlpedrosa
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=253346
Issue History
Date Modified Username Field Change
======================================================================
2010-03-18 12:54 svnbot Checkin
2010-03-18 12:54 svnbot Note Added: 0119562
======================================================================
More information about the asterisk-bugs
mailing list