516c1c54d5
Fix invalid date format in Debian changelog
2012-01-30 12:14:36 +13:00
2efdcf07e1
Update broken URL in watch file
...
The software itself is now available from:
http://www.codepad.de/en/download/firefox-add-ons/telify.html
2012-01-30 12:13:42 +13:00
e725ff24d8
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
...
Conflicts:
daemon/src/sip/sipvoiplink.cpp
2012-01-29 13:53:42 -05:00
2e9b206f86
#3674 : Add contact option in configuration
2012-01-29 13:29:44 -05:00
abebe234c7
#3674 : Apply contact header update optionnaly
2012-01-29 12:54:28 -05:00
1d83aab4e1
* #8450 : fixed confusion between expire and enable values
2012-01-27 17:24:51 -05:00
ebba8a9b9a
* #8435 : Remove typos
...
Debian has automated systems that look for common typos in binaries
2012-01-26 10:33:43 -05:00
6ff9fbd9c6
sipvoiplink: whitespace fixes, cleanup
...
Use anonymous namespaces to make names translation unit local, rather than "static"
2012-01-25 17:16:17 -05:00
3dcfcbc228
* #8409 : each account stores its own voiplink pointer
...
This avoids casts and is cleaner.
2012-01-25 16:52:08 -05:00
e28002a1a3
fileutils: keep functions out of global namespace
2012-01-25 16:34:16 -05:00
0661b858e4
dtmf: TWO_PI applies to frequency component, not sample offset
2012-01-25 09:11:14 -05:00
1101b7bd27
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
...
Conflicts:
daemon/src/sip/sipaccount.h
2012-01-25 09:01:59 -05:00
203abebdaa
#3674 : refactor contact header generation, add update contact header in registration_cb
2012-01-24 18:28:26 -05:00
4f2d75f91c
configure: cleanup, updated copyright year
2012-01-24 14:41:55 -05:00
26db8b450d
* #8339 : preserve dtmf setting between sessions
...
No need to represent DTMF with an enum
2012-01-24 13:03:23 -05:00
2339f0bd6c
* #8181 : fixes deadlock on exit
...
Status bar update is not done in a separate thread anymore, so the mutex
should not have been there.
2012-01-23 18:04:26 -05:00
8d3e027aab
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
2012-01-23 17:32:44 -05:00
eac50e6aed
dtmf: remove unneeded casts, added some sanity checks
2012-01-23 17:32:02 -05:00
82a7100b5b
#3674 : Add test server that answer REGISTER request (200 OK) with a different Contact
2012-01-23 15:01:56 -05:00
66c4ff56cf
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
2012-01-23 11:55:47 -05:00
39a2eb3f78
cleanup
2012-01-23 11:51:04 -05:00
11ceff1f1a
cleanup in xml files
2012-01-23 11:36:39 -05:00
ae8c4c31d5
#8315 : Fix unknown call when hanging up a call in another client
2012-01-20 14:53:20 -05:00
00d8956cd3
Revert "Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone"
...
This reverts commit a4256fcbdc
, reversing
changes made to aa2dd717db
.
2012-01-20 09:06:58 -05:00
a4256fcbdc
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
2012-01-19 17:43:53 -05:00
ecf192c9ee
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
...
Conflicts:
daemon/src/managerimpl.cpp
2012-01-19 17:43:23 -05:00
aa2dd717db
[ #8176 ] Add pjsip build definitions for Linux/s390 targets
...
Signed-off-by: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com >
2012-01-19 14:36:20 -05:00
c6395b0292
* #7264 : history has to know when calls were missed
...
Assumes that this is the case if a call is ringing when it is
terminated.
2012-01-09 18:36:44 -05:00
8b2f4af3cd
* #7264 : don't duplicate display name for incoming calls
2012-01-09 18:13:45 -05:00
51e26495c8
* #7264 : gnome: don't display <sip: or <sips: prefix in history
2012-01-09 18:12:17 -05:00
fc0b9f5a3f
#5607 : Fill pulseaudio device list and update klist according to audio manager type
2012-01-09 16:54:14 -05:00
27327cb208
#5607 : Implment pulseaudio audio device selection in user interface
2012-01-09 16:15:35 -05:00
1814a4620d
callmanager/confmanager: cleanup
...
Fixed whitespace, removed unused methods, corrected documentation.
2012-01-06 19:27:32 -05:00
ae6afcdc1b
* #7264 : clear history over dbus
2012-01-06 19:01:22 -05:00
8f9fd2fbcc
Merge branch 'master' into history_refactor
...
Resolved Conflicts:
daemon/src/managerimpl.cpp
2012-01-06 18:34:04 -05:00
fd71ebc462
* #7264 : history is now managed by the daemon.
...
Whenever we hangup or our peer hangs up a call, an entry is added to the history
(in memory). When the daemon exits, it will save the history
automatically.
2012-01-06 18:15:22 -05:00
f97fdca056
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
2012-01-06 17:49:23 -05:00
f331943b79
#5607 : Use same api for ALSA and PULSEAUDIO to manage audio device list
2012-01-06 17:49:03 -05:00
f908254016
#7594 Fix instant messaging input area
2012-01-06 17:10:15 -05:00
3eccb88773
managerimpl: cleanup
2012-01-05 18:34:05 -05:00
14cf04ac56
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
2012-01-05 18:32:47 -05:00
0087e9b328
#8005 : Send keep alive registration periodically to avoid loosing account registration
2012-01-05 18:31:46 -05:00
1b2dfdeb62
* #7264 : fixed history tests, simplified history path initialization
2012-01-05 17:55:23 -05:00
68630206e7
* #8043 : get rid of Call::CallConfiguration
2012-01-05 17:01:23 -05:00
2e49a90c6e
* #7264 : daemon is responsable for sorting history
...
It only does it once, when saving it (at exit).
2012-01-05 12:29:43 -05:00
8ec4d1f0ce
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
2012-01-05 10:40:32 -05:00
a0e291549b
* #7264 : don't use ConfigTree for history
...
This way we only have one representation of the history in memory
instead of 2, and we don't need a ConfigTree for this, standard streams are
sufficient.
2012-01-05 10:40:14 -05:00
d60fb5ae44
Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone
2012-01-04 16:43:22 -05:00
9e88fc415e
#5758 Upload nl translation on Launchpad, merge all
2012-01-04 16:43:16 -05:00
fdf338eb6f
* #7264 : HistoryManager is now History.
2012-01-04 15:55:06 -05:00