Changes between Initial Version and Version 1 of Ticket #623


Ignore:
Timestamp:
Sep 11, 2008 10:27:24 AM (16 years ago)
Author:
bennylp
Comment:

Fixed in r2273:

  • error in creating server subscription will be responded with the appropriate error code (489/Bad Event in this case), and dialog will be terminated properly.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #623

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #623 – Description

    initial v1  
    1 An assertion will be triggered when pjsua receives incoming SUBSCRIBE with Event header containing value which we don't support (we only support "presence" at the moment). 
     1An assertion will be triggered when pjsua receives incoming SUBSCRIBE with Event header containing value which we don't support (we only support "presence" at the moment). This happens when PJSUA-LIB calls {{{pjsip_dlg_terminate()}}}, since a transaction is still active when the dialog is terminated. 
    22 
    33Thanks Lucas Rosa Galêgo for the report.