Commit Graph

3929 Commits

Author SHA1 Message Date
bbe72fa3ff [#2518] Fix some runtime warnings 2010-02-05 11:14:16 -05:00
7461680473 [#2518] Work on the treeview that displays the account list 2010-02-04 13:42:52 -05:00
23b894cb28 [#2518] Add a specific status for IP2IP_PROFILE 2010-02-04 12:44:12 -05:00
39ec936a8b [#2284] Fix implicit conversion into char* 2010-02-04 12:18:05 -05:00
f5ce92631a [#2284] Remove redefinition warnings + speex warnings 2010-02-04 12:13:34 -05:00
86e23be3db [#1753] Removed remaining milenage lib references 2010-02-04 12:08:49 -05:00
3e3e77ff26 [#1753] Remove ILBC code and disable it by default in the configure
Refer aconfigure.ac

Conflicts:

	sflphone-common/libs/pjproject/aconfigure
2010-02-04 12:05:37 -05:00
19f2ad7865 [#1753] Remove milenage directory 2010-02-04 11:58:34 -05:00
60579ffa62 Merge branch 'master' into codecs-per-account 2010-02-04 11:37:42 -05:00
dd7c6691b1 [#2518] Save IP profile mocification through D-Bus 2010-02-04 11:36:22 -05:00
06c1e7899b [#2518] Handle properly the IP profile in the account list 2010-02-03 15:23:13 -05:00
5eb5b0c3f7 Merge branch 'm_savard'
Conflicts:
	sflphone-common/test/sdesnegotiatorTest.cpp
	sflphone-common/test/sdesnegotiatorTest.h
2010-01-28 15:42:03 -05:00
d33e351f20 [#2522] Fix SDES negotiation to be compatible with incomplete key parameter field 2010-01-28 14:38:54 -05:00
e92778f99f Merge branch 'master' of git+ssh://repos-sflphone-git@git.sflphone.org/var/repos/sflphone/git/sflphone
Conflicts:
	sflphone-common/test/sdesnegotiatorTest.h
2010-01-27 23:39:39 -05:00
0e9fb9c149 Added new test for a different regex supporting the Cisco style that omits
some parameters prescribed in RFC4568.
2010-01-27 18:53:17 -05:00
df8d1f12d8 Merge branch 'm_savard' 2010-01-27 17:58:27 -05:00
f20bb5f19b [#2522] Add test in sdes negotiator 2010-01-27 16:33:23 -05:00
aa60db7289 [#2522] Write a new test for keyparameters sdes value
This test fails since Lifetime, MKI Value, and MKI Length are optional for most
application supporting sdes/srtp
2010-01-27 16:18:49 -05:00
23d2e9189b [#2605] Update to PJSIP 1.5.5 2010-01-26 12:15:29 -05:00
04da22f531 [#1722] Add new createTlsTransport method
pjsip_tls_transport_start is used to create a new TLS listner which
must be on port 5061

pjsip_endpt_acquire_transport is used to create a new TCP connection
this function is called internally in pjsip when sending new account
registration

The new createTlsTransport method is used only for ip to ip calls
2010-01-25 11:15:11 -05:00
dd4b26d1b7 [#1722] Add createDefaultSipTlsListener method in sipVoipLink initialization 2010-01-25 10:01:16 -05:00
d4e8ac0bb7 [#1722] add createDefaultSipUdpTransport method in sipvoiplink 2010-01-22 16:42:17 -05:00
02331f9a68 [#1722] Tag media with "RTP/SAVP" if SRTP is used 2010-01-21 18:06:03 -05:00
382ba81864 [#1722] Handle SIPS URI 2010-01-21 17:54:01 -05:00
c8e739f1e2 [#1722] Added pcre lib to debian control files 2010-01-21 09:29:34 -05:00
96691b4a8c Merge branch 'master' into jbonjean 2010-01-21 09:22:03 -05:00
719195ff04 [#2518] Functionnal on the client side 2010-01-20 17:55:11 -05:00
138b000173 [#1722] Acquire TLS transport for Ip to IP calls 2010-01-20 13:15:49 -05:00
8485cc8847 [#1722] Update SFLphone to version 0.9.7 2010-01-20 13:08:00 -05:00
324495cc2c [#2518] Each account has its own codec list now 2010-01-20 12:28:33 -05:00
80204bfdf7 [#1722] Add negociation to SdesNegotiator 2010-01-18 15:14:51 -05:00
26131ec2d5 [#1722] Use a vector<string> instead of a simgle string when init crypto attribute 2010-01-18 13:10:21 -05:00
30f31c937d [#1722] Fix iteration over all attribute field for media 2010-01-18 12:44:18 -05:00
386cb23a7f [#1722] Fix segfault in debugs 2010-01-18 12:36:05 -05:00
f0f7027a30 [#1722] Put crypto attribute in media field 2010-01-18 12:30:10 -05:00
a7201727e9 Merge branch 'pierre-luc-0.9.8-sdes' into m_savard 2010-01-18 11:38:48 -05:00
fa296d6d48 [#1722] Fixed problem where multiple crypto lines could not be processed
sequentially.
2010-01-15 20:10:54 -05:00
359944665b [#1722] Uncoupled initAudioRtpConfig from initAudioRtpSession 2010-01-15 18:06:48 -05:00
9c574cc323 [#1722] Fix Switch to Srtp to Rtp in call_on_media update 2010-01-15 17:11:51 -05:00
4623ec006f Merge branch 'm_savard' into codecs-per-account
Conflicts:
	sflphone-common/src/sip/sdp.cpp
	sflphone-common/src/sip/sipvoiplink.cpp
2010-01-15 17:05:24 -05:00
a08a3acba4 [#1722] Fix Receiving crypto when not enabling SDES 2010-01-15 17:05:22 -05:00
664078bff6 Merge branch 'master' into codecs-per-account
Conflicts:
	sflphone-client-gnome/doc/Makefile.am
	sflphone-client-gnome/src/actions.c
	sflphone-common/src/managerimpl.cpp
	sflphone-common/src/sip/sipvoiplink.cpp
2010-01-15 17:02:49 -05:00
8c71817326 [#1722] Add RTP fallback for SRTP 2010-01-15 16:22:41 -05:00
cf6a10c24b Merge branch 'm_savard' of git+ssh://repos-sflphone-git@git.sflphone.org/var/repos/sflphone/git/sflphone into m_savard 2010-01-15 15:41:00 -05:00
631833fe7e [#2659] Make URL hook handle multiple $_GET arguments 2010-01-15 15:40:53 -05:00
44e98d2e3b [#1722] Forgot one file to commit 2010-01-15 13:51:56 -05:00
dba4b4a068 [#1722] use sfl::CryptoSuites to init crypto context 2010-01-15 12:55:27 -05:00
31de0e94f9 Merge branch 'm_savard' of git+ssh://repos-sflphone-git@git.sflphone.org/var/repos/sflphone/git/sflphone into m_savard 2010-01-15 12:08:57 -05:00
66e9c374eb [#1722] Make possible to acquire several crypto attribute from SDP session 2010-01-15 11:37:49 -05:00
32e42d0ad5 [#1722] update destination address in handle reINVITE (no RTP session stop) 2010-01-15 10:59:57 -05:00