Commit Graph

4845 Commits

Author SHA1 Message Date
Michael Jerris 577afaf6f6 bounds checks and scope masked var names.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6844 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 22:52:32 +00:00
Michael Jerris 15d12ce20a cleanups and more checking.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6843 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 21:08:24 +00:00
Michael Jerris 06a0c90e50 add check.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6842 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 20:51:32 +00:00
Michael Jerris 171f02c9ad off by 1 error in bounds checks.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6841 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 20:44:48 +00:00
Michael Jerris 523c0bd845 don't perform send packet to ourselves test on windows (it seems to fail a lot, and there is no reason to do that test on windows anyways) (FSCORE-73)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6840 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 18:24:26 +00:00
Brian West 44c1cb72ff remove this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6839 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 17:59:12 +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
Brian West d3f0535afe add more to default useres
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6833 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 04:07:35 +00:00
Brian West bcafdd7cf6 add debug and read and write codec to the example cdr template
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6832 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 04:02:02 +00:00
Brian West d8ec63cdf7 diaplan fix.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6831 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-17 00:20:38 +00:00
Brian West 5f59894263 adding info
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6830 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-16 19:11: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
Brian West baa3d3884b tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6826 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-16 02:53:34 +00:00
Brian West 6a54fdfba8 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6825 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-16 02:44:54 +00:00
Michael Jerris 2737686af5 build cleanup.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6824 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-16 01:56:20 +00:00
Michael Jerris 6c6cc0c0c8 reduce number of name/value pairs per message to 25 to reduce stack memory usage.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6823 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-16 01:50:45 +00:00
Brian West bafacc27c8 adding more things to the configs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6822 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 21:38:11 +00:00
Brian West b2095be987 press is good
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6821 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 21:24:30 +00:00
Brian West f1048d21a4 testing more stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6820 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 21:21:40 +00:00
Michael Jerris 2585c1b537 make sure we are using null terminated strings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6819 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 20:56:56 +00:00
Michael Jerris e5c81fe5f5 use switch_copy_string instead of strncpy to make sure we have a null terminated string.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6818 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 20:55:10 +00:00
Michael Jerris 8bc983a758 cleanups and a check to bail on woomera messages with too many params instead of segfaulting.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6817 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 20:50:15 +00:00
Michael Jerris 89ba8e6195 cleanups, avoid null deref, check returns of some more functions, use switch_snprintf to make sure we are null terminating strings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6816 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 20:04:49 +00:00
Michael Jerris 36bdad81cc cleanup.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6815 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 19:47:19 +00:00
Brian West 2a5144052b comment this out now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6814 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 19:38:05 +00:00
Michael Jerris 840c75ee64 to reduce ambiguity, don't mask var names in lower scope.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6813 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 19:33:36 +00:00
Brian West a4f2b9e94b commit a missing file from tonys commit and my update to sounds.xml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6812 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 18:48:06 +00:00
Brian West 064099269e doc this string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6811 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 18:44:41 +00:00
Brian West 5a1b5b07f1 clean up dialplan
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6810 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 18:44:27 +00:00
Brian West e9cd007f13 name_spelled instead of items, thanks L2SHO
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6809 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 18:33:59 +00:00
Anthony Minessale 96943abefd fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6808 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 18:26:10 +00:00
Anthony Minessale 87b14806b7 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6807 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 16:58:30 +00:00
Anthony Minessale 4945769369 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6806 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 15:32:41 +00:00
Michael Jerris 3526529f63 cleanups, remove some unnecessary var declarations and varname masking, whitespace cleanup.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6805 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 05:50:21 +00:00
Michael Jerris 531fe4de8f cleanups, simplify odbc ifdefs, remove some unnecessary var declarations, handle return values of unlink, whitespace cleanup.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6804 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 04:58:44 +00:00
Brian West da8d9bc20f wip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6802 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-15 00:39:53 +00:00
Anthony Minessale 3f581d06d0 add uuid_dump
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6801 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 23:11:14 +00:00
Michael Jerris dd80550818 don't use hight priority for windows service.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6800 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 22:59:17 +00:00
Brian West 95285b1a31 Thanks Arsen
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6799 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 20:59:30 +00:00
Brian West 045fa88c95 break up the mrcp profiles because you can have many of these too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6798 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 20:48:16 +00:00
Michael Jerris 38c2daa884 update installer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6797 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 19:06:08 +00:00
Michael Jerris fdf1ce1631 silence msvc 2008 build warnings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6796 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 19:05:38 +00:00
Michael Jerris f4a98ece39 fix curl build on msvc 2008 when running on xp and prior.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6795 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 18:14:35 +00:00
Michael Jerris ace9a25fa2 pass format string too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6794 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 18:00:58 +00:00
Brian West 7fd2dddb3f Lets load this by default..
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6793 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 17:48:50 +00:00
Anthony Minessale c5ab852849 fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6792 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 17:39:45 +00:00
Anthony Minessale 40f1d8141e add user_exists
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6791 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 17:13:20 +00:00
Anthony Minessale 395cdbe4bf avoid blank port
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 14:09:25 +00:00
Traun Leyden aa963b0dc7 add libclean target to do make clean in all libs subdirs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6787 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 04:05:01 +00:00
Michael Jerris d0f7f0f137 cleanup build warnings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6786 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 03:56:11 +00:00