Commit Graph

4553 Commits

Author SHA1 Message Date
Anthony Minessale 6ccacdff83 add unregister event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8448 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 18:40:09 +00:00
Michael Jerris 0a766e14a0 check value before using. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8447 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 17:55:12 +00:00
Anthony Minessale 22cb7b134a update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8446 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 17:29:22 +00:00
Michael Jerris 36320b9248 handle edgecase leak on platforms without vasprintf. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8445 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 17:25:43 +00:00
Michael Jerris efd78441d6 remove redundant null check. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8444 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 17:18:57 +00:00
Michael Jerris 16bf3f42a1 don't leak after allocation failure. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8443 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 17:07:10 +00:00
Michael Jerris d13fa0d211 tweak asserts. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8441 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 16:59:34 +00:00
Anthony Minessale fd63a52706 handle error message leaks and other error conditions, Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8440 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 16:43:47 +00:00
Michael Jerris 41510454a8 don't pass null to switch_loadable_module_get_api_interface. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8439 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 16:15:37 +00:00
Michael Jerris dba9a102d4 initialize allocated in constructors. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8438 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 15:53:48 +00:00
Michael Jerris d4d5ed39ba don't pass null to switch_loadable_module_get_dialplan_interface. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8437 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 15:49:23 +00:00
Anthony Minessale 7bab5df1c8 refactoring.... Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8436 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 15:29:44 +00:00
Anthony Minessale 4f65f1300c fix MODENDP-108
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8435 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 15:05:54 +00:00
Anthony Minessale 878bbcebf7 hack to avoid the bug MODLANG-60
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8434 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 15:03:45 +00:00
Michael Jerris b879941dab don't pass null to switch_loadable_module_get_dialplan_interface. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8433 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 14:59:28 +00:00
Michael Jerris 6cef49df2b tweak asserts. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8432 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 14:43:21 +00:00
Michael Jerris 3921baa719 check value before using. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8431 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 14:35:41 +00:00
Michael Jerris 35dc6b0412 don't use unchecked malloc results. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8430 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 14:32:35 +00:00
Anthony Minessale 47d42ee110 updatew
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8429 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 13:16:27 +00:00
Michael Jerris 5851077d26 no need to set this var twice.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8428 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 04:04:41 +00:00
Michael Jerris 8190b63460 don't push null values into the hash
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8427 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-16 04:01:56 +00:00
Stefan Knoblich 3a02a627b7 Pass CC to lua make, fixes building on (open-)solaris
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8426 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 21:43:52 +00:00
Anthony Minessale 43b4c0d0bd make the impossible possible
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8425 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 21:36:32 +00:00
Michael Jerris f4e5aa395e Avoid fflush-ing NULL. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8424 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 21:31:47 +00:00
Michael Jerris 8f436a9d52 Avoid non null terminated string. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8423 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 21:25:26 +00:00
Michael Jerris 3fc660fc17 handle buffer boundries a bit better, assert before deref. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8422 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 21:08:42 +00:00
Michael Jerris 766681f666 handle malloc failures. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8421 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 21:05:32 +00:00
Anthony Minessale 815b68a41c update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8420 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 21:04:37 +00:00
Anthony Minessale 230cec65c8 fix pointer thingy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8419 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 20:53:22 +00:00
Anthony Minessale 88b177c1b4 add patch from MDXMLINT-27
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8418 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 20:29:08 +00:00
Anthony Minessale c599162209 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8417 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 19:38:29 +00:00
Anthony Minessale 1ea027f37f add var_event down into the endpoints so chans with no parents can still pass options
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8416 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 19:29:35 +00:00
Anthony Minessale 50d821c90b fix pissed off boss
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8415 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 18:32:23 +00:00
Anthony Minessale 89bae46bd0 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8414 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 17:57:14 +00:00
Anthony Minessale 1285e6338e fix pesteredo's bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8413 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 15:57:29 +00:00
Anthony Minessale 328c72742b fix three way stupid issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8412 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 15:42:13 +00:00
Anthony Minessale 42a54d19ae update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8411 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 14:49:11 +00:00
Anthony Minessale a8365b8621 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8410 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-15 01:10:52 +00:00
Michael Jerris a2fa1d141b fix osx iax build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8407 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-14 19:18:33 +00:00
Michael Jerris 96d9febc3a type stupidity
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8398 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-14 16:54:54 +00:00
Anthony Minessale d8aa592dee silence some less important debug info
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8397 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-14 16:01:13 +00:00
Anthony Minessale f6df5e2033 musta took a wrong toin at albakoyke
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8396 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-14 14:22:04 +00:00
Anthony Minessale 1a43d04045 clean up nat stuff more
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8395 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-14 14:13:40 +00:00
Anthony Minessale dc757bc9cf fix many nat woes, see changes to default config for details
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8391 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-13 23:22:21 +00:00
Anthony Minessale 8bb2182db1 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8388 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-13 21:07:01 +00:00
Anthony Minessale 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
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8387 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-13 20:58:38 +00:00
Anthony Minessale 40efe06a2f cannot pass 2833 on a transcoded call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8386 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-13 20:36:23 +00:00
Michael Jerris cdabf22dea use proper directory sep.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8378 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-13 06:59:52 +00:00
Michael Jerris 1a2f22f9e2 fix msvc build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8377 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-13 06:23:47 +00:00
Michael Jerris 700da9b4de don't pass around 0 status (possible fix for MODENDP-107)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8375 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-13 00:50:12 +00:00
Anthony Minessale 40050bc22b more robust stun packet validation from stkn
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8373 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-13 00:17:58 +00:00
Anthony Minessale 8252ebbd1b flush proxy mode if you try to answer a sip channel with no bridge
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8372 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 21:05:14 +00:00
Michael Jerris b61da6e590 add configurable windows service name (FSCORE-122)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8370 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 19:05:02 +00:00
Anthony Minessale d5e4046daf fix build prob
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8366 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 16:58:44 +00:00
Anthony Minessale 1ed11fdc00 fix sofia ping
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8365 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 16:18:38 +00:00
Anthony Minessale 421c25ad70 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8364 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 16:04:34 +00:00
Anthony Minessale 5b63c744bb fix the hangup hook extra arg code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8363 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 15:38:51 +00:00
Anthony Minessale 996cfa54bd force swap thing on hangup to find hangup hook
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8362 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 15:29:04 +00:00
Anthony Minessale 8c273b1cbe fix FSCORE-124
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8361 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 15:21:29 +00:00
Anthony Minessale 1f8e6c96a6 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8360 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 14:19:48 +00:00
Anthony Minessale 90bc9ade7d more name changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8359 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 13:46:07 +00:00
Anthony Minessale 88437786b8 add namespace to perl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8358 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 13:37:36 +00:00
Anthony Minessale 9ff934f7fe up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8357 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 00:29:57 +00:00
Anthony Minessale 0bc3e84831 add namespace
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8356 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 00:24:38 +00:00
Michael Jerris cad2e58206 catch buffer overflow from invalid stun packet.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8354 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 21:10:44 +00:00
Michael Jerris cc0f50a9b1 fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8353 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 21:10:19 +00:00
Anthony Minessale a5e10ebcb9 add some methods to CoreSession
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8352 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 17:02:43 +00:00
Anthony Minessale e0e1d3ad0e we should swap on read too I suppose
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8350 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 06:11:52 +00:00
Michael Jerris 4362c43e32 state handler name change to match state name changes.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8349 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 05:58:41 +00:00
Anthony Minessale fec89e2614 finish removal of timeout
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8348 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 05:52:46 +00:00
Anthony Minessale 628e1b4c4c doh should probably expose say
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8343 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 22:16:08 +00:00
Anthony Minessale 7050c330b2 allow blind xfers on no-media calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8342 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 19:59:42 +00:00
Anthony Minessale 67427b0396 fix small issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8341 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 19:35:51 +00:00
Anthony Minessale a314d5c264 whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8339 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 18:20:13 +00:00
Stefan Knoblich c35fb67e11 Should fix the problem reported by pressureman
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8331 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 16:24:38 +00:00
Anthony Minessale ea6256ab12 t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8330 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 15:07:41 +00:00
Stefan Knoblich ba0ef07f89 Fix segfault if no arg has been specified, there is still some other issue lurking in the code though
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8327 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 09:08:32 +00:00
Anthony Minessale f080f3a454 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8326 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 02:34:51 +00:00
Michael Jerris 14bdb9357e tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8325 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 02:24:40 +00:00
Michael Jerris c4a4a1de6e updated iax build for msvc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8324 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-09 01:58:44 +00:00
Anthony Minessale 385528394e add optional arg to hangup hook in perl/lua
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8323 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 23:58:45 +00:00
Anthony Minessale de516ce25f make lua work on mac
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8322 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 23:35:01 +00:00
Anthony Minessale 5b77843583 slim down iax build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8321 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 23:25:36 +00:00
Anthony Minessale 721617d917 extra protection against unruly practice
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8314 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 20:58:25 +00:00
Anthony Minessale e4e49235c1 extra protection against unruly practice
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8313 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 20:54:37 +00:00
Anthony Minessale fc47e3e550 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8312 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 20:54:19 +00:00
Anthony Minessale e446e314ec doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8311 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 20:23:48 +00:00
Anthony Minessale c4a18a09c2 spring cleaning, lose some pointless code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8310 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 19:19:47 +00:00
Anthony Minessale f2c5f7bebd ok this has to fix the issue with crappy sound cards 100% soft timer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8305 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 16:20:15 +00:00
Anthony Minessale 16f5637f9a test
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8303 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 16:09:49 +00:00
Anthony Minessale 6231ceb02b use individual pools in open file handles to avoid flooding the pool
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8302 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 15:50:28 +00:00
Anthony Minessale 6c17e72694 use this one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8296 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-07 20:06:46 +00:00
Anthony Minessale a869f867d2 change buffering in pa
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8295 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-07 16:48:19 +00:00
Anthony Minessale 885c4e54c8 testing beware
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8294 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-07 16:32:04 +00:00
Anthony Minessale 79433a61f8 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8293 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-07 15:28:07 +00:00
Brian West 4401b252e5 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8292 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-07 14:58:49 +00:00
Anthony Minessale c317b1936d doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8291 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-07 14:52:34 +00:00
Anthony Minessale 8da11c524e update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8290 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-07 14:22:36 +00:00
Anthony Minessale 9870eb8756 too many ings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8289 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-07 13:36:25 +00:00
Michael Jerris e917d5f460 remove sub_hash in favor of using a lookup directly into the sip stack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8283 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 23:49:35 +00:00
Anthony Minessale a41fa2e2bc fix possible register memory leak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8281 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 22:56:55 +00:00
Anthony Minessale e0e04b9f9c fix fifo logic bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8279 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 21:43:42 +00:00
Anthony Minessale 269fdac157 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8278 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 21:05:38 +00:00
Anthony Minessale 9c8c1c2802 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8277 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 20:43:36 +00:00
Anthony Minessale 1454a52bf6 add dialplan and context to sql table
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8276 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 20:00:43 +00:00
Michael Jerris bf7dc24467 whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8274 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 16:06:17 +00:00
Stefan Knoblich 7a9b9466c2 mod_xml_ldap: strip -std=c99 from CFLAGS during openldap build (fixes problems w/ arpa/nameser.h on linux) and stop building openldap server components
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8273 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 16:03:02 +00:00
Michael Jerris e893654bf5 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8271 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 15:46:11 +00:00
Anthony Minessale 9c1e14aa9c missed some name changes thanks coppice
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8270 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 13:59:37 +00:00
Anthony Minessale ea754f52bd crank accuracy on windows sleep
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8269 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 13:58:36 +00:00
Anthony Minessale 0874db56f7 fix vid issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8267 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 00:02:37 +00:00
Stefan Knoblich c0783a5a3b Add missing DESTDIR variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8265 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-05 16:11:39 +00:00
Anthony Minessale a0c5e2b904 change names to protect the innocent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8264 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-05 15:56:53 +00:00
Anthony Minessale 4b929592cc change names to protect the innocent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8263 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-05 15:30:55 +00:00
Anthony Minessale 0f3de8bdf0 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8259 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-03 16:36:12 +00:00
Stefan Knoblich e8c88aa124 Try to use python provided by the system instead of a bundled version, adds --with-python and --with-python-config to configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8258 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 23:40:37 +00:00
Traun Leyden cffd9825c1 reswig after updating to 8254. check that it compiles and do some light testing. seems that playAndGetDigits now returns a single value instead of a list of values, update scripts accordingly. also execute_extension is causing seg faults, at least in certain cases.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 21:20:14 +00:00
Anthony Minessale 8e0b64a1e6 add read
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8254 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 19:04:13 +00:00
Anthony Minessale 4fda174f34 reswig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8252 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 18:40:23 +00:00
Anthony Minessale ed96039297 make it so you can build commented out modules using make <modname>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8251 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 18:36:01 +00:00
Anthony Minessale 02715f7f51 add
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8250 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 17:51:48 +00:00
Anthony Minessale aa47e3e5fd update script langs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8249 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 16:43:54 +00:00
Anthony Minessale 540a2fecf8 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8248 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 16:43:07 +00:00
Anthony Minessale 2b5f3563a2 make callback stuff work on mod_perl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8247 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 13:58:44 +00:00
Anthony Minessale be276e0cfe tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8246 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 13:18:54 +00:00
Traun Leyden 636519ba6a reswig against 8241 and fix bugs with changed number of args to playAndGetDigits (note: exising scripts will need to be fixed to pass ONE less argument - see wiki for new syntax). also, comment out hangup hook handler that was causing seg fault, that needs to be redone. registering hangup hooks inscripts will no longer have any effect.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 00:57:25 +00:00
Anthony Minessale 7830f6ce09 adding callback stuff, still gotta test it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8241 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 22:56:14 +00:00
Anthony Minessale de0f17db0b update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8240 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 20:22:53 +00:00
Brian West 3803807841 switch_size_t to int
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 19:14:33 +00:00
Anthony Minessale 85fc8c37e7 fix bad pointer memory snafu in wrapped language libs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 19:03:57 +00:00
Anthony Minessale 8c352ce5b9 let sip calls pass the exact response status across a bridge
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8237 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 18:35:45 +00:00
Anthony Minessale 9b30341170 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8235 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 18:09:05 +00:00
Anthony Minessale 21f73e6827 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8233 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 17:28:29 +00:00
Anthony Minessale 580f545e26 tewaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8232 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 16:41:46 +00:00
Brian West 6b5aa462cd fix compile on gcc 4.1.2 not sure this is correct but looks like it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8230 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 02:33:07 +00:00
Anthony Minessale 471f176ade don't exit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8229 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 01:22:25 +00:00
Anthony Minessale 9087158ce1 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8228 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 01:09:54 +00:00
Michael Jerris 2e5eac7daa msvc build for mod_lua
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8227 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 00:46:10 +00:00
Anthony Minessale bf3aaafc20 up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8226 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 00:44:12 +00:00
Anthony Minessale 8f5a873dc7 break all the api in the swig stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8225 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 23:42:37 +00:00
Anthony Minessale 6e8cd63956 add options ping to gateway
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8224 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 22:14:03 +00:00
Anthony Minessale 6eacfd9aca add options ping to gateway
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8223 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 22:09:54 +00:00
Anthony Minessale 3c04009bd7 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8222 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 20:03:20 +00:00
Anthony Minessale b6d649fc86 look out below
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8221 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 19:42:26 +00:00
Michael Jerris 069d468137 start of msvc build for mod_lua
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8220 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 17:19:07 +00:00
Michael Jerris 47985c5683 start of msvc build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 14:20:31 +00:00
Michael Jerris 2981fd57c2 tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 03:55:38 +00:00
Michael Jerris 0bde97add0 unused var.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8217 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 02:29:06 +00:00
Traun Leyden c9f575fb1f fix and reswig after switch_cpp updates
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8216 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 00:37:52 +00:00
Anthony Minessale 5952667987 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8214 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-29 23:34:26 +00:00
Brian West f2994a09f8 update description on check_acl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8213 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-29 18:36:03 +00:00
Anthony Minessale c0058bfe0d update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8212 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-28 17:35:11 +00:00
Brian West a4f4228b2d update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-28 17:33:58 +00:00
Michael Jerris cd0fee7dab fix build warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8209 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-26 17:09:34 +00:00
Michael Jerris 46ca3d17d4 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8208 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-26 17:02:43 +00:00
Anthony Minessale 1fd09d67ea another tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8207 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-26 15:59:42 +00:00
Anthony Minessale 2a3bf6897a tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8206 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-26 15:57:05 +00:00
Brian West 9d27233fea cleanup a tiny bit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8204 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-26 00:47:07 +00:00
Brian West 9194729a83 cleanup a tiny bit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8203 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-26 00:45:43 +00:00
Traun Leyden 95437a05a9 reswig with swig 1.3.31, retest
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8201 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-26 00:10:07 +00:00
Brian West d895c81dd5 fix buglet
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8200 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-25 23:20:23 +00:00
Anthony Minessale 4eca13ac23 add mod_lua
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8199 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-25 22:16:16 +00:00
Anthony Minessale 8027cb8ee8 return of mod_perl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8198 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-25 22:12:01 +00:00
Anthony Minessale ae76db7bd3 update cpp wrapper
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8197 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-25 22:11:17 +00:00
Anthony Minessale 5935bfbe2e fix warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8195 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-25 18:57:52 +00:00
Traun Leyden 7de99aa9dc cleanup threadstate so that it removes the thread-local storage and cleans up django database connections which are stored in thread-local. fixes bug where it was leaking connections.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8193 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-24 17:58:38 +00:00
Brian West a5e66cd3d2 we are not using this yet and it has no class in the cpp file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8191 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-24 02:47:34 +00:00
Michael Jerris 0a06df1e98 add mod_say_zh (MODLANG-59)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8189 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-24 01:31:41 +00:00
Brian West 9066389721 oops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8187 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-23 22:36:47 +00:00
Anthony Minessale 2303545ccf update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8186 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-23 22:23:23 +00:00
Anthony Minessale a7782dcc65 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8185 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-23 22:15:07 +00:00
Anthony Minessale 94e7ad44af update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8184 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-23 21:14:41 +00:00
Anthony Minessale 8b6dc52cb9 dunno, some stuff...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8179 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-23 17:38:13 +00:00
Anthony Minessale 0564d81e09 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8176 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-23 16:46:24 +00:00
Anthony Minessale 1fb841bf6b update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8175 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-23 14:57:03 +00:00
Anthony Minessale b0b5c755f1 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8173 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-22 21:25:38 +00:00
Anthony Minessale 7455445fd8 clean up some console goodies
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8172 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-22 20:49:39 +00:00
Anthony Minessale 4bd36916b3 add inline dialplan
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8171 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-22 15:18:35 +00:00
Brian West 0828af5d34 fix compile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8168 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-22 14:12:59 +00:00
Brian West 2fa02f3ab3 fix this properly.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8167 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-22 13:13:54 +00:00
Brian West 7b92773d8a fix stun lookup, Mike or Tony please review.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8164 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-22 03:16:14 +00:00
Anthony Minessale b894df4fd9 outlaw 0.0.0.0 in sofia ip params
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8139 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-21 21:00:18 +00:00
Anthony Minessale 33a69e539e add hold/unhold dialplan apps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8138 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-21 20:15:50 +00:00
Anthony Minessale e57c5e31ee fix MODLANG-56
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8137 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-21 19:26:32 +00:00
Michael Jerris 5ddf4aba76 honor disable dtx in fmtp (MODCODEC-3)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8135 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-21 19:02:51 +00:00
Michael Jerris 865fbfeda8 tweak windows build for inet_pton
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8134 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-21 16:48:34 +00:00
Brian West e341914d25 Add MODEVENT-21 and a small tweak to voicemail to not light up on saved message counts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8133 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-21 15:25:09 +00:00
Anthony Minessale e277d9b537 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8132 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-21 14:44:23 +00:00
Michael Jerris 29ea1523c9 tweak windows build for inet_pton and other build problems
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8131 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-21 14:35:14 +00:00
Anthony Minessale 4ba15bbd3a fix locking issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8130 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-21 13:48:35 +00:00
Anthony Minessale 1b6bee859d Moc likes to inturrupt the hello message
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8128 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-18 22:05:44 +00:00
Anthony Minessale 96ff2abcd7 make dtmf duration defaults tweakable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8126 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-18 17:03:34 +00:00
Anthony Minessale 56f6d7f17a tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8125 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-18 15:39:49 +00:00
Anthony Minessale c4357b4246 make sure both channels are sip when dereferencing it's guts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8123 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-16 22:49:36 +00:00
Anthony Minessale 412e45dd62 time sync stuff for vps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-16 22:02:06 +00:00
Michael Jerris 04aeb7dedb don't hang channels (MODENDP-106)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8121 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-16 21:43:51 +00:00
Anthony Minessale eaf6abfb78 fix originate timeout issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8120 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-16 21:29:57 +00:00
Anthony Minessale 486fa9eb02 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8119 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-16 21:29:08 +00:00
Anthony Minessale 8da5afecc2 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8116 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-15 18:43:12 +00:00
Michael Jerris d9fd161b03 add settings to disable timer and 100rel support by profile (MODENDP-102)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8114 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-14 19:20:12 +00:00