Changeset 1796


Ignore:
Timestamp:
Feb 14, 2008 2:38:52 PM (16 years ago)
Author:
bennylp
Message:

Added link to discussions about on_dtmf_callback() concurrency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r1786 r1796  
    922922    PJ_UNUSED_ARG(strm); 
    923923 
     924    /* For discussions about call mutex protection related to this  
     925     * callback, please see ticket #460: 
     926     *  http://trac.pjsip.org/repos/ticket/460#comment:4 
     927     */ 
    924928    if (pjsua_var.ua_cfg.cb.on_dtmf_digit) { 
    925929        pjsua_call_id call_id; 
Note: See TracChangeset for help on using the changeset viewer.