[asterisk-bugs] [LibPRI 0013760]: [patch] Block Reverse Calls
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jul 2 12:46:16 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=13760
======================================================================
Reported By: mrgabu
Assigned To:
======================================================================
Project: LibPRI
Issue ID: 13760
Category: NewFeature
Reproducibility: always
Severity: feature
Priority: normal
Status: ready for review
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:
======================================================================
Date Submitted: 2008-10-22 05:13 CDT
Last Modified: 2009-07-02 12:46 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.
======================================================================
----------------------------------------------------------------------
(0107355) svnbot (reporter) - 2009-07-02 12:46
https://issues.asterisk.org/view.php?id=13760#c107355
----------------------------------------------------------------------
Repository: asterisk
Revision: 204749
U trunk/CHANGES
U trunk/channels/chan_dahdi.c
U trunk/channels/sig_pri.c
U trunk/channels/sig_pri.h
U trunk/configs/chan_dahdi.conf.sample
U trunk/funcs/func_channel.c
------------------------------------------------------------------------
r204749 | seanbright | 2009-07-02 12:46:14 -0500 (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=204749
Issue History
Date Modified Username Field Change
======================================================================
2009-07-02 12:46 svnbot Checkin
2009-07-02 12:46 svnbot Note Added: 0107355
======================================================================
More information about the asterisk-bugs
mailing list