Commit Graph

1061 Commits

Author SHA1 Message Date
f0b427600c Add a check to enable/disable accounts fron the config window 2008-04-07 15:31:45 -04:00
3715f6e250 add pixbuf in the account window 2008-04-07 13:57:49 -04:00
404080573e Add images for the wiki 2008-04-07 12:57:47 -04:00
b5968174e9 DTMF problems solved
The first dialing sound was played two times in a row.
2008-04-07 11:09:28 -04:00
d7360c3503 Add switching account from the main window
With a right- click when dialing
2008-04-04 17:34:57 -04:00
cd66e3631b Settings window: Popup mode done 2008-04-04 15:24:44 -04:00
25829fa87b Add general settings panel
Functionnalities added: dialpad preferences saved ( display or not at start-up )
			start hidden
2008-04-04 14:23:50 -04:00
61c6dc0e71 Notification - Voice mails 2008-04-03 16:18:23 -04:00
b1d1eb4609 SIP transfer OK
The dtmf's was sent. Bad
2008-04-03 16:18:09 -04:00
38d095a573 add set_active for the menu_item 2008-04-03 14:38:11 -04:00
33c848bd79 Add close menu item in main menu
Action associated : minimize the main widget
Click on the status icon in the systen tray to show it again
2008-04-03 14:29:01 -04:00
7d918460e9 test 2008-04-03 14:23:08 -04:00
4c9444ee95 Weird file - remove it 2008-04-02 16:19:55 -04:00
2d584bebbe Some translation stuff - gtkstatusicon 2008-04-02 15:53:29 -04:00
49c68fd690 add libnotify in configure.ac 2008-04-02 15:49:18 -04:00
d346a1c7a6 Correct the dtmf sound when dialing with ALSA plugin plughw 2008-04-02 15:33:28 -04:00
54c879bb6f Some translation stuff 2008-04-02 15:14:56 -04:00
439a157d22 Add libnotify notification on incoming call 2008-04-02 15:14:20 -04:00
4744c4669b Clean up code and delete unuseful messages 2008-04-01 16:46:27 -04:00
cb37f040e6 Merge branch 'emilou_release' of git+ssh://sflphone_org@sflphone.org/git/sflphone into release 2008-04-01 16:08:22 -04:00
a98b6ce1cc Status bar message displays the account type and alias 2008-04-01 16:08:02 -04:00
db3d07abcf Traduction des messages d'erreur 2008-04-01 15:46:39 -04:00
5e0f83a6f1 System tray icon: Stop blinking when refusing an incoming call 2008-04-01 14:09:47 -04:00
c9c26edcbf translation 2008-04-01 13:35:47 -04:00
d96d61c07b System tray icon: add tooltip and blinking on incoming calls 2008-04-01 12:13:23 -04:00
c76182bda5 GTK GUI: Selecting default plugin prevents to select an audio device
Plugin default use the audio device 0 for capture and playback
2008-04-01 11:25:02 -04:00
0ebfa6e3c0 Update translation files 2008-04-01 10:53:19 -04:00
46cc7036b9 Error messages through DBUS
The daemon sends only the error code to the client, instead of sending error code and string description
The client is aware of the nature of the error via the code
2008-04-01 10:52:16 -04:00
9624f08fd5 Clean up build system
Remove script src/sflphone.in
2008-04-01 09:54:34 -04:00
a8db6284f8 Add a different tone when having voice mails
TONE::CONGESTION
2008-04-01 09:53:45 -04:00
9c19181ca1 error in autopackage script 2008-03-31 17:52:13 -04:00
25956e86f7 Add and update debian packaging scripts and documentation 2008-03-31 17:47:28 -04:00
3a662f94d9 Some documentation stuff 2008-03-31 17:46:05 -04:00
4c30560f0e remove taxidermy directory from the git repository 2008-03-31 17:45:24 -04:00
d61789bf10 Add ringtone when a new call is opened
If there's no call in the calllist, and you open a call by clicking on the place_a_call button,
then you hear a ringtone, that means: dial man!
2008-03-31 16:59:31 -04:00
62c2ba01e1 GTK bug fix: ESC key hang up outgoing call when ringing
The bug was due to the fact that the dtmf info was send
2008-03-31 16:18:58 -04:00
46c72c2d10 Add pot for translation 2008-03-31 15:10:04 -04:00
c6a5219585 New translation files 2008-03-31 14:52:21 -04:00
8cfdbab919 Move translation directory (po) from sflphone-gtk/src to repository root 2008-03-31 14:52:03 -04:00
8b15c18dba Remove skins stuff
No longer useful
2008-03-31 12:51:27 -04:00
95d9327ff5 Clean code 2008-03-31 11:49:34 -04:00
1479ec6dfb GTK GUI: improve backspace key behaviour
Hangup if NO number have been dialed, except if call->CALL_STATE_TRANSFERT
2008-03-31 11:30:21 -04:00
02822757df Invert * and # key on the dialpad 2008-03-31 11:23:50 -04:00
f3b17ffad8 SIP Bug: The incoming call rings back! 2008-03-31 11:11:12 -04:00
3af3bb9bc9 Clean code 2008-03-31 09:29:57 -04:00
be2c577999 IAX2 bug fix: Accept incoming calls
You have to add your IAX2 account in /etc/asterisk/extensions.conf
No more segmentation fault when an incoming call is answered.
2008-03-28 17:27:18 -04:00
00b8555236 nothing - to be update 2008-03-28 15:48:01 -04:00
5fa8d522e8 IAX bug: Music on hold implemented
Replace iax_quelch by iax_quelch_moh ( with boolean = true )
2008-03-28 10:28:32 -04:00
f76fafc761 IAX2 bug correction - on/off hold situation
Bug: With an IAX account, when you put someone on hold and then took him off hold, there was no outgoing audio from sflphone
Fix: We have to call audiolayer->startstream() to make the capture starts
2008-03-28 10:08:27 -04:00
e54db60d10 Merge branch 'emilou_release' of git+ssh://sflphone_org@sflphone.org/git/sflphone into release 2008-03-28 09:31:33 -04:00