Ignore:
Timestamp:
Aug 16, 2007 10:11:44 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: continuing work to port the Symbian libraries to .DSO format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/symbian_ua/ua.cpp

    r1249 r1417  
    439439            "Menu:\n" 
    440440            "  d    Dump states\n" 
    441             "  D    Dump all states (detail)\n" 
     441            "  D    Dump states detail\n" 
    442442            "  P    Dump pool factory\n" 
    443             "  m    Make call to " SIP_DST_URI "\n" 
     443            "  m    Call " SIP_DST_URI "\n" 
    444444            "  a    Answer call\n" 
    445445            "  h    Hangup all calls\n" 
    446             "  s    Subscribe to " SIP_DST_URI "\n" 
     446            "  s    Subscribe " SIP_DST_URI "\n" 
    447447            "  S    Unsubscribe presence\n" 
    448448            "  o    Set account online\n" 
     
    468468    case 'p': 
    469469    case 'P': 
    470             pj_pool_factory_dump(&pjsua_var.cp.factory, PJ_TRUE); 
     470            pj_pool_factory_dump(pjsua_get_pool_factory(), PJ_TRUE); 
    471471            break; 
    472472    case 'm': 
Note: See TracChangeset for help on using the changeset viewer.