< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate] Dialogset is not destroyed correctly?


client                               server
|     MESSAGE                      |
|---------------------------------->  |
|     RESPONSE(200ok)      |
|<--------------------------------    |
|                                               |
 hi,
    In the above senario, I notice that when send MESSAGE to server, a
dialogset is created. But after receiving response from server, the
dialogset is not destroyed immediatelly.It still exist in
"mDialogSetMap". Why? Is it a bug in resip? Can anyboby check it?

By the way, the code is based on basicMessag.cxx.