Ignore:
Timestamp:
Jan 14, 2007 12:39:45 AM (17 years ago)
Author:
bennylp
Message:

Continuing work on ticket #50: make explicit transport selection works for sending response

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_dialog.h

    r879 r882  
    231231 * Lock/bind dialog to a specific transport/listener. This is optional, 
    232232 * as normally transport will be selected automatically based on the  
    233  * destination of requests upon resolver completion. When the dialog is  
    234  * explicitly bound to the specific transport/listener, all UAC transactions 
     233 * destination of messages upon resolver completion. When the dialog is  
     234 * explicitly bound to the specific transport/listener, all transactions 
    235235 * originated by this dialog will use the specified transport/listener 
    236236 * when sending outgoing requests. 
Note: See TracChangeset for help on using the changeset viewer.