1. 07 9月, 2008 2 次提交
    • Stefan Knoblich's avatar
      NT mode improvements: · df1b9dca
      Stefan Knoblich 提交于
        Add channel hunting in case the TE side specifies "any" channel in the Channel ID IE
        of an incoming SETUP message (or if there is no Channel ID IE at all).
      
        Support overlap dial in NT mode, (needed for BRI phones), triggered by a missing
        Called Party IE in the SETUP message.
      
        Tones... picking up a phone and not hearing a dialtone is no fun...
        Dialtone (works) and Ring (untested) are implemented, tones are generated by
        a secondary thread (only started for spans in NT mode). I tried to do the tone
        generating in the main thread first, but it is easier to handle like this.
        The loop uses the first channel that needs tones as a timing reference and the
        tone buffer is reused if multiple succeeding channels share the same state to
        save some cpu cycles (yes, not perfect... alternative is to allocate a buffer for
        every indication and precalculate the values... => 16KB for each indication).
      
        Coming up next: Q.931 Timers
      
      
      
      git-svn-id: http://svn.openzap.org/svn/openzap/trunk@544 a93c3328-9c30-0410-af19-c9cd2b2d52af
      df1b9dca
    • Michael Jerris's avatar
      don't use shell, that is a gmakeism, instead detect from configure · ef3d96dd
      Michael Jerris 提交于
      git-svn-id: http://svn.openzap.org/svn/openzap/trunk@543 a93c3328-9c30-0410-af19-c9cd2b2d52af
      ef3d96dd
  2. 06 9月, 2008 10 次提交
  3. 05 9月, 2008 3 次提交
  4. 04 9月, 2008 2 次提交
  5. 03 9月, 2008 1 次提交
  6. 01 9月, 2008 2 次提交
  7. 29 8月, 2008 8 次提交
  8. 28 8月, 2008 1 次提交
  9. 27 8月, 2008 2 次提交
  10. 22 8月, 2008 2 次提交
  11. 18 8月, 2008 1 次提交
  12. 14 8月, 2008 1 次提交
  13. 11 8月, 2008 1 次提交
  14. 30 7月, 2008 3 次提交
  15. 24 7月, 2008 1 次提交