06f43f791e
Merge branch 'm_savard'
2010-02-18 09:49:57 -05:00
a45de49dc4
[ #2598 ] Make SFLphone's internal sampling rate configurable
2010-02-18 09:47:09 -05:00
a0b7eb4c02
[ #2838 ] Fix build on QT4.6 of the kde client
2010-02-12 14:52:56 -05:00
87bc014b7e
[ #2469 ] Fix GNOME desktop entry
2010-02-11 17:38:40 -05:00
c6b3423229
[ #2558 ] Fix systray's hangup icon image
2010-02-11 17:26:12 -05:00
8f504a8ec2
[ #1641 ] Remember position when popping-out from systray
2010-02-11 17:25:12 -05:00
624b3d1ece
[ #1641 ] Save window size and position in sflphonedrc
2010-02-11 17:22:37 -05:00
20e75417bf
[ #2558 ] Added hangup menu item in systray
2010-02-11 17:22:05 -05:00
8767040663
[ #2521 ] Update python sample program with tests
2010-02-11 15:48:23 -05:00
e8c9c69906
[ #2521 ] Fix pysflphonectrlsimple (Module md5 not supported anymore)
2010-02-10 17:49:27 -05:00
8164345756
[ #2445 ] Update sflphone-handler in order to use placeCallFirstAccount method
2010-02-10 16:53:02 -05:00
f937af66e1
Merge branch 'master' into m_savard
2010-02-10 14:09:24 -05:00
f271911c02
[ #2722 ] Global TLS options
2010-02-10 14:05:52 -05:00
81c14f4d49
[ #2623 ] Forgot to commit header file for sflphone_get_interface_addr_from_name
2010-02-10 10:39:56 -05:00
a4471fd7c7
[ #2521 ] Documentation for account related methods in configurationmanager
2010-02-10 10:37:23 -05:00
6c8e8710ae
[ #2623 ] Added text entry to display local IP address in configurationmanager
2010-02-10 10:35:40 -05:00
c6e3fdd933
[ #2434 ] Force optimization level at 2
2010-02-09 17:35:53 -05:00
a5da339bf8
[ #2623 ] Add client method to resolve interface address from interface name
2010-02-09 16:57:15 -05:00
ea17dd193d
[ #2521 ] First version of DBUS CallManager interface documentation
2010-02-09 15:32:38 -05:00
496bd7801c
[ #2559 ] Use codecFrameSize to increment timestamp, add notification counter
...
Incoming call notification are now scheduled using their own time counter and does not rely on RTP timestamp anymore.
2010-02-09 11:44:22 -05:00
454df2e6bf
[ #2588 ] Use loadAccountOrder in placeCallFirstAccount to load account list
2010-02-08 14:41:11 -05:00
c5a61b1ded
[ #2588 ] Add DBUS method to make call with first registered account
2010-02-08 12:22:03 -05:00
d098359038
[ #2803 ] Missing header in accountconfigdialog.c
...
Missing prototype create_codecs_configuration cause
launchad build-system failure
2010-02-08 12:18:56 -05:00
ac72b8de50
Merge branch 'master' into m_savard
...
Conflicts:
sflphone-client-gnome/src/config/accountconfigdialog.c
2010-02-05 15:53:27 -05:00
4a20e0c94f
Merge branch 'codecs-per-account' of git+ssh://repos-sflphone-git@git.sflphone.org/var/repos/sflphone/git/sflphone
...
Conflicts:
sflphone-client-gnome/src/config/audioconf.c
sflphone-client-gnome/src/config/preferencesdialog.c
sflphone-common/src/dbus/configurationmanager.cpp
sflphone-common/src/managerimpl.cpp
sflphone-common/src/sip/sipvoiplink.cpp
2010-02-05 15:39:31 -05:00
204b7da31c
[ #1744 ] Add SDES rtp fallback in configuration
2010-02-05 15:08:26 -05:00
afe94d7925
[ #1744 ] Add Sdes configuration dialog
2010-02-05 15:07:38 -05:00
1447a8ad69
[ #1744 ] Add GUI security icons for sdes
2010-02-05 12:45:25 -05:00
bbe72fa3ff
[ #2518 ] Fix some runtime warnings
2010-02-05 11:14:16 -05:00
1f8656d694
[ #1744 ] Make srtp_state_t ZRTP specific
2010-02-04 17:43:08 -05:00
7f1a80d11f
[ #2722 ] Create tls listener only if required
2010-02-04 17:15:27 -05:00
cad9bf1023
[ #1744 ] Put SRTP call on hold when SDES activated
2010-02-04 16:38:05 -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
fb20338f79
[ #2598 ] PA timing automatically adjusted using PA_STREAM_AUTO_TIMING_UPDATE
...
Passed when connecting the stream to PulseAudio, it will automatically update the structure every 100ms and every time a function is called
2010-02-04 12:03:19 -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
60e10133a0
[ #2750 ] Fix account registration segfaults sometimes on entering false DNS
...
In SFLphone when receiving 502 error (Bad Gateway), the transport reference counter were manually decreased.
We now assume that PJSIP decreases accurately even if multiple concurrent UDP transport is not fully maintained in PJSIP.
2010-02-04 10:21:15 -05:00
00b7d961dc
[ #2722 ] Make IP to IP calls robust to bad SIP scheme
2010-02-03 17:52:18 -05:00
d0f9101e38
[ #2722 ] Make sure TLS transport is not used on normal IP2IP calls
2010-02-03 16:53:05 -05:00
979365e7a1
[ #2725 ] Send REGISTER with twice the expiration value on SIP error 423
...
When receiving an error 423 (Expiration interval too short),
update expiration value and send another registration request.
2010-02-03 16:51:22 -05:00
06c1e7899b
[ #2518 ] Handle properly the IP profile in the account list
2010-02-03 15:23:13 -05:00
a4c20ff98f
[ #2722 ] Added spin box for TLS listener port in TLS advanced options
...
Since there can be only one TLS listener, the port can
only be modified globally through the IP2IP_PROFILE
2010-02-03 14:18:34 -05:00
be84b7f020
[ #2722 ] Get local Tls port from IP to IP config
2010-02-02 17:19:54 -05:00
15c6d2079c
[ #2722 ] Update TLS setting before acquiring new transport on registration
2010-02-02 16:12:41 -05:00