[Home]

Summary:ASTERISK-12670: [patch] send rel with unallocated cause code insted of normal call clearing when call invalid extension
Reporter:adomjan (adomjan)Labels:
Date Opened:2008-09-01 09:18:36Date Closed:2008-11-07 14:22:46.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_dahdi.c-ss7-unallocated
( 1) chan_dahdi.c-ss7-unallocated-2
Description:btw has another problem near this point:
>[0] MSU
[ 8a 08 0d ]
       Network Indicator: 3 Priority: 0 User Part: ISUP (5)
       [ c5 ]
       OPC 3 DPC 1 SLS 1
       [ 01 c0 00 10 ]
               CIC: 1
               [ 01 00 ]
               Message Type: REL
               [ 0c ]
               --VARIABLE LENGTH PARMS[1]--
               Cause Indicator:
                       Coding Standard: 0
                       Location: 1
                       Cause Class: 0
                       Cause Subclass: 1
                       Cause: Unallocated (unassigned) number (1)
                       [ 02 81 81 ]

Len = 12 [ 08 8b 09 c5 03 40 00 10 01 00 10 00 ]
FSN: 11 FIB 1
BSN: 8 BIB 0
<[0] MSU
[ 08 8b 09 ]
       Network Indicator: 3 Priority: 0 User Part: ISUP (5)
       [ c5 ]
       OPC 1 DPC 3 SLS 1
       [ 03 40 00 10 ]
               CIC: 1
               [ 01 00 ]
               Message Type: RLC
               [ 10 ]

[Sep  1 16:26:31] NOTICE[3920]: chan_dahdi.c:9815 ss7_linkset: Received RLC out and we haven't sent REL.  Ignoring.
Comments:By: Leif Madsen (lmadsen) 2008-09-10 08:50:05

Are both of these patches meant to be reviewed and included, or does the -2 replace the first patch?

Thanks!

By: adomjan (adomjan) 2008-09-10 09:07:24

try only just the 2nd

By: Tilghman Lesher (tilghman) 2008-11-07 14:22:46.000-0600

Merged revisions 155324 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r155324 | tilghman | 2008-11-07 14:13:32 -0600 (Fri, 07 Nov 2008) | 7 lines

 Send call release with unallocated cause instead of normal call clearing, when
 invalid extension is called.
 (closes issue ASTERISK-12670)
  Reported by: adomjan
  Patches:
        chan_dahdi.c-ss7-unallocated-2 uploaded by adomjan (license 487)
........