- 19 Apr, 2012 1 commit
-
-
Tristan Matthews authored
-
- 18 Apr, 2012 1 commit
-
-
Tristan Matthews authored
This avoids redundant "if (x == NULL)" style checks and puts the onus on the caller to use valid parameters.
-
- 29 Feb, 2012 1 commit
-
-
Tristan Matthews authored
-
- 25 Jan, 2012 1 commit
-
-
Tristan Matthews authored
This avoids casts and is cleaner.
-
- 12 Oct, 2011 1 commit
-
-
Tristan Matthews authored
-
- 11 Oct, 2011 1 commit
-
-
Tristan Matthews authored
99 % of these are just whitespace changes. Some unnecessary includes removed as well
-
- 24 Aug, 2011 1 commit
-
-
Rafaël Carré authored
Now it's created before accounts
-
- 19 Aug, 2011 1 commit
-
-
Tristan Matthews authored
-
- 15 Aug, 2011 1 commit
-
-
Rafaël Carré authored
sflphone-common -> daemon sflphone-client-gnome -> gnome sflphone-client-kde -> kde sflphone-plugins -> plugins
-
- 05 Aug, 2011 1 commit
-
-
Rafaël Carré authored
-
- 01 Aug, 2011 1 commit
-
-
Rafaël Carré authored
-
- 28 Jul, 2011 1 commit
-
-
Rafaël Carré authored
-
- 27 Jul, 2011 1 commit
-
-
Rafaël Carré authored
-
- 02 Jun, 2011 1 commit
-
-
Tristan Matthews authored
-
- 07 Jan, 2011 1 commit
-
-
Emmanuel Milou authored
-
- 04 Aug, 2010 1 commit
-
-
Julien Bonjean authored
-
- 09 Jul, 2010 1 commit
-
-
Alexandre Savard authored
-
- 07 Jul, 2010 1 commit
-
-
Alexandre Savard authored
-
- 05 Jul, 2010 1 commit
-
-
Alexandre Savard authored
-
- 19 May, 2010 1 commit
-
-
Alexandre Savard authored
-
- 18 May, 2010 1 commit
-
-
Alexandre Savard authored
-
- 10 May, 2010 1 commit
-
-
Alexandre Savard authored
-
- 16 Dec, 2009 1 commit
-
-
Alexandre Savard authored
-
- 05 Aug, 2009 1 commit
-
-
pierre-luc authored
created under src/audio. Also, sip/ and iax/ were added under src/.
-
- 21 Apr, 2009 1 commit
-
-
Emmanuel Milou authored
-
- 14 Jan, 2009 1 commit
-
-
Emmanuel Milou authored
-
- 10 Oct, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 18 Apr, 2008 2 commits
-
-
Emmanuel Milou authored
-
Emmanuel Milou authored
Comments every methods in every header
-
- 11 Jan, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 02 Oct, 2007 2 commits
-
-
Alexandre Bourget authored
-
Alexandre Bourget authored
-
- 25 Sep, 2007 2 commits
-
-
Alexandre Bourget authored
Now, there should be only an 'Enabled' toggle for each account. It determines if the account is registered on start-up AND if it's enabled, generally. TODO: We'll need another parameter, to select which account is the one used to do calls. Anyways, it wasn't very convenient to use the 'First one enabled', since you'll often want multiple accounts enabled, and be able to select which account to use for an outgoing call. This commit updates the SFLphone daemon and the Gtk+ client. It removes a whole bunch of useless variables (_state, _shouldInitOnStart, _shouldRegisterOnStart, _registered). Now the registration state is fetched directly from the VoIPLink (when called from the Account). So, no more duplication of statuses. TODO: SFLphone-gtk will need to support the TRYING and ERROR messages as 'Status' reply.
-
Alexandre Bourget authored
* Renamed setRegister/setUnregister to sendRegister/sendUnregister, reflecting more precisely what the function does. * Renamed (un)registerAccount to (un)registerVoIPLink in account/iaxaccount/sipaccount * Renamed (un)registerVoIPLink to (un)registerAccount in managerimpl.cpp|h * Prepared the way for dynamic registration reporting (to the GUI). Now has more precise way to describe reg. state: Unregistered, Trying, Error, Registered * Delete `_link` on SIPAccount/IAXAccount destruction * All sync of the regist. state with the Manager, is now done in VoIPLink::setRegistrationState() * Document all the way
-
- 21 Sep, 2007 1 commit
-
-
Alexandre Bourget authored
Tiny doc fixes and typos.
-
- 12 Sep, 2007 1 commit
-
-
Alexandre Bourget authored
-
- 09 Apr, 2006 1 commit
-
-
yanmorin authored
Documentation generation (remove copyright as doxygen brief summary) doygen Doxyfile
-
- 05 Apr, 2006 1 commit
-
-
yanmorin authored
Adding iaxaccount
-
- 02 Apr, 2006 1 commit
-
-
yanmorin authored
New account implementation. Need to test more and add dynamic handling in Qt Interface. SipCall, Call, VoIPLink were rewritten completly Configuration now in [SIP0] section of .sflphonedrc The debug of sflphoned is very verbose. sflphone-cli may not work right now (need to send SIP0 as accountId).
-
- 29 Mar, 2006 1 commit
-
-
yanmorin authored
First Account-based save/load implementation
-