Skip to content
Snippets Groups Projects
  1. Jul 20, 2009
  2. Jul 18, 2009
    • Richard Mudgett's avatar
      Merged 207316 from · bcff5928
      Richard Mudgett authored
      https://origsvn.digium.com/svn/asterisk/be/branches/C.2-...
      
      ..........
      r207316 | rmudgett | 2009-07-17 23:05:05 -0500 (Fri, 17 Jul 2009) | 20 lines
      
      Fixed incoming calls being matched to MSNs without type-of-number prefix added.
      
      For an incoming ISDN call the dialed.number is incorrectly matched against
      the configured MSNs in misdn.conf.  The numbers passed to the dialplan
      include the configured prefix for the dialed.number_type, whereas the
      check against the configured MSNs (to decide if the call is accepted at
      all), is executed without the configured prefix.
      
      e.g., dialed.number = 241168020, TON = national, configured national
      prefix is "0".  (This is the TON which is used by ISDN providers in the
      Netherlands.)
      
      In chan_misdn.c:cb_events() in case EVENT_SETUP the call to
      misdn_cfg_is_msn_valid() uses the unnormalized number 241168020, but 57
      lines later the call to read_config() adds the prefix, and the
      dialed.number is now 0241168020, which is then used in the dialplan.
      misdn_cfg_is_msn_valid() must use the normalized number, too.
      
      JIRA ABE-1912
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@207318 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      bcff5928
    • Tilghman Lesher's avatar
      Flag field in wrong position. · 98e4ab57
      Tilghman Lesher authored
      Reported by "Hoggins!" on asterisk-dev list.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@207317 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      98e4ab57
    • Richard Mudgett's avatar
      Recorded merge of revisions 145293,158010 via svnmerge from · f9dab290
      Richard Mudgett authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ................
        r145293 | rmudgett | 2008-09-30 18:55:24 -0500 (Tue, 30 Sep 2008) | 54 lines
      
        channels/chan_misdn.c
        channels/misdn/isdn_lib.c
        *  Miscellaneous other fixes from trunk to make merging easier later.
      
        ........
        r145200 | rmudgett | 2008-09-30 16:00:54 -0500 (Tue, 30 Sep 2008) | 7 lines
      
        *  Miscellaneous formatting changes to make v1.4 and trunk
        more merge compatible in the mISDN area.
      
        channels/chan_misdn.c
        *  Eliminated redundant code in cb_events() EVENT_SETUP
      
        ........
        r144257 | crichter | 2008-09-24 03:42:55 -0500 (Wed, 24 Sep 2008) | 9 lines
      
        improved helptext of misdn_set_opt.
        ........
        r142181 | rmudgett | 2008-09-09 12:30:52 -0500 (Tue, 09 Sep 2008) | 1 line
      
        Cleaned up comment
      
        ........
        r138738 | rmudgett | 2008-08-18 16:07:28 -0500 (Mon, 18 Aug 2008) | 30 lines
      
        channels/chan_misdn.c
        *  Made bearer2str() use allowed_bearers_array[]
        *  Made use the causes.h defines instead of hardcoded numbers.
        *  Made use Asterisk presentation indicator values if either of the
        mISDN presentation or screen options are negative.
        *  Updated the misdn_set_opt application option descriptions.
        *  Renamed the awkward Caller ID presentation misdn_set_opt
        application option value not_screened to restricted.
        Deprecated the not_screened option value.
      
        channels/misdn/isdn_lib.c
        *  Made use the causes.h defines instead of hardcoded numbers.
        *  Fixed some spelling errors and typos.
        *  Added all defined facility code strings to fac2str().
      
        channels/misdn/isdn_lib.h
        *  Added doxygen comments to struct misdn_bchannel.
      
        channels/misdn/isdn_lib_intern.h
        *  Added doxygen comments to struct misdn_stack.
      
        channels/misdn_config.c
        configs/misdn.conf.sample
        *  Updated the mISDN presentation and screen parameter descriptions.
      
        doc/misdn.txt (doc/tex/misdn.tex)
        *  Updated the misdn_set_opt application option descriptions.
        *  Fixed some spelling errors and typos.
      ................
        r158010 | rmudgett | 2008-11-19 19:46:09 -0600 (Wed, 19 Nov 2008) | 9 lines
      
        Merged revision 157977 from
        https://origsvn.digium.com/svn/asterisk/team/group/issue8824
      
        ........
        Fixes JIRA ABE-1726
      
        The dial extension could be empty if you are using MISDN_KEYPAD
        to control ISDN provider features.
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@207285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      f9dab290
  3. Jul 17, 2009
  4. Jul 16, 2009
  5. Jul 15, 2009
  6. Jul 14, 2009
  7. Jul 13, 2009
Loading