[svn-commits] seanbright: branch 1.6.2 r204750 - /branches/1.6.2/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 2 12:47:46 CDT 2009


Author: seanbright
Date: Thu Jul  2 12:47:42 2009
New Revision: 204750

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=204750
Log:
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 #13760)
  Reported by: mrgabu
  
  Review: https://reviewboard.asterisk.org/r/303/
........

Modified:
    branches/1.6.2/   (props changed)

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the svn-commits mailing list