Commit Graph

  • 3a02a627b7 Pass CC to lua make, fixes building on (open-)solaris Stefan Knoblich 2008-05-15 21:43:52 +00:00
  • 43b4c0d0bd make the impossible possible Anthony Minessale 2008-05-15 21:36:32 +00:00
  • f4e5aa395e Avoid fflush-ing NULL. Found by Klockwork (www.klocwork.com) Michael Jerris 2008-05-15 21:31:47 +00:00
  • 8f436a9d52 Avoid non null terminated string. Found by Klockwork (www.klocwork.com) Michael Jerris 2008-05-15 21:25:26 +00:00
  • 3fc660fc17 handle buffer boundries a bit better, assert before deref. Found by Klockwork (www.klocwork.com) Michael Jerris 2008-05-15 21:08:42 +00:00
  • 766681f666 handle malloc failures. Found by Klockwork (www.klocwork.com) Michael Jerris 2008-05-15 21:05:32 +00:00
  • 815b68a41c update Anthony Minessale 2008-05-15 21:04:37 +00:00
  • a649b013ac fix pointer thingy Anthony Minessale 2008-05-15 20:56:47 +00:00
  • 9053ab88e3 fix pointer thingy Anthony Minessale 2008-05-15 20:56:47 +00:00
  • 230cec65c8 fix pointer thingy Anthony Minessale 2008-05-15 20:53:22 +00:00
  • 88b177c1b4 add patch from MDXMLINT-27 Anthony Minessale 2008-05-15 20:29:08 +00:00
  • 5ae7201c37 add var_event down into the endpoints so chans with no parents can still pass options Anthony Minessale 2008-05-15 19:43:58 +00:00
  • b7b9bf763b add var_event down into the endpoints so chans with no parents can still pass options Anthony Minessale 2008-05-15 19:43:58 +00:00
  • c599162209 update Anthony Minessale 2008-05-15 19:38:29 +00:00
  • 1ea027f37f add var_event down into the endpoints so chans with no parents can still pass options Anthony Minessale 2008-05-15 19:29:35 +00:00
  • 50d821c90b fix pissed off boss Anthony Minessale 2008-05-15 18:32:23 +00:00
  • 89bae46bd0 update Anthony Minessale 2008-05-15 17:57:14 +00:00
  • 1285e6338e fix pesteredo's bug Anthony Minessale 2008-05-15 15:57:29 +00:00
  • 328c72742b fix three way stupid issue Anthony Minessale 2008-05-15 15:42:13 +00:00
  • 42a54d19ae update Anthony Minessale 2008-05-15 14:49:11 +00:00
  • a8365b8621 update Anthony Minessale 2008-05-15 01:10:52 +00:00
  • da69ba8b41 add this from CtRiX -- Thanks. Brian West 2008-05-14 20:39:43 +00:00
  • 305b796078 more conflicts from r8400 Michael Jerris 2008-05-14 19:25:34 +00:00
  • a2fa1d141b fix osx iax build Michael Jerris 2008-05-14 19:18:33 +00:00
  • dd9f6af78d complete r8400 commit Michael Jerris 2008-05-14 19:10:54 +00:00
  • deba14a301 tweak defaults Anthony Minessale 2008-05-14 18:51:25 +00:00
  • 1f544417e4 not load this by default Brian West 2008-05-14 18:42:39 +00:00
  • fdd92d7a31 Tue May 13 16:49:57 EDT 2008 Pekka Pessi <first.last@nokia.com> * nua_tag.c: updated NUTAG_RETRY_COUNT() documentation Michael Jerris 2008-05-14 18:21:13 +00:00
  • f85e63d8eb Tue May 13 16:47:50 EDT 2008 Pekka Pessi <first.last@nokia.com> * nua_stack.h: removed unused typedef ull Michael Jerris 2008-05-14 18:20:48 +00:00
  • c5e0072ce1 Tue May 13 16:45:09 EDT 2008 Pekka Pessi <first.last@nokia.com> * sres.c: allow dns redirection with _sres_default_port Michael Jerris 2008-05-14 18:20:11 +00:00
  • aaf064377c Update sofia tests: Michael Jerris 2008-05-14 18:19:34 +00:00
  • 55f505ada4 Tue May 13 15:41:24 EDT 2008 Pekka Pessi <first.last@nokia.com> * nta.c: fixed outgoing retry timer Michael Jerris 2008-05-14 18:16:19 +00:00
  • 96d9febc3a type stupidity Michael Jerris 2008-05-14 16:54:54 +00:00
  • d8aa592dee silence some less important debug info Anthony Minessale 2008-05-14 16:01:13 +00:00
  • 618bd1d079 make echo stuff failure nonfatal Anthony Minessale 2008-05-14 15:53:02 +00:00
  • 3e7f205d31 make echo stuff failure nonfatal Anthony Minessale 2008-05-14 15:53:02 +00:00
  • 7efa298023 tweak Anthony Minessale 2008-05-14 15:48:51 +00:00
  • 25ebc8420e tweak Anthony Minessale 2008-05-14 15:48:51 +00:00
  • f6df5e2033 musta took a wrong toin at albakoyke Anthony Minessale 2008-05-14 14:22:04 +00:00
  • 1a43d04045 clean up nat stuff more Anthony Minessale 2008-05-14 14:13:40 +00:00
  • 52a44f87e0 fix many nat woes, see changes to default config for details Anthony Minessale 2008-05-13 23:23:41 +00:00
  • dc757bc9cf fix many nat woes, see changes to default config for details Anthony Minessale 2008-05-13 23:22:21 +00:00
  • 8541587db6 Better fix for the tr issue on solaris: force the C locale for the tr call since the issue is cause by the system using utf8 (or any other multibyte locale) Stefan Knoblich 2008-05-13 22:02:50 +00:00
  • 91d2ca2920 Fix libedit build on solaris (add workaround to libedit/src/makelist to use /usr/xpg4/bin/tr which properly supports [:lower:] [:upper:]) Stefan Knoblich 2008-05-13 21:39:41 +00:00
  • 8bb2182db1 update Anthony Minessale 2008-05-13 21:07:01 +00:00
  • f914772a03 when you have both auth-calls and inbound-acl at the same time passing acl lets you in with no challenge and failing gives you auth challenge Anthony Minessale 2008-05-13 20:58:38 +00:00
  • 40efe06a2f cannot pass 2833 on a transcoded call Anthony Minessale 2008-05-13 20:36:23 +00:00
  • 81157864bd need this file too Michael Jerris 2008-05-13 19:24:53 +00:00
  • 58312ce2d1 Mon May 12 18:51:36 EDT 2008 Pekka Pessi <first.last@nokia.com> * nua: using NUTAG_PROXY() as handle-specific tag Michael Jerris 2008-05-13 19:10:47 +00:00
  • 052e33d6d2 Mon May 12 15:20:02 EDT 2008 Pekka Pessi <first.last@nokia.com> * msg_header.h: removed c99ism Michael Jerris 2008-05-13 19:08:22 +00:00
  • 4b4f01f936 add fr-ring Anthony Minessale 2008-05-13 18:43:13 +00:00
  • 4c8f25d4e7 getting ready for rc5 Anthony Minessale 2008-05-13 08:00:57 +00:00
  • 9eda3ca0a6 having trouble with double globs, just include english for now. Michael Jerris 2008-05-13 07:45:58 +00:00
  • cdabf22dea use proper directory sep. Michael Jerris 2008-05-13 06:59:52 +00:00
  • 1a2f22f9e2 fix msvc build Michael Jerris 2008-05-13 06:23:47 +00:00
  • 76aa4115a3 getting ready for rc5 Anthony Minessale 2008-05-13 06:04:11 +00:00
  • 700da9b4de don't pass around 0 status (possible fix for MODENDP-107) Michael Jerris 2008-05-13 00:50:12 +00:00
  • 329e8d682b fix for LBCODEC-2 Michael Jerris 2008-05-13 00:30:09 +00:00
  • 40050bc22b more robust stun packet validation from stkn Anthony Minessale 2008-05-13 00:17:58 +00:00
  • 8252ebbd1b flush proxy mode if you try to answer a sip channel with no bridge Anthony Minessale 2008-05-12 21:05:14 +00:00
  • 2bcd991b46 Add AS_HELP_STRING to options missing it, fix --disable-core-libedit-support value handling after rename (oops) Stefan Knoblich 2008-05-12 19:12:37 +00:00
  • b61da6e590 add configurable windows service name (FSCORE-122) Michael Jerris 2008-05-12 19:05:02 +00:00
  • e7447a227e Mon May 12 14:33:37 EDT 2008 Pekka.Pessi@nokia.com * soa_static.c: cope better if m= lines gets removed from user sdp Michael Jerris 2008-05-12 18:41:55 +00:00
  • ae92b5d8b4 timeout is in ms not sec. Michael Jerris 2008-05-12 17:55:38 +00:00
  • b699b29f8b SFSIP-61 Anthony Minessale 2008-05-12 17:37:54 +00:00
  • d5e4046daf fix build prob Anthony Minessale 2008-05-12 16:58:44 +00:00
  • 1ed11fdc00 fix sofia ping Anthony Minessale 2008-05-12 16:18:38 +00:00
  • 421c25ad70 doh Anthony Minessale 2008-05-12 16:04:34 +00:00
  • 5b63c744bb fix the hangup hook extra arg code Anthony Minessale 2008-05-12 15:38:51 +00:00
  • 996cfa54bd force swap thing on hangup to find hangup hook Anthony Minessale 2008-05-12 15:29:04 +00:00
  • 8c273b1cbe fix FSCORE-124 Anthony Minessale 2008-05-12 15:21:29 +00:00
  • 1f8e6c96a6 update Anthony Minessale 2008-05-12 14:19:48 +00:00
  • 90bc9ade7d more name changes Anthony Minessale 2008-05-12 13:46:07 +00:00
  • 88437786b8 add namespace to perl Anthony Minessale 2008-05-12 13:37:36 +00:00
  • 9ff934f7fe up Anthony Minessale 2008-05-12 00:29:57 +00:00
  • 0bc3e84831 add namespace Anthony Minessale 2008-05-12 00:24:38 +00:00
  • 89dc2f8361 Fix AC_ARG_ENABLE value handling and rename --enable-resampler to --disable-resampler in help output since it is default enabled Stefan Knoblich 2008-05-10 22:50:48 +00:00
  • cad2e58206 catch buffer overflow from invalid stun packet. Michael Jerris 2008-05-10 21:10:44 +00:00
  • cc0f50a9b1 fix build Michael Jerris 2008-05-10 21:10:19 +00:00
  • a5e10ebcb9 add some methods to CoreSession Anthony Minessale 2008-05-10 17:02:43 +00:00
  • 0e6bb5f606 ok, sleep helps... Stefan Knoblich 2008-05-10 16:01:27 +00:00
  • e0e1d3ad0e we should swap on read too I suppose Anthony Minessale 2008-05-10 06:11:52 +00:00
  • 4362c43e32 state handler name change to match state name changes. Michael Jerris 2008-05-10 05:58:41 +00:00
  • fec89e2614 finish removal of timeout Anthony Minessale 2008-05-10 05:52:46 +00:00
  • 9c7657f933 Fix modmake.rules include path for real (yes this way s*cks, but escaping the $ does not work...) Stefan Knoblich 2008-05-10 02:32:04 +00:00
  • 5e9c36e859 Do not expand BASE variable while creating Makefiles for modules (so you can actually move the freeswitch source around after a build) Stefan Knoblich 2008-05-10 01:35:30 +00:00
  • fcd2a7b045 Rename --enable-debug to --disable-debug since the default is enabled Stefan Knoblich 2008-05-10 00:39:12 +00:00
  • a4a5262018 Fix --enable-debug / --disable-debug configure option (disable did not work) Stefan Knoblich 2008-05-10 00:35:34 +00:00
  • 628e1b4c4c doh should probably expose say Anthony Minessale 2008-05-09 22:16:08 +00:00
  • 7050c330b2 allow blind xfers on no-media calls Anthony Minessale 2008-05-09 19:59:42 +00:00
  • 67427b0396 fix small issue Anthony Minessale 2008-05-09 19:35:51 +00:00
  • a12d1bb34d Remove iax from bootstrap.sh too Stefan Knoblich 2008-05-09 19:15:07 +00:00
  • a314d5c264 whoops Anthony Minessale 2008-05-09 18:20:13 +00:00
  • 8eb03e0895 Wed May 7 15:54:41 EDT 2008 Pekka Pessi <first.last@nokia.com> * outbound.c: fix sofia-sip.org bug #1930055 Michael Jerris 2008-05-09 17:47:20 +00:00
  • 439ad8460e Wed May 7 10:59:52 EDT 2008 Pekka Pessi <first.last@nokia.com> * su_log.c: allow multiple calls su_log_soft_set_level() to change logging level Michael Jerris 2008-05-09 17:46:43 +00:00
  • f4ef1c7847 Wed May 7 10:59:16 EDT 2008 Pekka Pessi <first.last@nokia.com> * tport_tls.c: avoid free(NULL) Michael Jerris 2008-05-09 17:45:13 +00:00
  • a4d8241a5d Wed May 7 10:08:17 EDT 2008 Pekka Pessi <first.last@nokia.com> * nua: improved logging, fixed macro expansion on __LINE__ on most compilers Michael Jerris 2008-05-09 17:44:46 +00:00
  • 68543ddc11 Wed May 7 10:05:57 EDT 2008 Pekka Pessi <first.last@nokia.com> * nua_stack.c: if nua_register() fails to provide To, use From. Michael Jerris 2008-05-09 17:44:02 +00:00
  • 3ee862d73f Wed May 7 10:04:14 EDT 2008 Pekka Pessi <first.last@nokia.com> * nua_session.c: do not terminate session without soa if SDP O/A seems to fail Michael Jerris 2008-05-09 17:43:16 +00:00
  • f39b423778 Wed May 7 09:10:28 EDT 2008 Pekka Pessi <first.last@nokia.com> * nta.c: do not replace host:port in user-specified Via header Michael Jerris 2008-05-09 17:42:46 +00:00