Changeset 1796 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
- Timestamp:
- Feb 14, 2008 2:38:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r1786 r1796 922 922 PJ_UNUSED_ARG(strm); 923 923 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 */ 924 928 if (pjsua_var.ua_cfg.cb.on_dtmf_digit) { 925 929 pjsua_call_id call_id;
Note: See TracChangeset
for help on using the changeset viewer.