[asterisk-bugs] [LibPRI 0013760]: [patch] Block Reverse Calls
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jul 2 12:47:43 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=13760
======================================================================
Reported By: mrgabu
Assigned To: seanbright
======================================================================
Project: LibPRI
Issue ID: 13760
Category: NewFeature
Reproducibility: always
Severity: feature
Priority: normal
Status: closed
Asterisk Version: 1.4.22
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-10-22 05:13 CDT
Last Modified: 2009-07-02 12:47 CDT
======================================================================
Summary: [patch] Block Reverse Calls
Description:
This patch block every reverse/collect calls on a ISDN trunk.
So, once patched, asterisk will never receive these calls.
======================================================================
----------------------------------------------------------------------
(0107356) svnbot (reporter) - 2009-07-02 12:47
https://issues.asterisk.org/view.php?id=13760#c107356
----------------------------------------------------------------------
Repository: asterisk
Revision: 204750
_U branches/1.6.2/
------------------------------------------------------------------------
r204750 | seanbright | 2009-07-02 12:47:43 -0500 (Thu, 02 Jul 2009) | 27
lines
Blocked revisions 204749 via svnmerge
........
r204749 | seanbright | 2009-07-02 13:46:14 -0400 (Thu, 02 Jul 2009) | 21
lines
Support setting and receiving Reverse Charging Indication over ISDN PRI.
This is a continuation of revision 885 to LibPRI (Capture and expose the
Reverse
Charging Indication IE on ISDN PRI) which added the ability to get/set
Reverse
Charging Indication in LibPRI. This patch adds the ability to specify
RCI on
the outbound leg of a PRI call from within Asterisk, by prefixing the
dialed
number with a capital 'C' like:
...,Dial(DAHDI/g1/C4445556666)
And to read it off an inbound channel:
exten => s,1,Set(RCI=${CHANNEL(reversecharge)})
Thanks again to rmudgett for the thorough review.
(closes issue https://issues.asterisk.org/view.php?id=13760)
Reported by: mrgabu
Review: https://reviewboard.asterisk.org/r/303/
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=204750
Issue History
Date Modified Username Field Change
======================================================================
2009-07-02 12:47 svnbot Checkin
2009-07-02 12:47 svnbot Note Added: 0107356
======================================================================
More information about the asterisk-bugs
mailing list