Changes between Version 16 and Version 17 of Getting-Started/BB10
- Timestamp:
- Apr 16, 2013 5:00:07 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/BB10
v16 v17 147 147 [[Image(PjsuaBB_telnet.jpg)]] 148 148 149 === Customizing SIP Settings === 150 151 Currently 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 149 163 150 164 [[BR]]