dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/channels/misdn
rmudgett b45f8540d1 Merged revisions 221769 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r221769 | rmudgett | 2009-10-01 18:18:28 -0500 (Thu, 01 Oct 2009) | 26 lines
  
  Occasionally losing use of B channels in chan_misdn.
  
  I have not been able to reproduce the problem of losing channels.
  However, I have seen in the code a reentrancy problem that might give
  these symptoms.
  
  The reentrancy patch does several things:
  1) Guards B channel and B channel structure allocation.
  2) Makes the B channel structure find routines more precise in locating records.
  3) Never leave a B channel allocated if we received cause 44.
  
  The last item may cause temporary outgoing call problems, but they should
  clear when the line becomes idle.
  
  (closes issue #15490)
  Reported by: slutec18
  Patches:
        issue15490_channel_alloc_reentrancy.patch uploaded by rmudgett (license 664)
  Tested by: rmudgett, slutec18
  
  (closes issue #15458)
  Reported by: FabienToune
  Patches:
        issue15458_channel_alloc_reentrancy.patch uploaded by rmudgett (license 664)
  Tested by: FabienToune, rmudgett, slutec18
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@221844 f38db490-d61c-443f-a65b-d21fe96a405b
2009-10-02 01:09:31 +00:00
..
Makefile Removed trailing whitespace in chan_misdn files. 2009-03-23 22:35:02 +00:00
chan_misdn_config.h Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
ie.c Merged revisions 209759 via svnmerge from 2009-08-01 01:03:07 +00:00
isdn_lib.c Merged revisions 221769 via svnmerge from 2009-10-02 01:09:31 +00:00
isdn_lib.h Merged revisions 206487 via svnmerge from 2009-07-14 17:01:48 +00:00
isdn_lib_intern.h Merged revisions 221769 via svnmerge from 2009-10-02 01:09:31 +00:00
isdn_msg_parser.c Add outgoing_colp misdn.conf port parameter. 2009-05-14 22:03:49 +00:00
portinfo.c Removed trailing whitespace in chan_misdn files. 2009-03-23 22:35:02 +00:00