Commit Graph

21255 Commits

Author SHA1 Message Date
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
Anthony Minessale 07204a1fb5 add param:confirm-blind-transfer var:confirm_blind_transfer that makes blind transfers keep the transferrer on the line until its confirmed that the call was completed or brings it back to the bridge. blind_transfer_ack app can be executed in the dp by the transferee to indicate sucess or fail or a sucessful bridge will automatically trigger a success 2012-05-08 08:50:41 -05:00
Ken Rice 2325dfbc4a Missed a grep 2012-05-08 10:10:21 -05:00
Ken Rice f25c4f6dd5 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2012-05-08 10:06:48 -05:00
Ken Rice eb92a4d221 small tweak to not bomb on some version numbers 2012-05-08 10:06:35 -05:00
Travis Cross 8ca2ed72b8 ci/debian: synchronize codename flag 2012-05-08 13:58:44 +00:00
Anthony Minessale 1fc57f9828 FS-4198 --resolve 2012-05-08 07:43:01 -05:00
Anthony Minessale 024e5fdefd FS-4196 --resolve 2012-05-08 07:41:10 -05:00
Travis Cross 1edf94b5d9 debian: add progress output to bootstrap 2012-05-08 14:43:26 +00:00
Travis Cross c5b6166538 debian: fix use of bash arrays and display excludes/includes 2012-05-08 14:34:47 +00:00
Ken Rice a1177a7994 release FreeSWITCH 1.2-rc1 2012-05-08 00:02:56 -05:00
Travis Cross bc2783effd ci: fix up variadic invocation 2012-05-07 23:45:38 +00:00
Travis Cross 5c18656a91 debian: build different sets of modules based on the debian codename 2012-05-07 23:32:09 +00:00
Travis Cross 0553518f67 ci/debian: accept the codename for which we are packaging 2012-05-07 22:52:48 +00:00