Giovanni Maruzzelli
dbafc38b3e
skypopen: sk balances gives you how many credits you have, no more errors
2012-05-10 23:05:08 +02:00
Ken Rice
702cc9d49f
--resolve 4201 fix up the spec file to make sure /var/lib/freeswitch has the correct perms
2012-05-10 16:23:55 -05:00
Anthony Minessale
7044273376
not worth it....
2012-05-10 12:23:00 -05:00
Anthony Minessale
e54ab070f4
put presence-data in events
2012-05-10 12:15:30 -05:00
Travis Cross
921de9446f
debian: don't package the SWF slim player
...
We're not including the source code or build tools for the version of
the player we're distributing, so it fails The Debian Free Software
Guidelines (DFSG).
2012-05-10 18:55:48 +00:00
Travis Cross
9b265bdf8b
debian: freeswitch depends on libfreeswitch1
2012-05-10 18:47:02 +00:00
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