Commit Graph

12286 Commits

Author SHA1 Message Date
Brian West
21e3bb970a if space
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 01:20:26 +00:00
Anthony Minessale
376861fd8c reswig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15892 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 00:29:40 +00:00
Anthony Minessale
d13a46acd5 stop race condition in sofia where we tried to send an ack on a dead call and turn off early hangup by default (if you dont know that that is, good, do not document this)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15891 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 00:28:54 +00:00
Michael Jerris
f69d3495c8 fix include for sqlite header file in --srcdir builds
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15890 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 00:13:50 +00:00
Michal Bielicki
d5bbea9501 Added erlang event config file to rpm
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15889 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 00:10:23 +00:00
Michael Jerris
d560175648 fix --srcdir builds of modules including make from module dirs in the build dir
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15888 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 00:09:06 +00:00
Anthony Minessale
5d2cadf645 refactor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15887 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:57:56 +00:00
Michael Jerris
691549c293 fix dep rules when calling the automake based module makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15886 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:39:44 +00:00
Michael Jerris
283a01b272 fix make clean on --srcdir builds
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:31:13 +00:00
Michael Jerris
8f8275245c fix dependencies so modules.conf gets created before its used
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15884 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:27:36 +00:00
Michael Jerris
05803c04d8 remove duplicate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15883 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:27:02 +00:00
Jeff Lenk
1d8f77534a add casts to remove error on warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15882 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:12:51 +00:00
Andrew Thompson
c2cde58f38 Move erlang module's default config file to be with all the others
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15881 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:10:12 +00:00
Anthony Minessale
d1388fdf9a small regression from yesterday now that there are 2 queues only dec the flag that actually was in use
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15880 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 21:53:23 +00:00
Michael Jerris
6e47cc4286 add missing modules to modules.conf (FSBUILD-214)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15879 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 21:41:44 +00:00
Michael Jerris
816ad67637 fix mod_xml_rpc build warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15878 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 21:35:29 +00:00
Jeff Lenk
4f8820ae09 add switch_mprintf to windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15877 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 21:23:53 +00:00
Anthony Minessale
a06ae39905 FSCORE-511
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15876 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 21:04:33 +00:00
Anthony Minessale
cd1824e119 Adding switch_mprintf (broken out from sqlite)
Adding new %w to mprintf to auto escape both single quote and backslashes
Improve the tab completion a tad and fix some sqlite/odbc compat with new mprintf opts
Change the default stream writer to use switch_vmprintf so %q/%w can be used there too



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15875 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 20:51:13 +00:00
Michael Jerris
7803a752c9 add --enable-64 support for os x 10.4 and 10.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15874 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 19:58:16 +00:00
Brian West
68da102e0d revert cuz this isn't 100% right
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15873 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 19:04:27 +00:00
Michael Jerris
3743e2faab fix make in module directory to work again (at least for non --srcdir builds)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15872 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 19:02:10 +00:00
Andrew Thompson
15363cdb2f Tracking API change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 17:43:10 +00:00
Brian West
185fa599db these two cases do not need to be on IF the flag is set otherwise you can't LIE about the contact dyanmically. These are the TWO cases that had a not PFLAG_AUTO_NAT else do the right thing in this case.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15870 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 14:40:47 +00:00
Michael Jerris
dedb9e4dea fix spandsp build from cross compile change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15869 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 07:39:40 +00:00
Michael Jerris
49d2fecc48 a slightly more annoying yet more sane way to fix snow cat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15868 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 04:19:49 +00:00
Michael Jerris
86d4e30cda try to fix centos build from cross compile fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15867 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 04:18:18 +00:00
Brian West
ae7fe7d4c4 swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15866 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 01:44:26 +00:00
Anthony Minessale
6fde2f3961 add priority queue for events so important broadcasts like hold music can take precedenced over event-lock
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15865 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 01:29:02 +00:00
Michael Jerris
ca7d414eb8 use the build machine cc to build the code generators
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 01:17:41 +00:00
Brian West
ff196446a5 fix out opf bounds err
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15863 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 00:43:33 +00:00
Michael Jerris
8f9ab61318 compile by default on osx 10.6 and add --enable-64 support (with previous patch) for osx 10.6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15862 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 00:32:02 +00:00
Michael Jerris
5e7986bf9b work in progress osx 10.6 build cleanups
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15861 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 21:35:01 +00:00
Anthony Minessale
91d886ec7b omfg duh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15860 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 20:11:45 +00:00
Anthony Minessale
dd6219c62d try to make the dir first so if it fails the mod fails properly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15859 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 16:16:24 +00:00
Anthony Minessale
6a89b33df6 hide printing of warning for duplicate type errs, the caller still gets it and may print it too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15858 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 16:06:30 +00:00
Michael Jerris
b805ac1c20 mod_sofia: fix send-message-query-on-register set to 'false' (MODSOFIA-42)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 15:52:35 +00:00
Michael Jerris
5a97e8c265 add new event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 14:54:10 +00:00
Brian West
32e8fab7b6 swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15855 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 14:50:51 +00:00
Michael Jerris
ead4f5bb35 mod_sofia: add shutdown-on-fail param to sofia profiles (MODSOFIA-45)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15854 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 14:42:30 +00:00
Anthony Minessale
b497fbd5f8 fix seg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15853 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 22:51:39 +00:00
Brian West
9d49a57b67 move log line to debug only
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15852 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 22:28:52 +00:00
Brian West
f556ece4e8 MODENDP-273, Try this.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15851 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 21:30:49 +00:00
Michael Jerris
8967d4e670 add disable_q850_reason chan var to disable sending Reason header in sip BYE messages (MODSOFIA-44)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15850 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 21:23:13 +00:00
Michael Jerris
a977524425 more --srcdir fixes (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15849 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 20:31:12 +00:00
Anthony Minessale
1ae5b7cb49 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15848 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 20:19:58 +00:00
Michael Jerris
84c9c22c1c fix --srcdir build for mod_ilbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15847 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 17:40:49 +00:00
Michael Jerris
3290521970 fix --srcdir build for mod_sofia
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15846 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 17:39:30 +00:00
Michael Jerris
1c9dae81a9 mod_conference: add mute on/mute off actions in addition to toggle mute action (MODAPP-370)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15845 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 17:25:28 +00:00
Anthony Minessale
2f4fcf9a9f MODAPP-376 .. AGAIN
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15844 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-08 17:22:42 +00:00