841 Commits

Author SHA1 Message Date
Anthony Minessale
43b712b7b1 add some write locks to the core and a function to unregister event bindings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8880 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-01 23:41:09 +00:00
Brian West
b8fcbe02b8 MODLANG-67 part2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8812 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-18 18:42:21 +00:00
Anthony Minessale
aa4d4500c0 add header
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8781 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-06 16:14:29 +00:00
Stefan Knoblich
3e81f0b4d2 fix c99 warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 19:21:41 +00:00
Anthony Minessale
64921f7ef6 double doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8728 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 21:56:35 +00:00
Anthony Minessale
775aee2a31 legs option to cdr_csv doh2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8727 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 21:49:01 +00:00
Anthony Minessale
4fbd1ef83a legs option to cdr_csv doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8726 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 21:46:49 +00:00
Anthony Minessale
e1250f58b5 legs option to cdr_csv
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8725 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 21:35:58 +00:00
Michael Jerris
40091bd693 don't deref NULL. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8700 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 20:04:04 +00:00
Michael Jerris
f2016b3441 don't deref NULL. Found by Klockwork (www.klocwork.com)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8699 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 19:45:55 +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
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
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
be85fcd204 avoid little race
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8105 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-14 16:18:49 +00:00
Chris Parker
bc02db94ea Fix typo in seqfile paramter
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8011 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-03 20:12:26 +00:00
Michael Jerris
2a98f0639b use the same type to avoid overflow (could we even cause this?)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7987 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-31 16:05:32 +00:00
Anthony Minessale
5c21fa2525 refactor a little
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7977 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-28 17:54:28 +00:00
Anthony Minessale
31cef02895 reset descriptor to -1 after closing file in rotate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7976 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-28 17:28:19 +00:00
Anthony Minessale
bba65f4a1e add acl stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7966 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-26 22:14:09 +00:00
Chris Parker
5a83d973e1 Make sure timestamps are RFC compliant. Reported in MODEVENT-19
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7912 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-18 14:55:35 +00:00
Chris Parker
950b8b1c13 Clean up setting defaults, expose seqfile config option. Reported in MODEVENT-19
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7911 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-18 14:44:01 +00:00
Anthony Minessale
6074db4a74 deal with blank api command replies in es
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7803 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-06 18:12:38 +00:00
Chris Parker
c2d18621e3 Updated module to handle new radius_deadtime option in radiusclient
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7792 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-05 16:18:11 +00:00
Michael Jerris
0bab557232 tweak error handling on socket app
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7766 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-29 15:39:56 +00:00
Michael Jerris
bcae062ac8 merge patch from MODEVENT-16
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7749 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-26 21:53:48 +00:00
Chris Parker
b4247b8c19 Apply patch from MODEVENT-17 in Jira, thanks to NormB
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7700 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-19 21:10:36 +00:00
Michael Jerris
69a27f15b0 don't log lost logs of 0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7656 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-17 06:02:45 +00:00
Brian West
131863171f cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 23:23:59 +00:00
Anthony Minessale
e33b676d6e make multicast event handler nonblocking
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7633 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 21:16:39 +00:00
Anthony Minessale
d54c936938 allocate less
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7630 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 20:42:58 +00:00
Anthony Minessale
345d5c79ba can you seg me now?
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 20:33:16 +00:00
Anthony Minessale
10d8b26b89 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7625 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 19:55:19 +00:00
Michael Jerris
657b380452 fix length error introduced in r6827 (should fix MODEVENT-15)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7580 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-11 06:45:03 +00:00
Chris Parker
b39a38ac43 Lower non-error messages to DEBUG per MODEVENT-14 in jira
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7536 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-06 17:18:46 +00:00
Chris Parker
6547e4c09a Enhancements from MODEVENT-13
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7529 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-05 18:00:03 +00:00
Chris Parker
d6851c0a41 Fix param name for acctserver
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7524 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-05 16:30: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
a2d8262289 add resistance on blocking writes to stdout
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7363 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-25 23:09:33 +00:00
Anthony Minessale
e7d29df822 fix mem leak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7308 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-20 22:39:08 +00:00
Anthony Minessale
6a6f522bb1 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7284 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-18 15:43:57 +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
Michael Jerris
f3870cb6cb add \n
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7136 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-08 05:24:49 +00:00
Chris Parker
ab210005a4 Add void * cast for char * arguments so we don't fail -Werror
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6920 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-20 20:33:27 +00:00
Anthony Minessale
689b7e3443 more cdr stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6917 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-20 18:04:07 +00:00
Anthony Minessale
613db6143f cdr update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6916 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-20 17:27:11 +00:00
Michael Jerris
d5679e0534 drip, drip, drip... whoops.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-19 03:29:07 +00:00
Anthony Minessale
571f14191a tweak for MODEVENT-6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6838 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 17:48:13 +00:00
Michael Jerris
85f28ac6ab cleanup, reduce large stack allocation, bounds checking, etc.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6827 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-16 03:01:50 +00:00