Commit Graph

5911 Commits

Author SHA1 Message Date
Raymond Chandler 940dbe85c0 file suffix for MDXMLINT-44
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10801 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 17:18:18 +00:00
Michael Jerris f73250c6d1 tweak for solaris
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10799 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 16:59:27 +00:00
Anthony Minessale e5b51e3712 tweak codec lookup func
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10797 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 16:40:38 +00:00
Raymond Chandler 4f0641d53b newer version of openldap for MDXMLINT-44
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10795 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 15:48:25 +00:00
Chris Parker f796ff4bc6 Use const char, instead of passing func to switch_true
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10793 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 14:32:17 +00:00
Anthony Minessale 0ff626934b let more commands in mod_commmands run from the dialplan via the eval app
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10790 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 13:48:43 +00:00
Michael Jerris 4dc7d512e2 uninitialized var.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10789 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 13:15:42 +00:00
Michael Jerris 53a30c5b90 MODCODEC-6 siren windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 04:14:57 +00:00
Brian West 38de33d545 tweak from stangor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10786 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 01:57:56 +00:00
Michael Jerris d1a20a12d1 little leak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10785 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 21:13:03 +00:00
Michael Jerris 493c51c5e4 MODLANG-92 startup scripts do not honor the LUA_PATH and LUA_CPATH env vars
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10784 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 20:50:22 +00:00
Raymond Chandler 2addd616b4 FSCORE-255
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10783 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 20:12:26 +00:00
Stefan Knoblich d81838ffcf Silence GCC-4.2 warning / possible GCC-4.3 error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10781 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 19:46:22 +00:00
Chris Parker 159d1f3cd1 Added patch to close JIRA MODEVENT-28
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10780 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 19:42:02 +00:00
Anthony Minessale 4f2f60c4a0 fix null mutex race cond
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10766 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 16:10:20 +00:00
Michael Jerris 57ffaad4bb FSCORE-253 workaround netbsd failures
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10764 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 05:12:12 +00:00
Michael Jerris 9706c972f2 swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10763 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 03:45:38 +00:00
Michael Jerris 5c5d03bcdc FSCORE-253 work around netbsd failures
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10762 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 03:28:23 +00:00
Michael Jerris 6113ab943c FSCORE-253. add the following functions to work around netbsd failures
switch_toupper
switch_tolower
switch_isalnum
switch_isalpha
switch_iscntrl
switch_isdigit
switch_isgraph
switch_islower
switch_isprint
switch_ispunct
switch_isspace
switch_isupper
switch_isxdigit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10761 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 03:21:36 +00:00
Michael Jerris 8fb167c779 FSCRE-253 netbsd does not follow opengroup prototypes on toupper and tolower so we have to do stupid workarounds.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10760 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 02:48:50 +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
Michael Jerris 5a13d0e265 FSCORE-254 NetBSD does not have RLIMIT_AS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10756 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-14 16:41:33 +00:00
Michael Jerris 5279d8231a FSCORE-252 Core NetBSD features are disabled if _XOPEN_SOURCE is defined
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10755 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-14 16:38:21 +00:00
Michael Jerris 399342e1f8 type tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10754 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-14 16:37:38 +00:00
Michael Collins 4215f33b40 api command sent through sched_api was getting the last char lopped off
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10748 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-13 04:57:27 +00:00
Anthony Minessale 3caa29f400 fix presence on jabber to be less ambiguous
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10745 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 23:07:20 +00:00
Anthony Minessale a064847a11 sonus sonus sonus, sonus is a 4 letter word
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10744 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 22:34:41 +00:00
Brian West 1a90cc2f87 unsupported
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10738 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 17:51:58 +00:00
Anthony Minessale cd88977709 move config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10735 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 16:45:44 +00:00
Anthony Minessale 7bf2e6bca4 move mod_opal into trunk
still needs some work
still needs some FUNDING



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10734 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 16:44:23 +00:00
Eric des Courtis c94e6a9368 Added even more documentation. This should look good with doxygen.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10733 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 16:07:53 +00:00
Brian West 1220bbcff2 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10732 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 16:01:36 +00:00
Anthony Minessale c6be72ff0f fix MODEVENT-34
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10731 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 15:44:37 +00:00
Michael Jerris 264e044f7c FSBUILD-58 pocketsphinx rpmbuild fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10725 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 01:43:21 +00:00
Eric des Courtis 3ec32de40d Added more comments
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10724 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 00:39:41 +00:00
Anthony Minessale 0534d8e92d fix conference record race
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10723 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 23:39:16 +00:00
Anthony Minessale 351a3c4a11 add mkdir function FSCORE-250
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10722 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 23:06:51 +00:00
Anthony Minessale ae426b9dc6 fix FSCORE-246
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10721 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 22:32:02 +00:00
Eric des Courtis 1a4fb0d978 Added useful comments.
Eric


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10720 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 22:13:20 +00:00
Michael Jerris 186c98b6d7 tweaks for windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10719 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 20:52:04 +00:00
Michael Jerris e3fba6f719 add sip_history_info var for inbound invites.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10718 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 20:42:34 +00:00
Michael Jerris b87c17e347 SFSIP-92 add support to send a notify in the invite dialog by specifying the uuid of the call.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10717 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 20:24:31 +00:00
Anthony Minessale 590ccb5cbe The Grinch is trying to steal our presence!
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10716 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 20:20:20 +00:00
Brian West 4dc4b35590 option to turn of auto_restart of sofia profiles on ip change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10715 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 20:16:32 +00:00
Michael Jerris ac8daf49c4 mod_commands only send content-type on status when it really is http.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10714 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 17:56:51 +00:00
Michael Jerris f0cf90b577 MODEVENT-33 missing : after Content-Length in event socket
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10711 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 15:25:59 +00:00
Michael Jerris 42c11dd764 FSCORE-237 make channel flags array based so we do not have 32 flag limit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10710 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 15:20:24 +00:00
Michael Jerris f8734c080e swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10709 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 15:19:03 +00:00
Eric des Courtis 850c5cb368 Initial upload.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10705 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-10 21:43:26 +00:00
Anthony Minessale f84a6df34c x-mas presence
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10702 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-10 20:54:24 +00:00