[asterisk-bugs] [Asterisk 0017733]: CDR(userfield) is not saved when called by Set(userfield) activated by a feature
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jul 28 13:32:06 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17733
======================================================================
Reported By: integratedvoip
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17733
Category: Resources/res_features
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: Older 1.6.2 - please test a newer version
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-07-27 21:37 CDT
Last Modified: 2010-07-28 13:32 CDT
======================================================================
Summary: CDR(userfield) is not saved when called by
Set(userfield) activated by a feature
Description:
This is almost identical to bug 0015502 which was closed.
In my applicationmap within features.conf i have the following:
setExtension628 =>
*7628,peer/callee,Set,CDR(userfield)=internal_extension=628,default
For an inboound call i dial *7628 on the callee and the CDR(userfield)
channel variable is set on the caller (peer). However when the call is
completed the CDR(userfield) is not saved correctly
======================================================================
----------------------------------------------------------------------
(0125213) lmadsen (administrator) - 2010-07-28 13:32
https://issues.asterisk.org/view.php?id=17733#c125213
----------------------------------------------------------------------
Set,CDR(userfield)=internal_extension=628
That looks funny to me. Not sure if the dialplan would bork on that.
Presumably you're trying to set the field value of
"internal_extension=628".
Have you tried:
Set(CDR(userfield)=internal_extension=628)
...in the dialplan? That works right?
Issue History
Date Modified Username Field Change
======================================================================
2010-07-28 13:32 lmadsen Note Added: 0125213
======================================================================
More information about the asterisk-bugs
mailing list