Changes between Initial Version and Version 5 of Ticket #1216


Ignore:
Timestamp:
Oct 19, 2011 1:06:32 PM (13 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1216

    • Property Cc Magnus Galåen Johan Lantz added
    • Property Status changed from new to closed
    • Property Version changed from trunk to 1.x-branch
    • Property Resolution changed from to fixed
  • Ticket #1216 – Description

    initial v5  
    66 
    77The ''flags'' argument may contain bitmask of the following options: 
    8  - PJSUA_DESTROY_NO_RX_MSG: allow sending outgoing messages (such as unregistration, event unpublication, BYEs, unsubscription, etc.), but do not wait for responses. This is useful to perform "best effort" clean up without delaying the shutdown process waiting for responses. 
    9  - PJSUA_DESTROY_NO_TX_MSG: do not send any outgoing messages at all. This flag is useful if application knows that the network which the messages are to be sent on is currently down. This option implies PJSUA_DESTROY_NO_RX_MSG flag. 
     8 - PJSUA_DESTROY_NO_RX_MSG: allow sending outgoing messages (such as unregistration, event unpublication, BYEs, unsubscription, etc.), but do not wait for responses. This is useful to perform "best effort" clean up without delaying the shutdown process waiting for responses. But note that if the requests are challenged with authentication (and usually they are), this would not accomplish much if any. 
     9 - PJSUA_DESTROY_NO_TX_MSG: do not send any outgoing messages at all. This flag is useful if application knows that the network which the messages are to be sent on is currently down.  
     10 - PJSUA_DESTROY_NO_NETWORK: combination of the two above. 
    1011