[asterisk-bugs] [Asterisk 0016961]: UserEvent Documentation is incorrect
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Mar 4 10:04:46 CST 2010
The following issue has been UPDATED.
======================================================================
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: assigned
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:
======================================================================
Date Submitted: 2010-03-04 09:27 CST
Last Modified: 2010-03-04 10:04 CST
======================================================================
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!
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-03-04 10:04 lmadsen JIRA => SWP-1018
======================================================================
More information about the asterisk-bugs
mailing list