Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Oct 31, 2005
    • yanmorin's avatar
      · 40482ea8
      yanmorin authored
      ReInvite implementation for two no-nat telephone
      40482ea8
  4. Oct 30, 2005
    • yanmorin's avatar
      · 5065f89a
      yanmorin authored
      Correcting checkNetwork
      5065f89a
    • yanmorin's avatar
      · 316a2e50
      yanmorin authored
      Mutex Cleaning
      316a2e50
  5. Oct 29, 2005
    • yanmorin's avatar
      · 65eb4448
      yanmorin authored
      Removing error class
      65eb4448
    • yanmorin's avatar
      · afeae31b
      yanmorin authored
      Handling onhold answering call
      afeae31b
    • yanmorin's avatar
      · a701fe3b
      yanmorin authored
      Don't close sflphone when portaudio failed to load
      Remove enable_audio variable (non-protected) in SipCall
      a701fe3b
  6. Oct 28, 2005
    • yanmorin's avatar
      · 31997016
      yanmorin authored
      Try to remove unlock from deamon
      But it is unstable
      31997016
  7. 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
    • yanmorin's avatar
      · a319b463
      yanmorin authored
      Debugging incoming call
      a319b463
    • yanmorin's avatar
      · 59659d29
      yanmorin authored
      Remove some comment
      Correcting some sound issue
      Using fix FRAME_PER_BUFFER is better than 0
      59659d29
  8. Oct 26, 2005
  9. Oct 24, 2005
    • yanmorin's avatar
      *** empty log message *** · dd52e9d8
      yanmorin authored
      dd52e9d8
    • yanmorin's avatar
      · 38b677e8
      yanmorin authored
      Changing notification handling for incoming call
      Always registrate as Cyrille said. If you don't registrate, you can't receive Incoming Call
      38b677e8
  10. Oct 23, 2005
    • yanmorin's avatar
      · f418734e
      yanmorin authored
      Add debugging information for initialization, the audiolayer initialization is too long
      f418734e
  11. Oct 21, 2005
    • yanmorin's avatar
      · c0da142e
      yanmorin authored
      Forget to commit
      c0da142e
  12. Oct 17, 2005
    • yanmorin's avatar
      · b49ffaf7
      yanmorin authored
      Debugging on
      Now the wav play correctly, and more often
      b49ffaf7
    • yanmorin's avatar
      · 6909876b
      yanmorin authored
      0.5 preparation
      6909876b
  13. Oct 15, 2005
    • yanmorin's avatar
      · 3b148215
      yanmorin authored
      Corrected the no-mic-sound send bug
      But there is again some noise on the playtone, I
      really don't know why...
      3b148215
  14. Oct 14, 2005
    • yanmorin's avatar
      · 28e30020
      yanmorin authored
      Now, only the audiolayer control the volume
      28e30020
    • yanmorin's avatar
      · b7bd64fa
      yanmorin authored
      Namespace cleaning
      Remove exception bug on 'stop'
      b7bd64fa
    • 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
  15. 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
  16. 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
      · 5402e58e
      yanmorin authored
      ResponseMessage encoding fix
      Hangup response fix
      5402e58e
    • 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
  17. Oct 11, 2005
    • yanmorin's avatar
      · 81aba483
      yanmorin authored
      Register only with no-stun (stun=0)
      Send register detail if we use stun
      Remove the subscribe event sending
      
      Work now with STUN/NON-STUN and NAT/NO-NAT
      81aba483
  18. Oct 07, 2005
    • yanmorin's avatar
      · 2ff8e057
      yanmorin authored
      Sound stabilisation for the ringtone
      Notification sending subscription
      2ff8e057
  19. Oct 06, 2005
    • yanmorin's avatar
      · b04dfa7c
      yanmorin authored
      Cleaning compilation and debug message
      b04dfa7c
  20. Oct 05, 2005
    • yanmorin's avatar
      · 702b8445
      yanmorin authored
      Call/SipCall pointer to enable jerome to compile
      702b8445
    • 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
  21. 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
  22. 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
  23. Sep 30, 2005
    • yanmorin's avatar
      · f20261ba
      yanmorin authored
      Bad hack for incoming call...
      f20261ba
  24. 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
Loading