Ignore:
Timestamp:
Nov 25, 2006 2:50:25 PM (17 years ago)
Author:
bennylp
Message:

Print media statistic when call is disconnected in pjsua, to assist tracing media problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c

    r797 r831  
    3636static const char *inv_state_names[] = 
    3737{ 
    38     "NULL      ", 
    39     "CALLING   ", 
    40     "INCOMING  ", 
    41     "EARLY     ", 
     38    "NULL", 
     39    "CALLING", 
     40    "INCOMING", 
     41    "EARLY", 
    4242    "CONNECTING", 
    4343    "CONFIRMED ", 
Note: See TracChangeset for help on using the changeset viewer.