[asterisk-bugs] [LibPRI 0013760]: [patch] Block Reverse Calls

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Jun 23 15:32:22 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:                   New/Feature
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     ready for testing
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-06-23 15:32 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.
====================================================================== 

---------------------------------------------------------------------- 
 (0106870) seanbright (manager) - 2009-06-23 15:32
 https://issues.asterisk.org/view.php?id=13760#c106870 
---------------------------------------------------------------------- 
Also, if you put:

if (e->ring.reversecharge){
      pbx_builtin_setvar_helper(c, "PRIREVERSECHARGE", "1");
} else {
      pbx_builtin_setvar_helper(c, "PRIREVERSECHARGE", "0");
}

in chan_zap.c as you suggest and still aren't seeing a value for
PRIREVERSECHARGE you either put it in the wrong place or you didn't
reinstall/restart asterisk. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-06-23 15:32 seanbright     Note Added: 0106870                          
======================================================================




More information about the asterisk-bugs mailing list