Ignore:
Timestamp:
May 2, 2007 6:54:19 PM (17 years ago)
Author:
bennylp
Message:

Errno and memory size tweaking for Symbian

File:
1 edited

Legend:

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

    r1243 r1244  
    302302         
    303303        // Initialize pjsua 
    304         status  = app_startup(NULL); 
     304        status  = app_startup("sip:192.168.0.66:5061"); 
    305305        if (status != PJ_SUCCESS) 
    306306                return status; 
     
    312312         
    313313        con->Run(); 
     314         
    314315        asw->Start(); 
    315316         
Note: See TracChangeset for help on using the changeset viewer.