Giovanni Maruzzelli
3e31837a0b
ERROR: code not reachable on Windows Visual Studio Express 2008
2013-02-23 12:31:26 +01:00
Anthony Minessale
2491c33af6
always try realtime first and let ppl use -np themselves if its a problem
2013-02-22 17:49:12 -06:00
Anthony Minessale
ee7dd033fd
fix race condition in state thread
2013-02-22 17:46:54 -06:00
Anthony Minessale
31865f0dc4
FS-5116 --resolve
2013-02-21 15:34:03 -06:00
Jeff Lenk
1efcc01c2a
FS-5108 --resolve
2013-02-21 15:20:06 -06:00
Anthony Minessale
dd3bd238c5
limit simo reg processing threads to 25 and add param to raise it
2013-02-21 12:26:30 -06:00
Anthony Minessale
362b101ede
FS-5024 please use the new application from this patch media_reset in place of setting bypass_media=false
2013-02-21 11:44:18 -06:00
Anthony Minessale
3c7f8f8119
FS-5085
2013-02-20 16:44:51 -06:00
Anthony Minessale
042347802b
changing the params thing a bit, use {foo=bar} syntax instead
2013-02-20 16:34:22 -06:00
Jeff Lenk
3400a0a6da
fix trivial compiler warnings
2013-02-20 16:36:41 -06:00
Anthony Minessale
bd25514307
add FS_CLI_COLOR=false env and -n/--no-color command line flag to turn off colored banner
2013-02-20 13:51:53 -06:00
Anthony Minessale
d9c4b269b6
add params to soundfiles and implement ;timeout=N to set a particular timeout in milliseconds especially usefule with streams that never end naturally like local_stream://
2013-02-20 13:07:44 -06:00
Michael S Collins
3fc0f2f28d
Add missing IVR config item: confirm-key. Variable was being passed into the init function but it never got put into the data struct
2013-02-20 09:45:06 -08:00
Anthony Minessale
56d397fc1b
FS-5103 --resolve
2013-02-19 15:17:51 -06:00
David Yat Sin
187d55c7ea
Updating documentation for send-connect-ack
2013-02-19 17:00:03 -05:00
David Yat Sin
9523e79a9e
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2013-02-19 16:56:47 -05:00
David Yat Sin
79324e1fe9
Changed default setting for 5ESS to send CONNECT ACK to match spec
2013-02-19 16:56:11 -05:00
Anthony Minessale
6f81477ca5
swigall
2013-02-19 14:22:01 -06:00
Anthony Minessale
e0b883f581
FS-5105 --resolve
2013-02-19 13:17:24 -06:00
Anthony Minessale
45d849ab74
FS-5095 --resolve all boils down to uninitialized vars grrr
2013-02-19 13:11:50 -06:00
Anthony Minessale
18cd797065
cleanup
2013-02-18 13:54:34 -06:00
Eliot Gable
3d0c245f80
Revert "Initial draft of message dispatcher system; untested, experimental. Do not enable unless you know what you are doing." Pushing into branch.
...
This reverts commit c6b3a686f6
.
2013-02-18 14:24:10 +00:00
Eliot Gable
c6b3a686f6
Initial draft of message dispatcher system; untested, experimental. Do not enable unless you know what you are doing.
2013-02-17 23:40:10 +00:00
Raymond Chandler
9733740cab
Merge branch 'master' of fs-git:freeswitch
2013-02-15 14:47:56 -05:00
Raymond Chandler
660fd495fc
4714 --resolve add decode
2013-02-15 14:47:49 -05:00
Giovanni Maruzzelli
1a3a11fa1a
FS-5102 mod_skypopen crashes FS when skype is not working or skype user tries to log in without network connection present
2013-02-15 12:16:49 +01:00
Michael S Collins
c98aa768a0
Update phrase_en.xml
2013-02-14 20:16:16 -08:00
Anthony Minessale
b14fd4a5a4
FS-4923 try this
2013-02-14 14:07:25 -06:00
Michael Jerris
d47726659f
add a bit more error checking to module loader
2013-02-14 15:03:33 -05:00
Anthony Minessale
6abdbe5ac4
FS-5044 --resolve proposed solution appears to be the best route
2013-02-14 11:20:11 -06:00
Raymond Chandler
cd7d1efc2a
FS-4714 --resolve patch applied
2013-02-13 15:08:19 -05:00
Brian West
090cdaa9d3
sigh
2013-02-12 17:03:06 -06:00
Anthony Minessale
060acff2dd
FS-5094 --resolve
2013-02-12 09:21:21 -06:00
Jeff Lenk
b9d886bfd2
FS-5096 --resolve fix build on Windows after recent ZTRP changes
...
add missing project filter for 2012
2013-02-12 08:17:40 -06:00
Ken Rice
8a0c5152d7
FS-4906 --resolve
2013-02-11 20:08:15 -06:00
Anthony Minessale
ab9d77b456
FS-3912 --resolve
2013-02-11 16:32:12 -06:00
Anthony Minessale
f510fa8c3a
FS-5089 --resolve
2013-02-11 14:38:11 -06:00
Eliot Gable
10b8145497
Add cJSON_Duplicate() function from upstream source.
2013-02-11 18:53:37 +00:00
Travis Cross
89980756c4
Merge libzrtp fixes and improvements
...
This brings FS's libzrtp up to date with upstream with the exception
of the changes to the cache API, the new SQLite cache backend, and
SDES support.
In particular, this merge brings in support for elliptic curve (ECC)
algorithms.
2013-02-11 16:44:19 +00:00
Travis Cross
e5a1b54e9e
Adjust build for libzrtp changes
...
libzrtp now builds from its root directory rather from projects/gnu.
2013-02-11 16:42:10 +00:00
Travis Cross
b03636f0cf
Always build with ECC support
2013-02-11 16:42:10 +00:00
Philip Zimmermann
18273e5f3b
Relicense ECC code under APGLv3 with exception for FreeSWITCH
...
Thanks to Travis Cross for pushing for this to happen.
Signed-off-by: Philip Zimmermann <prz@mit.edu>
Signed-off-by: Travis Cross <tc@traviscross.com>
2013-02-11 16:42:09 +00:00
Travis Cross
8843819ce5
Add back the elliptic curve (ECC) files
...
Signed-off-by: Travis Cross <tc@traviscross.com>
Signed-off-by: Philip Zimmermann <prz@mit.edu>
2013-02-11 16:42:08 +00:00
Travis Cross
fafd8f337c
Optimize -O2
2013-02-11 16:42:08 +00:00
Travis Cross
b3cfc73e13
Include debugging symbols
2013-02-11 16:42:07 +00:00
Travis Cross
25ca19218b
Target C99
2013-02-11 16:42:07 +00:00
Travis Cross
dcf7fff0f4
Set default CFLAGS to catch more issues
2013-02-11 16:42:06 +00:00
Werner Dittmann
85a35d67b1
Prepend to LIBS rather than replacing
...
Modified-by: Travis Cross <tc@traviscross.com>
2013-02-11 16:42:06 +00:00
Travis Cross
e09a6a3579
Make libzrtp build non-recursive
...
This eliminates the recursive makefiles for libzrtp (we still
recurse to build bnlib). Object files, library files, and
executables (including tests) are now produced in the root
directory.
2013-02-11 16:42:05 +00:00
Travis Cross
49346a57f4
Reduce indirection in makefiles
2013-02-11 16:42:04 +00:00