Skip to content
Snippets Groups Projects
  1. Oct 10, 2008
  2. Oct 02, 2008
  3. Sep 29, 2008
  4. Sep 23, 2008
  5. Apr 18, 2008
  6. Jan 11, 2008
  7. Oct 02, 2007
  8. Sep 25, 2007
    • Alexandre Bourget's avatar
      Remove the 'AUTO_REGISTER' parameter. Major clean-up of registration process. · 981ba725
      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.
      981ba725
    • Alexandre Bourget's avatar
      Major Account registration, state reporting, update. · ba1e6d86
      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
      ba1e6d86
  9. Sep 21, 2007
  10. Sep 12, 2007
  11. Sep 07, 2007
  12. Apr 09, 2006
    • yanmorin's avatar
      · 7675e328
      yanmorin authored
      Documentation generation (remove copyright as doxygen brief summary)
      doygen Doxyfile
      7675e328
  13. Apr 02, 2006
    • yanmorin's avatar
      · f39e33ae
      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).
      f39e33ae
  14. Mar 29, 2006
    • yanmorin's avatar
      · ee09fc14
      yanmorin authored
      First Account-based save/load implementation
      ee09fc14
    • yanmorin's avatar
      · 2c74a005
      yanmorin authored
      Add AccountCreator and AccountMap handling
      New empty AixAccount/SipAccount
      Next step is internal account configuration
      2c74a005
  15. Dec 19, 2005
  16. Dec 18, 2005
  17. Sep 06, 2005
    • yanmorin's avatar
      · 8870e48b
      yanmorin authored
      Zeroconf integration
      8870e48b
  18. May 20, 2005
  19. Apr 21, 2005
  20. Jan 18, 2005
  21. Dec 22, 2004
Loading