Skip to content
Snippets Groups Projects
  1. Nov 07, 2005
    • yanmorin's avatar
      · 8224e437
      yanmorin authored
      Add driver in/out capacity (experimental)
      Add switch <CSeq> audiodriver command (experimental)
      8224e437
  2. Nov 03, 2005
    • yanmorin's avatar
      · 8b6cf3cd
      yanmorin authored
      Register and Unregister sending
      Register and Unregister command
      Remove utilspp from make install
      8b6cf3cd
  3. Nov 02, 2005
    • yanmorin's avatar
      · 279b089a
      yanmorin authored
      Add message text handling
      279b089a
    • yanmorin's avatar
      · 451e8b48
      yanmorin authored
      Fixe issue for current call id switching and for incoming call signal
      451e8b48
    • yanmorin's avatar
      · dbc2f47f
      yanmorin authored
      Add audiofile for playing wave on incoming call
      dbc2f47f
  4. Nov 01, 2005
    • yanmorin's avatar
      · 897f34d9
      yanmorin authored
      Only switch call when no one are selected
      897f34d9
    • yanmorin's avatar
      · a11aeb9c
      yanmorin authored
      Partially implement text message reception
      Corrected double config problem
      Corrected some problem with incoming call
      a11aeb9c
  5. Oct 30, 2005
    • yanmorin's avatar
      · 316a2e50
      yanmorin authored
      Mutex Cleaning
      316a2e50
  6. Oct 29, 2005
    • yanmorin's avatar
      · 65eb4448
      yanmorin authored
      Removing error class
      65eb4448
    • yanmorin's avatar
      · afeae31b
      yanmorin authored
      Handling onhold answering call
      afeae31b
  7. Oct 28, 2005
    • yanmorin's avatar
      · 31997016
      yanmorin authored
      Try to remove unlock from deamon
      But it is unstable
      31997016
  8. Oct 27, 2005
    • yanmorin's avatar
      · 0266fde6
      yanmorin authored
      Debugging incoming message
      It's seems like we don't listen to the good port
      0266fde6
    • jpbl's avatar
      segfault fix · 1e4ded3c
      jpbl authored
      1e4ded3c
  9. Oct 26, 2005
    • yanmorin's avatar
      · 540cadec
      yanmorin authored
      Add new way to handle tone, get and don't push.
      But there is again problem...
      540cadec
  10. Oct 24, 2005
  11. Oct 23, 2005
    • yanmorin's avatar
      · f418734e
      yanmorin authored
      Add debugging information for initialization, the audiolayer initialization is too long
      f418734e
  12. Oct 17, 2005
    • yanmorin's avatar
      · e5437d52
      yanmorin authored
      Add 103/104 response message to getEvents
      for registration succeed and failed
      e5437d52
  13. Oct 14, 2005
    • yanmorin's avatar
      · 28e30020
      yanmorin authored
      Now, only the audiolayer control the volume
      28e30020
    • yanmorin's avatar
      · 5be08047
      yanmorin authored
      Enlever des debugs
      Changer les short CallId en CALLID (unsigned int)
      Completer mutex pour la gestion des call
      5be08047
  14. Oct 13, 2005
    • yanmorin's avatar
      · d2150850
      yanmorin authored
      Locking call operation because there are multi-thread.
      Remove the '\r' bug
      The profile is not in .sflphone/sflphonedrc
      Limit to only three codecs
      d2150850
  15. Oct 12, 2005
    • yanmorin's avatar
      · c28eee19
      yanmorin authored
      Cleaning the call classes, remove the setStatus()
      Hangup call when we leave the phone
      c28eee19
    • yanmorin's avatar
      · 7d2bb150
      yanmorin authored
      206/205 getcallstatus fix
      loading setup on initialize implementation
      7d2bb150
    • yanmorin's avatar
      · 9e2cf68c
      yanmorin authored
      stop Request integration
      stoptone Request integration
      A clean delete put their pointer to 0
      The server can now be terminated correctly
      9e2cf68c
  16. Oct 11, 2005
    • yanmorin's avatar
      · 14411841
      yanmorin authored
      list countrytones Implementation
      encoding of string token
      fix for getevents-end sequence-id bug
      14411841
  17. Oct 05, 2005
    • yanmorin's avatar
      · 64cf13cd
      yanmorin authored
      Sending a response when there is a zeroconf request (100 not implemented)
      64cf13cd
    • yanmorin's avatar
      · 85581832
      yanmorin authored
      Zeroconf update
      the getzeroconf works, but the events are not implemented yet
      85581832
    • yanmorin's avatar
      · 466d7b11
      yanmorin authored
      Add my copyright to the file
      Add a CodecMap (the map) and CodecDescriptorMap (the one that initialize it)
      for the request: list seq1 codecdescriptor
      466d7b11
    • yanmorin's avatar
      · 077c3de2
      yanmorin authored
      Notification testing
      Put a Enumeration into a class (CALL)
      077c3de2
  18. Oct 04, 2005
    • yanmorin's avatar
      · e45e859e
      yanmorin authored
      Remove the old config
      Add mutex to audiolayer (its share between 3 or 4 threads)
      Add mutex to the tone (its share by two threads)
      Simplify the tone interface...
      Remove the qtGUImainwindow from the compilation with the ENABLE_MAINTENER
      e45e859e
  19. Oct 02, 2005
    • yanmorin's avatar
      · 8bd0584d
      yanmorin authored
      Méga ménage pour enlever le module de configuration
      et le remplacer par Conf::Config qui n'est pas singleton.
      8bd0584d
  20. Sep 30, 2005
    • yanmorin's avatar
      · 2c4cef2a
      yanmorin authored
      Correct two calls in the same time
      hold the first one
      2c4cef2a
    • yanmorin's avatar
      · d284ed42
      yanmorin authored
      getcallstatus support corrected
      No segmentation fault on refuse a non-progressing call
      No segmentation fault on opening two sflphone(d)
      d284ed42
  21. Sep 29, 2005
    • yanmorin's avatar
      · 04b3673b
      yanmorin authored
      GetEvents (new handling)
      GetCallStatus (still 101 to 108) message to send
      ConfigSave (not working yet)
      the save on the disk is ok
      it's the return message and the loading that is not ok
      I have to test again server
      The client can now quit without crash the server ;p
      04b3673b
  22. Sep 28, 2005
    • yanmorin's avatar
      · 1e336852
      yanmorin authored
      configgetall works
      configget works
      configset not tested yet
      getzeroconf not tested yet
      1e336852
    • yanmorin's avatar
      · 9a5618a1
      yanmorin authored
      Try to reuse the config code, but I was not able to
      I create a Conf::Config to replace it...
      9a5618a1
    • yanmorin's avatar
      · 89fecf6f
      yanmorin authored
      Implementing Configuration Requests
      Adding a observer pattern (namespace = Pattern::)
      Stop and flushing all streaming to not listen to the last looping sound
      89fecf6f
  23. Sep 27, 2005
    • yanmorin's avatar
      · c5100adf
      yanmorin authored
      Add config request classes (not yet implemented)
      Add playtone/playdtmf
      Only playdtmf work right now
      c5100adf
    • yanmorin's avatar
      · 5d25a522
      yanmorin authored
      Voice Message notification
      5d25a522
  24. Sep 26, 2005
    • yanmorin's avatar
      · 0c2cb826
      yanmorin authored
      New tests and features
      Add mute/unmute
      Change the refuse message send
      0c2cb826
    • yanmorin's avatar
      · 085bd7ce
      yanmorin authored
      It's working
      Lot of debugging code right now
      You need STUN, because it doesn't work without it
      085bd7ce
Loading