Travis Cross
62190e5836
debian: libfreeswitch1 shouldn't build-depend on perl:Depends
2012-05-10 18:26:00 +00:00
Travis Cross
adf313d0c3
debian: override warnings about closing an ITP bug
2012-05-10 18:26:00 +00:00
Travis Cross
cc36ff4800
debian: override gpl/openssl warning on freeswitch package
2012-05-10 18:26:00 +00:00
Anthony Minessale
aedbd06b99
fix warning
2012-05-10 11:01:30 -05:00
Anthony Minessale
787d81db32
fix bsd build issue
2012-05-10 10:57:29 -05:00
Anthony Minessale
68021e862f
send silence on smaller sleeps
2012-05-10 09:51:07 -05:00
Anthony Minessale
e0db68d20b
add string to url
2012-05-10 09:51:07 -05:00
Ken Rice
154678b6c2
tweak for config change
2012-05-10 10:28:34 -05:00
Anthony Minessale
f917cbe29b
add server side to scgi
2012-05-10 08:23:23 -05:00
Anthony Minessale
576fbb97ad
tweak
2012-05-10 07:10:19 -05:00
Daniel Swarbrick
951f159901
update mongo-c-driver to 0.5.2
2012-05-10 11:03:04 +02:00
Daniel Swarbrick
3ba5c72977
release mutex after iterating over channel vars
2012-05-10 10:19:45 +02:00
Travis Cross
76330ec918
debian: update package name for lintian override
2012-05-09 23:20:37 +00:00
Travis Cross
7624ca0ba6
debian: don't distribute .la file with libfreeswitch-dev
...
Debian wants rid of .la files, and leaving this out shouldn't do any
harm on a Debian system.
2012-05-09 23:15:03 +00:00
Travis Cross
9c6a3d76d3
debian: rename libfreeswitch-dev package appropriately
2012-05-09 23:15:02 +00:00
Travis Cross
4e4b0d45e2
debian: reduce edit distance between control-modules and .gen
2012-05-09 23:15:02 +00:00
Travis Cross
6606a1c9fb
debian: add mod_xml_scgi
2012-05-09 23:15:02 +00:00
Travis Cross
d64c72e88d
debian: don't distribute .la files with modules
...
Debian wants rid of .la files, and these module .la files shouldn't be
necessary on a Debian system.
2012-05-09 23:15:02 +00:00
Travis Cross
52fe417d93
debian: don't put module .la files in freeswitch-dev
2012-05-09 23:15:02 +00:00
Travis Cross
a9977a7cac
debian: separate out libfreeswitch1
2012-05-09 23:15:02 +00:00
Michael S Collins
fbee3b5aae
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2012-05-09 15:21:21 -07:00
Michael S Collins
7b54701d7c
mod_voicemail: Improved feedback to user when chaning vm passwords.
2012-05-09 15:20:40 -07:00
Brian West
6c0e1f90f9
tweak
2012-05-09 17:11:03 -05:00
Anthony Minessale
5cf33770e1
add conf for mod_xml_scgi
2012-05-09 14:09:52 -05:00
Anthony Minessale
d7cf0bbed0
add mod_xml_scgi (like xml_curl minus the web server direct to an application backend that supports the SCGI protocol)
2012-05-09 14:06:00 -05:00
Anthony Minessale
6bb33d7683
add libscgi (SCGI Client)
2012-05-09 14:05:03 -05:00
Anthony Minessale
5a059ef630
add autocomplete for uuid_video_refresh
2012-05-09 12:11:21 -05:00
Travis Cross
13498d59f0
debian: spidermonkey doesn't build correctly on wheezy either
2012-05-09 17:13:49 +00:00
Anthony Minessale
99bac0d05b
add video_refresh dp and uuid_video_refresh fsapi
2012-05-09 09:06:21 -05:00
Anthony Minessale
2a4eb84e4d
confirm_transfer tweak
2012-05-09 08:49:52 -05:00
Travis Cross
849dd7376f
ci: expect that jenkins might do this itself
2012-05-09 14:23:38 +00:00
Jeff Lenk
4fbf8625ed
OPENZAP-183 --resolve
2012-05-09 09:20:10 -05:00
Travis Cross
56d3a866fc
ci: fixup rpmbuilder.sh
2012-05-09 14:14:15 +00:00
Travis Cross
0165a813d7
remove questionable idiom
2012-05-09 14:10:20 +00:00
Anthony Minessale
225eebc20d
take out 101 dialing
2012-05-08 19:44:39 -05:00
Anthony Minessale
f106c18f51
tweak to confirm blind transfer patch
2012-05-08 19:33:53 -05:00
Anthony Minessale
d82a38dfd6
fix missing close brace
2012-05-08 19:25:14 -05:00
Travis Cross
c985853cbf
mod_posix_timer: we'll find a better way to comply with gcc -pedantic on lucid
...
We shouldn't be logging in a signal handler.
This reverts commit c728efdbb9
.
2012-05-08 20:45:05 +00:00
Travis Cross
9d34118467
bootstrap.sh: wait more simply now that we've found the problem
2012-05-08 20:14:19 +00:00
Travis Cross
89c590cda8
bootstrap.sh: wait better
...
Be more explicit about what we're waiting for, among other changes.
This appears to fully correct the wait issues.
2012-05-08 20:08:26 +00:00
Anthony Minessale
76c0201e89
dtmf tweak
2012-05-08 12:52:52 -05:00
Michael Jerris
8f8a9a8075
wait better, you need to wait in the same function, so bging this one doesn't help
2012-05-08 15:28:48 -04:00
Michael Jerris
33da6bf3b3
wait better
2012-05-08 15:24:55 -04:00
Anthony Minessale
9a802cd4d3
FS-4160
2012-05-08 11:51:52 -05:00
Travis Cross
bb90d52df7
don't use bootstrap.sh -j anywhere but devel-bootstrap.sh
...
We believe there may be a race condition in bootstrap.sh when run with
-j. We know that running it without -j should be at least
deterministic (whether or not correct), so we'll go with that in
anticipation of releasing v1.2.
2012-05-08 18:57:00 +00:00
Travis Cross
c728efdbb9
mod_posix_timer: comply with gcc -pedantic
...
Thanks to Thierry Panthier for pointing this out.
2012-05-08 18:13:07 +00:00
Travis Cross
42dab83966
ci: add automatic mechanism for determining next version number
2012-05-08 16:42:12 +00:00
Travis Cross
ee8caf78f1
ci: be more consistent about the version in configure.in
2012-05-08 16:41:34 +00:00
Travis Cross
53f1b51c1a
ci: generalize version number handling a bit
2012-05-08 16:41:34 +00:00
Ken Rice
1ecb6be009
release FreeSWITCH 1.2-rc2
2012-05-08 11:04:01 -05:00