Commit Graph

640 Commits

Author SHA1 Message Date
Michael Jerris f0b27688c1 libtool the openzap modules
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@560 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-17 01:22:24 +00:00
Stefan Knoblich a38983374b Improve logging for setups with more than one span
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@559 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-16 18:22:00 +00:00
Michael Jerris 1ccfd032ce (OPENZAP-6) misplaced assert
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@558 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-16 17:28:15 +00:00
Anthony Minessale afe7a948bb blah
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@557 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-14 23:31:23 +00:00
Anthony Minessale fffbcd503e protect the innocent
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@556 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-12 18:39:30 +00:00
Anthony Minessale 02ea4b4d34 push progress event up to mod_openzap on analog ring
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@555 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-11 17:55:27 +00:00
Michael Jerris 1b6e79d89b fix off by one index
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@554 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-10 19:43:55 +00:00
Anthony Minessale 6d024dc60e fix OPENZAP-14
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@553 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-10 19:27:17 +00:00
Anthony Minessale fa8457c019 change core of openzap to use dynamic allocation of spans and channels to reduce memory usage
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@552 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-10 15:25:02 +00:00
Stefan Knoblich 11e185ee8e Fix CallingNum IE decoding to allow zero-length "numbers"
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@551 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-09 21:10:18 +00:00
Stefan Knoblich b715312d8f Extend 5ESS Setup message parser to handle Display IE in codeset 7
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@550 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-09 20:19:03 +00:00
Anthony Minessale 675f163f90 tweak
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@549 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-09 19:17:38 +00:00
Michael Jerris d995bca407 fix leading space on calling number
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@548 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-09 18:10:04 +00:00
Anthony Minessale 8202ffd578 fix config parser and build on some systems
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@547 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-08 23:01:44 +00:00
Stefan Knoblich 00b24ab8d0 Add Facility IE handling on incoming SETUP messages to national too
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@546 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-08 21:34:08 +00:00
Stefan Knoblich 0811daff59 Fix building of ozmod_ss7_boost on FreeBSD(7)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@545 a93c3328-9c30-0410-af19-c9cd2b2d52af
2008-09-07 21:41:23 +00:00
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