Commit Graph

  • f79369002d update Anthony Minessale 2007-04-02 23:34:58 +00:00
  • 1eafc86063 update Anthony Minessale 2007-04-02 21:31:03 +00:00
  • db22cc416f update Anthony Minessale 2007-04-02 20:33:06 +00:00
  • e47596fca5 cleanup Anthony Minessale 2007-04-02 20:20:46 +00:00
  • 2b76e3e72f cleanup Anthony Minessale 2007-04-02 19:54:25 +00:00
  • 6326d5c7c2 update Anthony Minessale 2007-04-02 15:36:05 +00:00
  • 2847f41e70 fix nspr sun cc build on linux Michael Jerris 2007-04-01 23:12:57 +00:00
  • a75defc898 fix mod_cdr build. Michael Jerris 2007-04-01 22:18:53 +00:00
  • 3de6a7e97e strip a few extra checks out of configure Michael Jerris 2007-04-01 20:52:29 +00:00
  • 6c3abba824 fix srtp configure detection for byteswap.h to verify if bswap_64 is actually usable Michael Jerris 2007-04-01 19:28:34 +00:00
  • 0cb39cba02 add event Brian West 2007-04-01 16:22:23 +00:00
  • bba24931de make name more specific to avoid namespace bs Anthony Minessale 2007-04-01 01:16:16 +00:00
  • 41d9cf2989 breaking up is hard to do Michael Jerris 2007-03-31 19:01:33 +00:00
  • bd1d59a008 fix err when version only has 2 dots Brian West 2007-03-31 17:25:10 +00:00
  • d566a1bece add Brian West 2007-03-31 15:13:28 +00:00
  • ad7a1b2e67 hold stuff Anthony Minessale 2007-03-30 22:13:19 +00:00
  • e7d46a1a0e turbo_build.sh Anthony Minessale 2007-03-30 20:24:37 +00:00
  • c7753b06d4 some cleanup in the Makefiles Michael Jerris 2007-03-30 20:22:38 +00:00
  • 001c552e26 doh Anthony Minessale 2007-03-30 17:31:47 +00:00
  • 9a1945130b no more .noversion because it breaks things Anthony Minessale 2007-03-30 17:31:21 +00:00
  • 101fd38e09 fix race Anthony Minessale 2007-03-30 17:25:48 +00:00
  • b99db9aabf I was told that the rules for spanish are the same as for english. So for now, I will add an interface using the same module and functions for "es". If there are changes to be made in the future, we can split this up into multiple modules. Michael Jerris 2007-03-30 17:14:28 +00:00
  • 5b1bb9bd83 update Anthony Minessale 2007-03-30 17:07:49 +00:00
  • 5e23936fa6 cleanup Anthony Minessale 2007-03-30 16:41:12 +00:00
  • 33efc5eeb5 tweaks Anthony Minessale 2007-03-30 14:57:06 +00:00
  • 324f6b00aa picky, picky Anthony Minessale 2007-03-30 13:47:56 +00:00
  • d292e9de4f don't export our private functions. fix crash protection build. Michael Jerris 2007-03-30 02:20:13 +00:00
  • 92d726b995 use int64_t internally for storage of time_t values in the scheduler because at least then we know what format string to use to print them, and they are often that type anyways. Michael Jerris 2007-03-30 01:40:50 +00:00
  • 6ba96a7913 spring cleaning on msvc build. Michael Jerris 2007-03-30 01:22:45 +00:00
  • d518bc2119 add group param to shed_api Anthony Minessale 2007-03-30 00:36:02 +00:00
  • c15d7892c0 indent again Anthony Minessale 2007-03-30 00:15:25 +00:00
  • debdfb1aab indent Anthony Minessale 2007-03-30 00:13:31 +00:00
  • 643ca5c4e7 add 'show tasks' and sched_api api commands Anthony Minessale 2007-03-30 00:10:33 +00:00
  • e6a60a20bc spring cleaning 2 Anthony Minessale 2007-03-29 22:34:40 +00:00
  • 3a54126261 spring cleaning Anthony Minessale 2007-03-29 22:31:56 +00:00
  • a021945cef switch_malloc and switch_zmalloc macros that are fatal if malloc fails both in debug and release modes, switch_zmalloc includes a companion memset for the malloc'd block. Michael Jerris 2007-03-29 17:37:42 +00:00
  • 6e2b76eb75 finishing touch on nomedia with mutiple bridges Anthony Minessale 2007-03-29 15:21:42 +00:00
  • 677ebfff2b fix bsd make compile of mod_cdr Michael Jerris 2007-03-29 14:47:31 +00:00
  • 429ed0b811 even when the same size, we should use ld over d, because..... well who really knows? Michael Jerris 2007-03-29 12:53:12 +00:00
  • 617d581d10 fix freebsd build Michael Jerris 2007-03-29 12:41:13 +00:00
  • bc8a4855a6 use autoconf determined time_t printf format specifier Michael Jerris 2007-03-29 04:08:18 +00:00
  • 490f53c183 use better tricks in mod_cdr Makefile.am so we don't get warnings about duplicate targets, and so we can move all our tricks into configure soon Michael Jerris 2007-03-29 02:58:02 +00:00
  • 8a4406ece2 Addition of scheduler engine and a few applications to use it. Anthony Minessale 2007-03-28 23:37:12 +00:00
  • 24b1a46ceb we should never include off the installed includes, only the source tree ones. Michael Jerris 2007-03-28 21:48:06 +00:00
  • 4341b8e6e4 add --disable-resample configure option to build without resampler support Michael Jerris 2007-03-28 18:46:07 +00:00
  • e5dff3e822 add checking for successful re-sampler allocation. Add ifdefs to disable build with re-sampler. Michael Jerris 2007-03-28 18:21:00 +00:00
  • 0958553f39 add special make targets (from requests via irc) Michael Jerris 2007-03-28 17:33:05 +00:00
  • e6718b876c fix null pointer issue Anthony Minessale 2007-03-28 15:15:01 +00:00
  • 34359cb61c fix seg. Michael Jerris 2007-03-28 12:30:20 +00:00
  • 4450a80bd8 This patch adds 2 important variables to the originate subsystem Anthony Minessale 2007-03-27 17:15:10 +00:00
  • c5e0757737 use logger for iksemel logs too instead of stderr. Michael Jerris 2007-03-27 05:15:16 +00:00
  • a409072a0f reconnect on failure Michael Jerris 2007-03-27 04:14:48 +00:00
  • d9de1807ee Add state change i/o hook to the core and change some spidermonkey behaviour. Anthony Minessale 2007-03-27 00:40:53 +00:00
  • f628a159af don't double switch_xml_free Michael Jerris 2007-03-26 21:35:19 +00:00
  • 880f17d33b refactor in mod_dialplan_xml. Factor out a function for the hint string generation/xml_locate so that we do not need to generate the xml hint string when using a static file. Dont add blank items from the caller profile to the hint string. Michael Jerris 2007-03-25 15:21:22 +00:00
  • b65f2273d0 fix portaudio bsd build and remove gmakeisms from the portaudio lib makefile Michael Jerris 2007-03-25 01:11:03 +00:00
  • a7909fb093 I think this is actually more correct from what I read. Michael Jerris 2007-03-24 20:12:41 +00:00
  • 496bae429a a bit cleaner. Michael Jerris 2007-03-24 19:54:38 +00:00
  • db9e1c549b a more proper replacement for vasprintf. Lets see if we can actually do it this way (seems to work on msvc which is the only platform I have seen that does not have vasprintf available). Michael Jerris 2007-03-24 19:33:34 +00:00
  • dc765f457e roll back 4757 until I figure out how I want to actually handle those. Michael Jerris 2007-03-24 04:52:46 +00:00
  • dce495fc0a quick comment Michael Jerris 2007-03-24 04:51:17 +00:00
  • 25762b3583 CR/LF -> LF Michael Jerris 2007-03-24 03:32:24 +00:00
  • 010c2f4ee6 switch_config isn't used anymore. leaving the .c and .h file there for now, we may remove them in the future. Michael Jerris 2007-03-24 03:29:24 +00:00
  • 1ed2d7b2b8 add _COUNT memeber at the end of most enum defs (except for those with specific vals like the flags. These should be very handy for bounds checking later on. Michael Jerris 2007-03-24 03:14:24 +00:00
  • 550db707af a little realloc never hurt anyone. Michael Jerris 2007-03-23 22:44:28 +00:00
  • 67acaefcec fix windows build. you may need to delete libs/apr-util/xml/expat/lib/config.h for it to build. Michael Jerris 2007-03-23 21:54:16 +00:00
  • bf0c023107 start building teletone as part of the core Michael Jerris 2007-03-23 20:41:16 +00:00
  • f066800296 don't build curl client, we don't need it Michael Jerris 2007-03-23 18:38:55 +00:00
  • 3b84b53819 fixes Anthony Minessale 2007-03-23 16:34:13 +00:00
  • 318dc8b4e5 o crap Anthony Minessale 2007-03-23 15:53:46 +00:00
  • 7df787b72d add proper autoconf checks for mysql client and convert mod_cdr to automake makefile so that we can use AM_CONDITIONALS for the mysqlcdr build selection Michael Jerris 2007-03-23 06:08:17 +00:00
  • a7c186acec keep odbc from installing every time Michael Jerris 2007-03-23 03:45:08 +00:00
  • 848f8d43f8 temporary workaround for seg Anthony Minessale 2007-03-23 03:09:03 +00:00
  • 8607209400 still trying Michael Jerris 2007-03-23 00:39:55 +00:00
  • bbd69f3180 still trying Michael Jerris 2007-03-23 00:31:08 +00:00
  • f0d94e76f5 tweak deps Michael Jerris 2007-03-22 23:20:23 +00:00
  • ff40dd4ee3 tweak deps Michael Jerris 2007-03-22 23:04:12 +00:00
  • 29de0403f6 work around broken libshout not linking -speex when it needs to Michael Jerris 2007-03-22 22:44:05 +00:00
  • 6c3040530e add a local copy of libsangoma Anthony Minessale 2007-03-22 21:53:32 +00:00
  • d99c7f9e7f add a local copy of libsangoma Anthony Minessale 2007-03-22 21:50:59 +00:00
  • 5feaf19ecd use handy exported vars to find the installed lumenvox libs and includes Anthony Minessale 2007-03-22 21:47:05 +00:00
  • 7a2098ef78 fix Anthony Minessale 2007-03-22 21:40:11 +00:00
  • 178e3cd8d6 shout does not need speex Michael Jerris 2007-03-22 21:13:10 +00:00
  • c44efac0eb fix linking to link to all the needed la's Michael Jerris 2007-03-22 21:04:43 +00:00
  • 1b5ea9482f dunno maybe this will work Anthony Minessale 2007-03-22 20:55:46 +00:00
  • c539af4e44 missing #endif from yesterdays change Michael Jerris 2007-03-22 18:09:53 +00:00
  • 0f1e2c7b97 tweak make file Anthony Minessale 2007-03-22 16:09:28 +00:00
  • 55b0057eb2 some little cleanup Michael Jerris 2007-03-22 15:57:12 +00:00
  • 190a2c0cad only require 1.5.14. More changes on this coming very soon Michael Jerris 2007-03-22 15:21:31 +00:00
  • 3b3b06b931 update Anthony Minessale 2007-03-22 01:00:11 +00:00
  • fdabce87dc update Anthony Minessale 2007-03-22 00:57:08 +00:00
  • 71863a532f update Anthony Minessale 2007-03-22 00:52:13 +00:00
  • 19fbb073af update Anthony Minessale 2007-03-22 00:19:29 +00:00
  • f2ae2bafb6 update wanpipe to be fully automated Anthony Minessale 2007-03-21 23:58:54 +00:00
  • 7813a54bfa update wanpipe to be fully automated Anthony Minessale 2007-03-21 23:44:55 +00:00
  • 850cd58fc1 update wanpipe to be fully automated Anthony Minessale 2007-03-21 23:42:16 +00:00
  • 9bacb04df9 cleanup Anthony Minessale 2007-03-21 21:23:40 +00:00
  • dc205ae219 clean up the bootstrap warnings. you will need to re-run bootstrap and re-configure (or at least run the libs/apr-util/buildconf) and configure Michael Jerris 2007-03-21 21:14:31 +00:00
  • 25d6572f80 fix mod_perl compile Anthony Minessale 2007-03-21 20:16:33 +00:00
  • 323a4fe087 fix exporting MODULES variable with more than 1 module in the list Anthony Minessale 2007-03-21 19:39:31 +00:00