Ignore:
Timestamp:
Jun 30, 2009 1:53:47 PM (15 years ago)
Author:
bennylp
Message:

Related to #911:

  • added subscription state name string in pjsua_buddy_info and display this in pjsua
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r2724 r2824  
    25342534    pjsua_buddy_get_info(buddy_id, &info); 
    25352535 
    2536     PJ_LOG(3,(THIS_FILE, "%.*s status is %.*s", 
     2536    PJ_LOG(3,(THIS_FILE, "%.*s status is %.*s (subscription state is %s)", 
    25372537              (int)info.uri.slen, 
    25382538              info.uri.ptr, 
    25392539              (int)info.status_text.slen, 
    2540               info.status_text.ptr)); 
     2540              info.status_text.ptr, 
     2541              info.sub_state_name)); 
    25412542} 
    25422543 
Note: See TracChangeset for help on using the changeset viewer.