- 17 9月, 2008 2 次提交
-
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@561 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@560 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 16 9月, 2008 2 次提交
-
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@559 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@558 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 14 9月, 2008 1 次提交
-
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@557 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 12 9月, 2008 1 次提交
-
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@556 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 11 9月, 2008 1 次提交
-
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@555 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 10 9月, 2008 3 次提交
-
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@554 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@553 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@552 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 09 9月, 2008 4 次提交
-
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@551 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@550 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@549 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@548 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 08 9月, 2008 2 次提交
-
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@547 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@546 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 07 9月, 2008 3 次提交
-
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@545 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 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
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@543 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 06 9月, 2008 10 次提交
-
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@542 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@541 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@540 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Stefan Knoblich 提交于
Change zap_buffer_read_loop() to always try to read the full amount of bytes we wanted to get; add zap_buffer_seek() to skip n bytes from the beginning of the buffer (zap_buffer_toss works relative to the current position only) git-svn-id: http://svn.openzap.org/svn/openzap/trunk@539 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Stefan Knoblich 提交于
[Q.931] Save TEI from incoming SETUP message in call struct + make the TEI available in all incoming messages git-svn-id: http://svn.openzap.org/svn/openzap/trunk@538 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@537 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@536 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@535 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@534 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@533 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 05 9月, 2008 3 次提交
-
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@532 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@531 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Michael Jerris 提交于
(OPENZAP-11) use all the cflags from configure so we can build ss7 boost on freebsd and fix other code issues noted by more warnings from those cflags git-svn-id: http://svn.openzap.org/svn/openzap/trunk@530 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 04 9月, 2008 2 次提交
-
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@529 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@528 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 03 9月, 2008 1 次提交
-
-
由 Michael Jerris 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@527 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 01 9月, 2008 2 次提交
-
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@526 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Stefan Knoblich 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@525 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
- 29 8月, 2008 3 次提交
-
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@524 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@523 a93c3328-9c30-0410-af19-c9cd2b2d52af
-
由 Anthony Minessale 提交于
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@522 a93c3328-9c30-0410-af19-c9cd2b2d52af
-