Stefan Knoblich
df1b9dca95
NT mode improvements:
...
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
2008-09-07 17:39:36 +00:00
Michael Jerris
ef3d96dd9c
don't use shell, that is a gmakeism, instead detect from configure
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@543 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-07 00:08:01 +00:00
Michael Jerris
35e83cc2d3
don't overflow int type
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@542 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-06 23:11:45 +00:00
Michael Jerris
7071a943a0
add configure.gnu to force pic
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@541 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-06 22:12:33 +00:00
Michael Jerris
1244c45378
use libtool for compile too
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@540 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-06 22:10:15 +00:00
Stefan Knoblich
048d021f40
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
2008-09-06 20:41:50 +00:00
Stefan Knoblich
8e25e1ef36
[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
2008-09-06 20:28:50 +00:00
Stefan Knoblich
416f8e58b2
[Q.931] Codingstyle cleanup
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@537 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-06 20:23:26 +00:00
Stefan Knoblich
c62692e85d
[ozmod_isdn] Remove sending complete IE
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@536 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-06 20:14:07 +00:00
Stefan Knoblich
b2623fb871
Codingstyle cleanup
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@535 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-06 19:40:40 +00:00
Michael Jerris
cb92fcdf43
add some libtool usage in openzap build. This will require re-bootstrap and configure
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@534 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-06 05:46:14 +00:00
Michael Jerris
9060a74517
revert patch from OPENZAP-12
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@533 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-06 04:15:49 +00:00
Michael Jerris
9ea45b7b7e
(OPENZAP-10) detect required libs using configure to fix freebsd build
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@532 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-05 20:27:55 +00:00
Michael Jerris
b3cea0f20d
(OPENZAP-12) fix param passing in ZIO_SIG_CONFIGURE_FUNCTION on some platforms
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@531 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-05 19:12:20 +00:00
Michael Jerris
e8fd83456d
(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
2008-09-05 03:53:32 +00:00
Stefan Knoblich
16e3f8b852
Re-add Display IE
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@529 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-04 20:30:16 +00:00
Michael Jerris
fca0ee9959
turn down the logs for now
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@528 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-04 04:58:00 +00:00
Michael Jerris
6d86d55b22
tweak for cross compile
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@527 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-03 18:46:56 +00:00
Stefan Knoblich
7da014da8b
[Q.921] Init buffers with zeroes
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@526 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-01 17:32:30 +00:00
Stefan Knoblich
dd1bc3d454
[Q.921] Null terminate string buffer
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@525 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-01 17:25:40 +00:00
Anthony Minessale
368899cf51
auto-load modules on demand
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@524 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-29 21:29:58 +00:00
Anthony Minessale
7d014bc91c
auto-load modules on demand
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@523 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-29 21:26:59 +00:00
Anthony Minessale
81a44b3fdc
doh
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@522 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-29 20:41:17 +00:00
Anthony Minessale
59e2f1894e
only install if the file is NOT there
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@521 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-29 18:50:42 +00:00
Anthony Minessale
f9612fdb72
better dep tracking
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@520 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-29 18:37:45 +00:00
Anthony Minessale
345c7e741a
merge patches from stkn openzap-facility-Umes.patch openzap-53ess-facility.patch openzap-5ess-facility-Umes.patch to fix some 5ess dialect issues when talking to an actual lucent 5ess
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@519 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-29 18:24:54 +00:00
Anthony Minessale
d165e41e9c
patch from Michael Collins, 5ess does not use display IE
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@518 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-29 18:20:07 +00:00
Anthony Minessale
92fbb583ab
dyna won't you blow your horn
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@517 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-29 15:58:59 +00:00
Stefan Knoblich
584880af5b
Fix encoding of the Channel ID IE
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@516 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-28 15:50:26 +00:00
Anthony Minessale
be6eb554a7
add zap_dso abstraction
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@515 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-27 17:57:44 +00:00
Michael Jerris
2b8570e749
add start of zap_dso abstraction
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@514 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-27 17:51:05 +00:00
Anthony Minessale
43c28c17dc
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@513 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-22 17:56:09 +00:00
Stefan Knoblich
9bcabce6e8
Add initial Basic Rate Interface (BRI) support...
...
Short summary of changes:
(Massive) rework of the Q.921 layer
Q.931 changes to get BRI PTMP working and cleanups (more to come...)
Add Hi-Layer compat and Progress IE to outgoing SETUP messages
Improve handling of call tear-down in zap_isdn.c
Open ZAP I/O channels after processing the dialplan for incoming calls
Bearer Capability and Channel ID IE handling improved for BRI/PRI and A-law/u-law
...and a lot of other small changes
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@512 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-22 16:55:01 +00:00
Anthony Minessale
a0d9ff1e56
merge in some boost changes
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@511 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-18 20:45:05 +00:00
Anthony Minessale
0fd7cd7b7b
reinit properly
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@510 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-14 20:09:49 +00:00
Anthony Minessale
465329ea34
tweak
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@509 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-08-11 16:09:39 +00:00
Anthony Minessale
a0d04064f4
tweak
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@508 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-30 22:37:55 +00:00
Anthony Minessale
fe7744a96e
update boost
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@507 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-30 22:15:28 +00:00
Anthony Minessale
e2cb2de28e
add disable_ec app
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@506 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-30 15:05:07 +00:00
Michael Jerris
44e8be160a
send call progress not proceeding.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@505 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-24 20:03:37 +00:00
Michael Jerris
0baedecdfd
change order.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@502 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-15 17:34:17 +00:00
Stefan Knoblich
d54afa6106
[Q.931] INFORMATION message is 0x7b not 0x7a
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@501 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-08 14:45:41 +00:00
Stefan Knoblich
45d28e8fab
[Q.931] Fix DateTime IE parsing
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@500 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-08 14:44:11 +00:00
Michael Jerris
58ac0987b0
fix bsd build (OPENZAP-1)
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@499 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-08 02:22:48 +00:00
Anthony Minessale
2dba8483c7
fix causes causing trouble (do make current)
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@498 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-03 22:51:18 +00:00
Michael Jerris
1b523a758f
DOH
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@497 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-01 23:34:16 +00:00
Michael Jerris
7d9be1f65a
re-set our decode buffer to get rid of the previous message.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@496 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-07-01 22:34:59 +00:00
Anthony Minessale
7ea0f83baf
fix missed name change in debug line
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@495 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-06-05 14:09:53 +00:00
Anthony Minessale
52ec1f9a28
surely the wrong week to quit sniffing glue and don't call me shirley
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@494 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-06-03 21:10:30 +00:00
Anthony Minessale
9ec816c6d9
sigh
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@493 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-06-03 19:31:07 +00:00
Anthony Minessale
605d0625a1
double doh
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@492 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-06-03 17:00:02 +00:00
Anthony Minessale
f5008c1d37
doh
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@491 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-06-03 16:59:41 +00:00
Anthony Minessale
689b831709
messed up state rule
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@490 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-29 19:58:35 +00:00
Stefan Knoblich
2eb1569a42
better fix for missing __FUNCTION__
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@489 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-27 15:59:56 +00:00
Stefan Knoblich
7ccbbcaedf
__FUNCTION__ is a gcc extension...
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@488 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-27 08:49:37 +00:00
Michael Jerris
c2419bc6a4
fix for solaris openzap from stkn
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@486 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-26 23:53:19 +00:00
Anthony Minessale
8167c5b41c
doh
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@485 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-26 18:58:28 +00:00
Michael Jerris
4f7c97ef35
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@484 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-26 01:51:11 +00:00
Anthony Minessale
dba966a948
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@483 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-23 21:50:07 +00:00
Michael Jerris
7813d6a46c
add strict state parsing and configurable suggest mode
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@482 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-21 18:58:14 +00:00
Anthony Minessale
fabc3df7d4
sync
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@481 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-21 16:49:22 +00:00
Michael Jerris
33b748e114
fix bounds check issue
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@480 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-21 16:48:19 +00:00
Anthony Minessale
9053ab88e3
fix pointer thingy
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@478 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-15 20:56:47 +00:00
Anthony Minessale
b7b9bf763b
add var_event down into the endpoints so chans with no parents can still pass options
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@477 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-15 19:43:58 +00:00
Anthony Minessale
3e7f205d31
make echo stuff failure nonfatal
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@476 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-14 15:53:02 +00:00
Anthony Minessale
25ebc8420e
tweak
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@475 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-14 15:48:51 +00:00
Anthony Minessale
cb61732820
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@473 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-09 14:50:21 +00:00
Anthony Minessale
e1a86feba8
CtRiX is fast
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@472 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-08 20:27:31 +00:00
Michael Jerris
965e37759a
change outbound req code for isdn
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@471 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-05 22:54:40 +00:00
Anthony Minessale
7917a9a472
up
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@470 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-05 15:47:44 +00:00
Anthony Minessale
a90ef152f9
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@468 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-02 23:37:01 +00:00
Anthony Minessale
bb92c3248e
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@467 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-02 22:28:45 +00:00
Anthony Minessale
0b5f27f66f
tweaks
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@466 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-05-01 16:41:10 +00:00
Anthony Minessale
cd737a7ba3
fix some analog issues brought about by too much concentration on digital
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@465 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-30 15:17:55 +00:00
Anthony Minessale
5c815447bf
deal with untimely pri messages that mess up the state machine
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@464 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-19 15:57:19 +00:00
Shane Burrell
95e3cc2210
testm3ua prototype
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@463 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-16 22:59:59 +00:00
Shane Burrell
fc18e69a6c
Formatting
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@462 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-16 22:43:51 +00:00
Shane Burrell
cf06523098
Formatting
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@461 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-16 22:43:36 +00:00
Shane Burrell
ae139f5fc6
Formatting
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@460 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-16 22:43:21 +00:00
Shane Burrell
30d355b765
Formatting
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@459 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-16 22:43:12 +00:00
Shane Burrell
b8695c5f5e
Formatting
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@458 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-16 22:42:31 +00:00
Shane Burrell
f28650f7a3
Formatting
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@457 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-16 22:42:24 +00:00
Ken Rice
0165695f5d
Test
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@456 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-11 17:11:44 +00:00
Shane Burrell
3d88101812
zap run additions. Almost ppl
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@454 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-08 01:01:30 +00:00
Shane Burrell
3050d2f952
zap run additions. Almost ppl
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@453 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-08 01:01:20 +00:00
Shane Burrell
70b0c19b7a
zap run additions. Almost ppl
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@452 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-08 01:01:09 +00:00
Shane Burrell
62867815cd
Put enough in conf file to do testing of m3ua
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@451 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-07 17:38:39 +00:00
Michael Jerris
8083279903
whoops (MODENDP-103)
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@450 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-07 06:01:27 +00:00
Michael Jerris
36f5e57727
whoops (MODENDP-103)
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@449 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-07 05:38:37 +00:00
Shane Burrell
ffb15e0cbb
sctplib changes
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@448 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-07 05:03:10 +00:00
Shane Burrell
6abea14ca6
Added some m3ua params
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@447 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-07 03:02:23 +00:00
Shane Burrell
d2b316a91b
Small change
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@446 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-07 03:01:26 +00:00
Shane Burrell
985de885ae
Intial work on m3ua agent
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@445 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-07 02:59:03 +00:00
Shane Burrell
c252ac86ff
Inital m3ua config file
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@444 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-06 01:48:14 +00:00
Michael Jerris
5803a63bac
clarify.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@443 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-04 20:43:48 +00:00
Michael Jerris
f1ced4783f
doh
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@442 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-04 20:39:14 +00:00
Shane Burrell
6223a95b0a
Intial Checkin of M3UA ZAP IO
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@441 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-04 19:05:29 +00:00
Shane Burrell
737e47552c
Intial Checkin of M3UA ZAP IO
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@440 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-04 19:05:01 +00:00
Shane Burrell
cb615fff36
Added disclamer and license.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@439 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-03 05:17:25 +00:00
Shane Burrell
b4f2e40748
Intial m3ua commit. Inital port of our m3ua. This should be enough to do ISUP
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@438 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-03 03:19:52 +00:00
Anthony Minessale
5daf56acd5
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@437 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-02 20:24:54 +00:00
Anthony Minessale
7f8ee9981a
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@436 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-02 17:49:18 +00:00
Shane Burrell
83459e33f8
Test
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@435 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-02 06:33:25 +00:00
Anthony Minessale
8b707829cc
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@434 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-01 21:49:35 +00:00
Anthony Minessale
56aa60cb20
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@433 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-01 18:53:25 +00:00
Anthony Minessale
426d2a767f
add oz api command
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@432 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-01 17:29:57 +00:00
Anthony Minessale
307b0ffad8
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@430 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-04-01 00:38:40 +00:00
Anthony Minessale
8e2257ff8a
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@429 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-03-28 23:22:21 +00:00
Anthony Minessale
d39e00d82c
sync
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@427 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-03-19 23:23:04 +00:00
Anthony Minessale
6880c95573
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@426 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-03-19 20:45:57 +00:00
Anthony Minessale
6ac134b105
sync
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@425 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-03-19 00:51:13 +00:00
Anthony Minessale
2ff832c9b9
sync
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@424 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-03-19 00:26:27 +00:00
Anthony Minessale
1540877894
sync
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@423 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-03-18 20:19:59 +00:00
Michael Jerris
ae4020acac
proper gethostebyname_r detection
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@421 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-03-16 23:43:56 +00:00
Anthony Minessale
532de2fb08
some changes
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@420 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-03-01 00:48:36 +00:00
Michael Jerris
7cd6d9f30f
we do these from the lib automatically now
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@419 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-29 22:04:15 +00:00
Michael Jerris
da7a79ce61
handle failure on chan open on new setup msg
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@418 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-29 17:55:29 +00:00
Michael Jerris
759e606ed2
state tweaks
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@417 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-29 01:05:23 +00:00
Anthony Minessale
61663af152
boost up
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@416 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-29 00:21:04 +00:00
Michael Jerris
db534bd8f0
handle invalid disconnect with no matching zchan
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@415 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-28 17:23:10 +00:00
Michael Jerris
87a1ca9927
add debug flogs
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@414 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-28 15:58:22 +00:00
Michael Jerris
506a07ab07
fix for MODENDP-88 (too many dchans on a span)
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@413 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-28 00:19:07 +00:00
Michael Jerris
504c7b7069
cleanup
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@412 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-27 23:34:30 +00:00
Michael Jerris
64c49d88d7
properly tear down on a restart.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@411 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-27 23:30:49 +00:00
Michael Jerris
7ffa6362a7
attempting fix for MODENDP-87
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@410 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-27 17:37:29 +00:00
Anthony Minessale
2602a26dad
incomplete framework for boost
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@409 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-27 00:05:52 +00:00
Anthony Minessale
ec0b259ecf
fix MODENDP-82
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@408 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-26 22:30:54 +00:00
Anthony Minessale
684c9ec054
add in switch_core_signal_lock/unlock
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@407 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-26 16:55:54 +00:00
Anthony Minessale
32fc3f50ad
some more alterations to prep for boost
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@406 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-19 00:37:00 +00:00
Anthony Minessale
1bed5656bd
up
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@405 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-18 21:06:02 +00:00
Michael Jerris
77c2ce76bd
fix caller id (MODAPP-77)
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@404 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-18 18:16:58 +00:00
Anthony Minessale
722d812aee
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@403 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-18 17:41:41 +00:00
Anthony Minessale
d809d5111d
build with all the strict flags on
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@402 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-18 17:17:38 +00:00
Anthony Minessale
54fb9a3ca0
tweak cflags/cleanup
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@401 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-18 16:22:39 +00:00
Anthony Minessale
e702576e1f
tweaks
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@400 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-18 16:15:24 +00:00
Anthony Minessale
0d55659a6c
only require 2.59
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@399 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-18 16:12:26 +00:00
Michael Jerris
65b7e38b20
tweak
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@398 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-18 15:43:54 +00:00
Michael Jerris
60e5cec7cc
autoconf for openzap
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@397 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-17 21:52:17 +00:00
Michael Jerris
081d5f2e52
try to release call table entry a bit more.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@396 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-17 10:33:21 +00:00
Anthony Minessale
4cb323b5ac
fix shutdown race
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@395 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-15 20:26:06 +00:00
Michael Jerris
6a9cbad9af
sync w/ libteletone changes from main repo
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@394 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-14 18:17:02 +00:00
Michael Jerris
ee89a1eb55
ifdef for sctp
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@393 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-12 18:38:26 +00:00
Anthony Minessale
0b25d3af9f
initial addition of ss7boost client code
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@392 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-12 00:54:57 +00:00
Anthony Minessale
860645b975
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@390 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-08 15:54:15 +00:00
Michael Jerris
33f70e63bc
try to release the call refs.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@389 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-06 18:10:27 +00:00
Michael Jerris
fa839992e0
stop when we reach the end of our spans
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@388 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-05 17:54:15 +00:00
Michael Jerris
099dae4b99
mark answered.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@387 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-04 20:40:23 +00:00
Michael Jerris
f3e6e89761
fix inbound
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@386 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-04 20:27:54 +00:00
Michael Jerris
7df46e7aac
one / is enough
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@385 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-04 17:57:50 +00:00
Anthony Minessale
2dd2b01345
cleanup
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@384 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-02 16:54:21 +00:00
Anthony Minessale
d400fb7211
fix dest
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@383 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-02-02 16:48:20 +00:00
Michael Jerris
59d4031735
allow diag bytes on Cause IE
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@382 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-30 16:24:54 +00:00
Michael Jerris
84d9aca9b9
use our new lookup table
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@381 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-30 15:29:20 +00:00
Michael Jerris
966763465c
set lookup on outbound call
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@380 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-30 15:23:36 +00:00
Michael Jerris
1d09e2c870
remove incorrect debug statement
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@379 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-30 01:44:48 +00:00
Michael Jerris
d8e3b4b3fe
first hack at crv lookup table for zchan
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@378 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-30 01:44:05 +00:00
Anthony Minessale
08c099582e
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@377 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-30 00:15:08 +00:00
Michael Jerris
c9ce523168
more gracefully handle messagees with unexpected chan id that we don't have allocated.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@376 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-28 22:17:34 +00:00
Anthony Minessale
96af9f5fe7
doh wrong place
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@375 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-28 21:45:48 +00:00
Anthony Minessale
eb593b7ab3
i guess idsn calls want dtmf too
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@374 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-26 00:07:37 +00:00
Anthony Minessale
1766e2eb6d
i guess idsn calls want dtmf too
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@373 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-25 23:54:26 +00:00
Anthony Minessale
dceef91373
add some options
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@372 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-25 16:42:06 +00:00
Anthony Minessale
b14afebf3e
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@371 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-25 15:52:02 +00:00
Anthony Minessale
ee217678fc
fix build err
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@370 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-25 15:20:14 +00:00
Anthony Minessale
955ece3364
fix outgoing channel selection
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@369 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-25 15:05:37 +00:00
Michael Jerris
d223f03798
get chan id correctly from dial string
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@367 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-14 19:45:32 +00:00
Anthony Minessale
8d3361d8a5
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@366 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-14 19:10:12 +00:00
Anthony Minessale
38c7ed615e
adj
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@365 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-12 06:11:48 +00:00
Michael Jerris
f60626ba88
build fix
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@364 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-11 17:23:12 +00:00
Anthony Minessale
cb4a1605af
don't timeout dialtone for mid-call dialtone to support hold better
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@363 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-10 16:50:38 +00:00
Anthony Minessale
12fa624e80
build update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@362 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-10 01:15:04 +00:00
Anthony Minessale
169c074bcf
add hold-music 3way blind and attended transfer to openzap
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@361 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-10 00:47:04 +00:00
Anthony Minessale
2fddaf7465
remove -w from makefile and fix all the obvious mistakes it was hiding
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@360 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-08 23:33:07 +00:00
Michael Jerris
f926e83c02
error checking on dial string.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@359 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-01-07 16:50:20 +00:00
Anthony Minessale
010b17484b
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@358 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-12-22 02:16:03 +00:00
Anthony Minessale
f56929a99f
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@357 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-12-15 15:32:47 +00:00
Anthony Minessale
eb2387f27d
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@356 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-12-14 23:11:52 +00:00
Michael Jerris
839f6e0d91
we don't have this support on windows yet.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@355 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-12-04 16:13:52 +00:00
Anthony Minessale
0ebf02ae82
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@354 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-12-02 16:05:19 +00:00
Anthony Minessale
4e3bfaa971
update
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@353 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-30 23:30:36 +00:00
Anthony Minessale
e728218e2f
add dial regexs
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@352 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-24 18:04:14 +00:00
Anthony Minessale
e27ac53847
off by 1 err pointed out by trixter from irc
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@351 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-23 18:09:44 +00:00
Anthony Minessale
06e51c310b
more tweaks
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@350 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-23 17:05:04 +00:00
Anthony Minessale
fc327a2308
tweaks
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@349 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-23 16:08:05 +00:00
Michael Jerris
fcde65bbf2
MODENDP-47
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@347 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-22 15:59:31 +00:00
Michael Jerris
e01c1022bb
Add files for 5ess Dialect, numerous formatting and typo fixes. MODENDP-43 and MODENDP-44.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@346 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-22 09:28:40 +00:00
Anthony Minessale
32e176c561
add pika isdn support
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@345 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 22:08:47 +00:00
Michael Jerris
d0a3cefa3f
unused var.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@344 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 22:08:37 +00:00
Michael Jerris
8dfec4151f
pull some state stuff out for now
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@343 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 22:02:04 +00:00
Michael Jerris
e77c69f283
allways tell the app regardless of state.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@342 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 21:55:46 +00:00
Michael Jerris
3faf9b70c3
Send event to app when we get a release.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@341 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 21:08:06 +00:00
Anthony Minessale
a37aa538ed
tweak
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@340 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-19 16:10:19 +00:00
Anthony Minessale
dbcdb7aac6
tweak
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@339 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-19 14:52:59 +00:00
Anthony Minessale
6837a069c3
polish
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@338 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 23:32:51 +00:00
Anthony Minessale
7ba733429e
set actual default
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@337 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 23:23:14 +00:00
Anthony Minessale
bbc4d36b16
setup default config and some cleanup
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@336 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 22:41:30 +00:00
Michael Jerris
bdc8ab6ddd
fix windows build.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@335 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 21:31:22 +00:00
Anthony Minessale
2e874998b4
add ec params
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@334 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 19:33:34 +00:00
Michael Jerris
df1b623c5e
windows build initial attempts.
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@333 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 03:45:54 +00:00
Anthony Minessale
ffe8247552
merge in sep str changes from big brother
...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@332 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 01:42:45 +00:00