Anthony Minessale
|
ab6c4f1a6d
|
change CS_DONE to CS_DESTROY and add state handler for destroy and tear down critical parts of the channel from this method which is not called until it's impossible for anything to be referencing the channel (after final write lock and before destroying the pool)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12986 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-04-10 17:43:18 +00:00 |
|
Anthony Minessale
|
68b0359cfb
|
FSCORE-349 add flag to denote if a codec is init or not
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12961 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-04-09 17:17:12 +00:00 |
|
Michael Jerris
|
4212af498b
|
build: build path cleanups (FSBUILD-130)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12490 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-03-06 19:27:14 +00:00 |
|
Anthony Minessale
|
9556be51ef
|
fix issue in monitor_early_media_fail issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12271 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-25 03:41:18 +00:00 |
|
Mathieu Rene
|
c4787ffd48
|
Leaking on unload is strictly forbidden
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12251 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-23 19:17:24 +00:00 |
|
Anthony Minessale
|
9886f369c3
|
add direction col to sql db, add direction param to session_create, log dtmf digits to digits_dialed variable for cdr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12244 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-23 16:31:59 +00:00 |
|
Michael Jerris
|
bbdf4744aa
|
inital work on x64 windows build (FSBUILD-125)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12215 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-21 00:56:56 +00:00 |
|
Brian West
|
babb2f83f5
|
update copyright
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12004 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-13 23:37:37 +00:00 |
|
Brian West
|
ae220d3341
|
update email
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11643 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-04 21:20:54 +00:00 |
|
Anthony Minessale
|
8afdd900c8
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11005 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-30 18:23:42 +00:00 |
|
Michael Jerris
|
9440bd1723
|
MODENDP-160 __NetBSD__ is a better define to use than NETBSD
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10757 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-14 16:45:25 +00:00 |
|
Anthony Minessale
|
2ed601f934
|
more stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10410 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-14 23:31:21 +00:00 |
|
Anthony Minessale
|
81c1dc0de9
|
redo some stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10206 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-10-30 22:40:39 +00:00 |
|
Anthony Minessale
|
30c318b995
|
clean some old members and naming conventions in the codec structs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10084 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-10-20 17:48:42 +00:00 |
|
Michael Jerris
|
a295396337
|
(FSBUILD-83) format string issue found by new gcc.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10078 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-10-20 12:57:43 +00:00 |
|
Brian West
|
e0cdf8172a
|
more polishing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9959 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-10-11 06:19:56 +00:00 |
|
Brian West
|
fdab19b277
|
I before e, except after c.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9399 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-09-02 03:46:27 +00:00 |
|
Brian West
|
f35ba8b4f1
|
hrm...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9360 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-08-24 01:05:41 +00:00 |
|
Michael Jerris
|
05b01a6c03
|
switch some usages of switch_event_add_header to switch_event_add_header_string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9309 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-08-16 02:19:43 +00:00 |
|
Michael Jerris
|
64997c4d8e
|
vim extendtab is bad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8894 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-07-03 19:12:26 +00:00 |
|
Anthony Minessale
|
a7276cac88
|
add timeout to iax read
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8838 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-06-24 22:43:58 +00:00 |
|
Anthony Minessale
|
f930eaeec7
|
indent pass 2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8689 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-05-27 04:54:52 +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 |
|
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
|
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
|
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 |
|
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
|
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
|
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
|
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
|
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
|
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
|
f1397e4450
|
add a bunch of locking to mod_iax, if it deadlocks nobody will be suprised part 2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7992 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-03-31 17:14:49 +00:00 |
|
Anthony Minessale
|
13b9dffa7b
|
add a bunch of locking to mod_iax, if it deadlocks nobody will be suprised
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7984 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-03-31 15:31:05 +00:00 |
|
Michael Jerris
|
5e32936eff
|
build tweaks.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7939 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-03-20 00:27:04 +00:00 |
|
Anthony Minessale
|
aa0bea3d5c
|
deal with MODENDP-99
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7934 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-03-19 17:56:27 +00:00 |
|
Anthony Minessale
|
be1abfe573
|
add in switch_core_signal_lock/unlock
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7737 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-02-26 16:55:40 +00:00 |
|
Brian West
|
b0ad7ab50c
|
set tab mode properly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7500 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-02-03 22:14:57 +00:00 |
|
Michael Jerris
|
482badffca
|
code analysis, clean up asserts related to switch_core_session_get_channel.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7402 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-01-28 07:26:10 +00:00 |
|
Brian West
|
84161010ab
|
cleanup and consistency.. blah rain @ PHX fun
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7396 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-01-27 20:01:02 +00:00 |
|
Anthony Minessale
|
143bed09a3
|
try to use clock_gettime to make sure we don't care if the system time changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7165 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-01-11 00:43:49 +00:00 |
|
Anthony Minessale
|
8fdf9a7ff1
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7067 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-01-03 00:50:53 +00:00 |
|
Anthony Minessale
|
2931fc9109
|
dtmf overhaul testers wanted
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6952 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-22 00:32:20 +00:00 |
|
Anthony Minessale
|
8433c7e088
|
fix FSCORE-74
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6921 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-20 21:42:00 +00:00 |
|
Michael Jerris
|
6452b66bf7
|
cleancleanup, prevent null deref.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6719 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-13 00:19:53 +00:00 |
|
Michael Jerris
|
89cb84c4d7
|
use switch_assert macro instead of just assert.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6714 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-12 23:21:45 +00:00 |
|
Michael Jerris
|
54ec86f6ce
|
use switch_snprintf instead of snprintf becuase in insures null termination of strings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6707 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-12 21:53:32 +00:00 |
|