1. 06 10月, 2008 1 次提交
  2. 04 10月, 2008 1 次提交
  3. 03 10月, 2008 6 次提交
  4. 01 10月, 2008 1 次提交
  5. 29 9月, 2008 2 次提交
  6. 27 9月, 2008 1 次提交
  7. 26 9月, 2008 7 次提交
  8. 24 9月, 2008 1 次提交
  9. 23 9月, 2008 2 次提交
  10. 17 9月, 2008 2 次提交
  11. 16 9月, 2008 2 次提交
  12. 14 9月, 2008 1 次提交
  13. 12 9月, 2008 1 次提交
  14. 11 9月, 2008 1 次提交
  15. 10 9月, 2008 3 次提交
  16. 09 9月, 2008 4 次提交
  17. 08 9月, 2008 2 次提交
  18. 07 9月, 2008 2 次提交
    • Stefan Knoblich's avatar
      Fix building of ozmod_ss7_boost on FreeBSD(7) · f5d6cecb
      Stefan Knoblich 提交于
      git-svn-id: http://svn.openzap.org/svn/openzap/trunk@545 a93c3328-9c30-0410-af19-c9cd2b2d52af
      f5d6cecb
    • Stefan Knoblich's avatar
      NT mode improvements: · a8d9742c
      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
      a8d9742c