Commit Graph

12612 Commits

Author SHA1 Message Date
João Mesquita
eef55a55fb Make selection to rows and not per item.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16317 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-15 03:36:15 +00:00
João Mesquita
6abe882e8c Change to start messing with QSharedPointer instead of regular pointers to deal with events correctly. Thanks Math.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16316 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-15 03:30:11 +00:00
Brian West
21234215f0 finally fix private hold
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16315 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-15 00:31:43 +00:00
Anthony Minessale
25aff5bc81 FSCORE-527
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16314 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 21:31:40 +00:00
Anthony Minessale
8e75f82e34 add bridge_early_media=true variable to hear early media from first channel with early media as ringback, this is 1 way audio
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16313 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 21:02:11 +00:00
Anthony Minessale
f4a50a5e91 save history when stoping now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16312 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 21:00:32 +00:00
Anthony Minessale
99b45eb1fb FSCORE-526
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16311 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 17:20:13 +00:00
Anthony Minessale
97fd8f359e we don't need this anymore it just causes trouble
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16310 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 16:57:43 +00:00
Anthony Minessale
7cbbb082a4 shhh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16309 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 16:44:58 +00:00
Anthony Minessale
abd116829e switch to conditional broadcast mode on slow kernels
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16308 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 16:02:46 +00:00
Brian West
0d2d07d066 tcl example thanks Mark Mann
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16307 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 14:39:57 +00:00
Michael Jerris
fceb1ffe82 MDXMLINT-56
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16305 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 07:03:24 +00:00
Michael Jerris
143050451d attempt at fixing make -j build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16304 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 05:44:20 +00:00
João Mesquita
14fb4a573a Make it look a bit nicer.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16303 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 05:16:38 +00:00
João Mesquita
e78063d0cb FSPHONE-1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16302 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 05:05:32 +00:00
João Mesquita
bc835175ba Edit gateway works too. Now we need to start parsing events right.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16301 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 04:54:03 +00:00
Jeff Lenk
b88a016962 Fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16300 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 04:01:32 +00:00
João Mesquita
b525cad27f You cant miss the endGroup otherwise, you get nasty things.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16299 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 03:29:55 +00:00
João Mesquita
18d33240b8 Configuration is more mature now. We can add and remove several accounts. Still have to edit account and start doing some work on the events to treat them right.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16298 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 03:25:27 +00:00
João Mesquita
0b4a7b63a5 Quite a big commit that might break a lot of things. Will fix tomorrow if it does. There is now the possibility of adding accounts. Make sure to remove your configs before trying this.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16297 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 02:32:20 +00:00
Brian West
4997568289 someone that knows TCL can figure this out... its there for the taking now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16296 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 00:39:32 +00:00
Anthony Minessale
d23df5c634 make held-private work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16295 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 23:58:00 +00:00
Anthony Minessale
11d8868b4a timer calibration tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16294 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 22:36:13 +00:00
Michael Jerris
74fd6fb6f8 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16293 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 22:26:00 +00:00
Michael Jerris
4fa2b2f487 fix compile error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16292 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 22:13:11 +00:00
Michael Jerris
452b0bdeaa typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16291 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 21:16:36 +00:00
Anthony Minessale
d314f25424 update timer calibration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16290 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 21:07:39 +00:00
Anthony Minessale
dbcf55a001 update on last commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16289 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 20:29:21 +00:00
Michael Jerris
2be15f5be3 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16288 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 20:14:36 +00:00
Michael Jerris
27d3ba50fc cleanup build banners and fix output when make is not a 4 letter word
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16287 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 20:11:47 +00:00
Michael Jerris
e4385cafd1 (FSCORE-524)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16283 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 19:19:06 +00:00
Carlos J. Talbot
4924098c7b remove old merge INNO setup file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16282 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 18:52:48 +00:00
Carlos J. Talbot
d104371f78 Separate INNO setup files for FreePBX and FusionPBX
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16281 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 18:51:13 +00:00
Carlos J. Talbot
ba37196f39 Inno setup file for FSComm (includes 32/64 bit config)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16280 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 18:33:56 +00:00
Michael Jerris
b3001e9623 fix install directories for conf and htdocs files and support --srcdir builds for conf and htdocs install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16279 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 18:22:50 +00:00
Anthony Minessale
e5cadc5196 MODAPP-387
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16278 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 18:02:42 +00:00
Michael Jerris
8912b80e13 (FSCORE-524)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16277 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 17:01:36 +00:00
Brian West
66f9cb6f0d spa uses reboot the last way so linksys still will work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16276 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 15:57:58 +00:00
Anthony Minessale
38bb497133 make sofia not auto-respond to SUBSCRIBE refresh requests
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16275 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 15:48:34 +00:00
Brian West
b243aa1368 spa uses reboot
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16274 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 15:47:34 +00:00
Anthony Minessale
2d73aba12b make sofia not auto-respond to SUBSCRIBE refresh requests
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16273 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 15:47:14 +00:00
João Mesquita
b26151d0f8 Change requirement to Qt 4.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16272 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 02:28:36 +00:00
Brian West
b24c018c45 SCA tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16271 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 01:40:11 +00:00
Anthony Minessale
ec892d4ad6 BOUNTY-13
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16270 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 01:32:01 +00:00
Michael Jerris
bfd6a899fd fix dependencies when doing make mod_modname
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16269 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 01:06:18 +00:00
Michael Jerris
a6d9ae94ae fix htdocs install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16268 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 23:51:04 +00:00
Michael Jerris
c61fded460 fix mod_managed build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16267 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 22:38:14 +00:00
Michael Jerris
130a566342 attempt to properly check if we can use CPU_SET with sched_setaffinity because some older libc had gnu extensions in the definitions of CPU_SET which we do not allow (FSBUILD-226)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16266 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 19:23:35 +00:00
Anthony Minessale
563b20b814 doh! (it's in the dictionary now btw)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16265 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 19:00:27 +00:00
Michael Jerris
bd422c31af attempt to properly check if we can use CPU_SET with sched_setaffinity because some older libc had gnu extensions in the definitions of CPU_SET which we do not allow (FSBUILD-226)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16264 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 18:50:02 +00:00