Ignore:
Timestamp:
May 21, 2007 1:48:35 PM (17 years ago)
Author:
bennylp
Message:

Ticket #283: Added another pjsua IM callback with the message passed as argument (thanks Paul Levin)

File:
1 edited

Legend:

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

    r1276 r1285  
    210210                                            &mime_type, &text_body); 
    211211        } 
    212     } 
    213  
     212 
     213        if (pjsua_var.ua_cfg.cb.on_pager2) { 
     214            (*pjsua_var.ua_cfg.cb.on_pager2)(call_id, from, to, &contact,  
     215                                             &mime_type, &text_body, rdata); 
     216        } 
     217    } 
    214218} 
    215219 
Note: See TracChangeset for help on using the changeset viewer.