Giovanni Maruzzelli
aa78fa77b0
gsmopen: continue AT control with tcblib, most of the AT timeouts are now 1/10th of sec, eg: 100millisec
2012-04-02 15:09:41 +02:00
Giovanni Maruzzelli
94ca0be296
gsmopen: continue AT control with tcblib, basic calls ok
2012-04-02 14:45:49 +02:00
Giovanni Maruzzelli
3c27c1f823
gsmopen: begin AT control with tcblib
2012-04-02 12:56:26 +02:00
Giovanni Maruzzelli
11ee736da7
gsmopen: cleaning from gsmlib
2012-04-02 12:01:23 +02:00
Giovanni Maruzzelli
51b6315e98
gsmopen: continue cleaning
2012-04-02 11:26:51 +02:00
Giovanni Maruzzelli
2239dee1b7
gsmopen: fixing libctb-0.16 include
2012-04-02 11:14:55 +02:00
Giovanni Maruzzelli
282a1885e7
gsmopen: adding libctb-0.16
2012-04-02 11:07:47 +02:00
Giovanni Maruzzelli
fc4c61570b
gsmopen: cleaning a little
2012-04-02 10:58:44 +02:00
Giovanni Maruzzelli
8c7a624d0c
gsmopen: cleaning Makefile, libctb and its includes need to be installed and ldconfigged
2012-04-02 09:42:42 +02:00
Giovanni Maruzzelli
d1446cd91c
gsmopen: works05
2012-04-02 09:27:22 +02:00
Giovanni Maruzzelli
5b98e04e49
gsmopen: works04
2012-04-02 09:26:11 +02:00
Giovanni Maruzzelli
64e0a5ab0d
gsmopen: works03
2012-04-02 09:25:30 +02:00
Giovanni Maruzzelli
c25779d6f4
gsmopen: works02
2012-04-02 09:20:31 +02:00
Giovanni Maruzzelli
624ed42324
gsmopen: works01
2012-04-02 09:12:54 +02:00
Giovanni Maruzzelli
bc8cf0a0bf
skypopen: test commit, please ignore
2012-04-02 08:14:28 +02:00
Travis Cross
d2edcad66e
Merge Phil Zimmermann's libzrtp as a FreeSWITCH library
...
Thanks to Phil Zimmermann for the code and for the license exception
we needed to include it.
There remains some build system integration work to be done before
this code will build properly in the FreeSWITCH tree.
2012-03-31 23:42:27 +00:00
Ivo Kutts
fcfa41e537
Help libzrtp build without ECC files
...
More build system work may be needed.
2012-03-31 23:26:07 +00:00
Philip Zimmermann
c7e476402a
Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH
...
Thanks to Travis Cross for much of the language here.
Signed-off-by: Philip Zimmermann <prz@mit.edu>
Signed-off-by: Travis Cross <tc@traviscross.com>
2012-03-31 22:56:22 +00:00
Philip Zimmermann
7bacb6d473
Add AGPLv3 license with exception for FreeSWITCH
...
Thanks to Travis Cross for much of the language here.
Signed-off-by: Philip Zimmermann <prz@mit.edu>
Signed-off-by: Travis Cross <tc@traviscross.com>
2012-03-31 22:56:22 +00:00
Viktor Krikun
b3280ae276
Send empty SAS during enrollment and other improvements
...
(refs #25 )
2012-03-31 22:56:22 +00:00
Viktor Krikun
9cd1409047
Add more unit-tests and bug-fixes for random-access ZRTP cache
...
(refs #24 )
2012-03-31 22:56:22 +00:00
Viktor Krikun
e8a376a87f
First draft implementation of random-access cache
...
(refs #25 )
2012-03-31 22:56:22 +00:00
Viktor Krikun
be03cdc27a
Add Cmockery unit-testing library as a backend for our automated tests
...
(closes #26 )
2012-03-31 22:56:22 +00:00
Viktor Krikun
c74f85f7ab
Recheck and implement missing features in Acive-Passive logs
...
(closes #23 )
2012-03-31 22:56:22 +00:00
Viktor Krikun
fc97a91993
Add Android make file
...
(closes #22 )
2012-03-31 22:56:21 +00:00
Viktor Krikun
589039481a
Minor improvements in OSX build system
2012-03-31 22:56:21 +00:00
Viktor Krikun
58bd25c4bc
Move ZRTP_SRTP_HASH_SHA1
...
ZRTP_SRTP_HASH_SHA1 was moved from public zrtp_hash_id_t to the
private srtp implementation. HMAC SHA1 constant was also renamed to
ZRTP_SRTP_HASH_HMAC_SHA1 in order to raise an error if the user tries
to use an old ZRTP_SRTP_HASH_SHA1 constant in a ZRTP session
configuration.
2012-03-31 22:56:21 +00:00
Viktor Krikun
6c980fb68c
Update Xcode projects to the latest version of Xcode 4
2012-03-31 22:56:21 +00:00
Viktor Krikun
f605e4e80d
Add debug info in order to trace HMAC error in Zfone
2012-03-31 22:56:21 +00:00
Viktor Krikun
8f659bc9d5
Miscellaneous Xcode project change
2012-03-31 22:56:21 +00:00
Viktor Krikun
ee5dac01e3
Miscellaneous updates
2012-03-31 22:56:16 +00:00
Viktor Krikun
b218edc790
Changes for Visual Studio 2010 support and x64
2012-03-31 18:52:00 +00:00
Viktor Krikun
a878a99fc6
Changes for Zfone on Windows x64
2012-03-31 18:51:59 +00:00
Viktor Krikun
50819e6934
Miscellaneous build changes
2012-03-31 18:51:59 +00:00
Viktor Krikun
7a04fbe4fd
Windows build config changes
2012-03-31 18:51:59 +00:00
Viktor Krikun
5164d448dc
Minor bug fixes per Xcode static analyses tools
2012-03-31 18:51:59 +00:00
Viktor Krikun
35f741d581
Changes to Xcode project files
2012-03-31 18:51:59 +00:00
Viktor Krikun
e3831cf26e
Increase default cache file path length to 256 characters
2012-03-31 18:51:59 +00:00
Viktor Krikun
5ae7ebc1f2
Fix mistaken NO_ZRTP_QUICK events after Hello received
...
(closes #20 )
2012-03-31 18:51:46 +00:00
Viktor Krikun
5a61e580b9
Add libzrtp beta
2012-03-31 18:37:58 +00:00
Jeff Lenk
350b41fa19
more cleanup for new config changes on VS2008
...
and VS2010
2012-03-30 22:53:27 -05:00
Anthony Minessale
8618e22c9d
FS-4053 try this
2012-03-30 14:24:50 -05:00
Anthony Minessale
2ab1605a88
ZRTP passthru mode code for phil
2012-03-29 18:37:15 -05:00
Ken Rice
172bba7723
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2012-03-29 16:15:27 -05:00
Ken Rice
394a59c512
FS-4042 fix a file path
2012-03-29 16:14:54 -05:00
Anthony Minessale
ef9dfe42fc
mirror back record-route header in options
2012-03-29 15:58:19 -05:00
Anthony Minessale
7384288ce1
added too many fields to this check
2012-03-29 15:27:42 -05:00
Anthony Minessale
67b65f95d0
FS-4038 --resolve
2012-03-29 12:13:59 -05:00
Anthony Minessale
221b82f1e9
FS-4053 try this
2012-03-29 11:36:07 -05:00
Steve Underwood
13fbaf7e0f
Tweaks for spandsp
2012-03-29 23:33:11 +08:00