[Home]

Summary:ASTERISK-02739: [patch] Generic Digits preliminary support
Reporter:Paul Cadach (pcadach)Labels:
Date Opened:2004-11-04 10:34:54.000-0600Date Closed:2008-01-15 15:12:45.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ani2.diff
( 1) chan_zap_ani2.diff
( 2) genericdigits.diff
( 3) pri-gendigits-fix.diff
Description:DMS-250 and possible other switches sends ANI II digits with Generic Digits IE from Codeset 6 instead of Originating Line Information IE from the same codeset. This patch indended to provide preliminary support to:
1) decode Generic Digits IE for debugging purposes;
2) receive Generic Digits IE and pass provided information at call->ani2 field (as OLI does);
3) template to provide support for sending Generic Digits IE over PRI link.

****** ADDITIONAL INFORMATION ******

Disclaimer is on the file.

Done as bkw's requested support for it.
Comments:By: Brian West (bkw918) 2004-11-04 10:44:44.000-0600

yes this patch works.. I would like to do a little more testing with it... Thanks for your help paul :)

bkw

By: Mark Spencer (markster) 2004-11-04 21:10:37.000-0600

Merged in CVS, still need the asterisk piece though.

By: Russell Bryant (russell) 2004-11-04 21:30:28.000-0600

not in 1.0

By: Paul Cadach (pcadach) 2004-11-04 22:31:53.000-0600

Small fix due to invalid order of BCD digits.

By: Mark Spencer (markster) 2004-11-05 15:27:48.000-0600

Fixed in CVS, thanks!

By: Brian West (bkw918) 2004-11-07 13:52:34.000-0600

an2.diff reverses the previous patch and orders the info digits correctly.  (telco was messin with me I suspect)  chan_zap_ani2.diff sets the ANI2 channel var.

bkw

By: Mark Spencer (markster) 2004-11-07 13:57:35.000-0600

Fixed in CVS

By: Paul Cadach (pcadach) 2005-01-26 23:01:16.000-0600

BCD encoded values have invalid digit order (as for SS7 which uses BCD too, byte sequence 12 34 must be decoded as 2143 value).

By: Mark Spencer (markster) 2005-01-26 23:37:18.000-0600

Fixed in CVS head

By: Russell Bryant (russell) 2005-01-29 00:39:51.000-0600

not in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:12:45.000-0600

Repository: asterisk
Revision: 4172

U   trunk/channels/chan_zap.c

------------------------------------------------------------------------
r4172 | markster | 2008-01-15 15:12:45 -0600 (Tue, 15 Jan 2008) | 2 lines

Add ANI2 to zap (bug ASTERISK-2739)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4172