1788 Commits

Author SHA1 Message Date
Michael Jerris
0953fbc88e whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15818 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:57:22 +00:00
Michael Jerris
7050de5c62 automake mod_t38gateway (still not a real working module)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15817 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:53:45 +00:00
Michael Jerris
ea181ca4aa move mod stress to use automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15815 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:45:28 +00:00
Michael Jerris
aad61cadd4 move mod_expr to use automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15813 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:14:34 +00:00
Michael Jerris
bad1d93169 move mod_enum to use automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15812 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:07:43 +00:00
Michael Jerris
718671a30d fix code before decl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15776 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-03 18:19:30 +00:00
Mathieu Rene
302355202a add escape api command to escape a string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15764 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-03 02:37:05 +00:00
Anthony Minessale
5e1914efca allow recursive broadcasting
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15757 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-02 18:13:11 +00:00
Michael Jerris
ae05a0c5de cleanup makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15720 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-30 15:21:04 +00:00
Michael Jerris
7c255937c3 pass configure args/vars to sub-configure commands run from module makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15718 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-30 14:23:09 +00:00
Michael Jerris
bd6082c923 fix --srcdir build for mod_expr (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15711 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-29 08:28:28 +00:00
Michael Jerris
c2a682921b fix mod_enum --srcdir build (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15710 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-29 08:20:34 +00:00
Anthony Minessale
f07550126b FSCORE-503
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15697 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-27 16:47:08 +00:00
Rupa Schomaker
a111968873 choose CURLOPT_TIMEOUT variant at compile time, use MS if available
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15686 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 15:54:10 +00:00
Rupa Schomaker
dac51bf526 urggh, TIMEOUT_MS needs libcurl 7.16.2, we have 7.16.0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15685 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 15:25:19 +00:00
Rupa Schomaker
ca55ba252f don't leak db connections (ok, only 1)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15684 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 06:59:57 +00:00
Rupa Schomaker
5828d178de add shorter timeout + warn on slow responses
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15683 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 06:13:10 +00:00
Rupa Schomaker
7dc4612e2f use new cache db api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15682 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 05:38:43 +00:00
Rupa Schomaker
ae2ed8f5d8 use new cached odbc api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15680 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 03:54:04 +00:00
Anthony Minessale
36689432e0 move mod_limit to cache_db and clean up vm legacy code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15677 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 00:07:24 +00:00
Marc Olivier Chouinard
d8c745a1bd mod_voicemail: Change so total_new_messages and total_saved_messages include the count of new/saved urgent messages (Issue caused by MODAPP-359)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15670 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 18:26:49 +00:00
Brian West
1588d5c552 voicemail tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15663 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 00:23:07 +00:00
Marc Olivier Chouinard
90c7043e2a mod_voicemail: Fix r15636 so New are New, and Old are Old messages
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15639 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 23:15:26 +00:00
Michael Jerris
d0810cd4de mod_voicemail: decrease sql queries for message counts (MODAPP-359)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15636 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 22:46:34 +00:00
Michael Jerris
0f9fee1f16 don't include response code in response data as it has its own var (MODAPP-369)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15591 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 05:41:14 +00:00
Anthony Minessale
d0c16f7ae2 fix video thread
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15590 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 05:09:10 +00:00
Anthony Minessale
04889efc17 another crank on the can opener for the big can o worms
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15584 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 23:12:07 +00:00
Brian West
579bb3e7c4 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15583 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 23:09:53 +00:00
Anthony Minessale
2fa0c4910f refactor enterprise_originate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15565 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 02:17:08 +00:00
Anthony Minessale
d914db53c7 add more mutexes to video thread
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15551 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 16:56:19 +00:00
Anthony Minessale
848882f1cc fix parsing in time_test to prevent a few edge cases
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15549 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 16:12:54 +00:00
Brian West
bc72d99096 MODAPP-368
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15530 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-18 20:25:49 +00:00
Michael Jerris
aa11b6c067 add more autocomplete (FSCORE-468)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15506 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 22:55:14 +00:00
Jeff Lenk
67b3210a31 fix compiler error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15489 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 01:31:12 +00:00
Anthony Minessale
5d815cfdfe add support for running core-db over odbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15487 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 00:12:54 +00:00
Anthony Minessale
31b7fff64e MODAPP-365
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15471 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-14 20:31:53 +00:00
Mathieu Rene
227bf9580a fix operator priority
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15437 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-12 03:38:26 +00:00
Anthony Minessale
b92ca24e10 add mod_distributor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15421 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-11 02:19:44 +00:00
Michael Jerris
0d9de1f865 take pin from x header (MODAPP-333)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15415 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-11 01:33:05 +00:00
Michael Jerris
3ab56e5159 fix spandsp installing (FSBUILD-198)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15414 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-11 00:23:09 +00:00
Anthony Minessale
a58fd5ae15 prevent obscure divide by zero code path
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15413 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-10 23:50:58 +00:00
Anthony Minessale
275e919f3c fix issue with global bypass_media_after_bridge messing up callflow
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15404 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-09 23:49:35 +00:00
Anthony Minessale
940ba327e7 fix some sample count issues
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15395 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-06 23:29:36 +00:00
Mathieu Rene
a05556e7ba mod_voicemail: default samplerate to 0 instead of 8000 so that we record using the channel's native rate, thx bkw_
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15394 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-06 23:19:15 +00:00
Anthony Minessale
b6b7dd26d8 fix missing parens
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15384 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-06 15:58:08 +00:00
Rupa Schomaker
a7c5217450 some cases the cid is set back to NULL, alloc a new one if needed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15380 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-06 08:45:58 +00:00
Anthony Minessale
fad6369f73 oh yeah, it can be true too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15376 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-05 18:39:43 +00:00
Anthony Minessale
f5c1f5b15f doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15370 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-05 07:54:39 +00:00
Anthony Minessale
f10403636d FSCORE-376
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15367 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-05 06:56:16 +00:00
Anthony Minessale
3143948e41 dont update dest when transferring to inline dp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15363 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-05 02:10:10 +00:00