[asterisk-bugs] [Asterisk 0016961]: UserEvent Documentation is incorrect
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Mar 18 12:53:06 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:53 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!
======================================================================
----------------------------------------------------------------------
(0119561) lmadsen (administrator) - 2010-03-18 12:53
https://issues.asterisk.org/view.php?id=16961#c119561
----------------------------------------------------------------------
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.
Issue History
Date Modified Username Field Change
======================================================================
2010-03-18 12:53 lmadsen Note Added: 0119561
======================================================================
More information about the asterisk-bugs
mailing list