Changes between Version 16 and Version 17 of Getting-Started/BB10


Ignore:
Timestamp:
Apr 16, 2013 5:00:07 AM (11 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/BB10

    v16 v17  
    147147[[Image(PjsuaBB_telnet.jpg)]] 
    148148 
     149=== Customizing SIP Settings === 
     150 
     151Currently this can only be done by modifying the '''{{{argv}}}''' variable in {{{applicationui.cpp}}}: 
     152 
     153 {{{ 
     154    char *argv[] = { (char*)"pjsuabb", 
     155                     (char*)"--use-cli", 
     156                     (char*)"--no-cli-console", 
     157                     (char*)"--cli-telnet-port=2323", 
     158                     // Add your settings here 
     159                     NULL }; 
     160 
     161 }}} 
     162 
    149163 
    150164[[BR]]