... | ... |
@@ -251,7 +251,11 @@ your box. |
251 | 251 |
- if (!www_authorize("iptel.org", "subscriber")) { |
252 | 252 |
www_challenge("iptel.org", "0"); |
253 | 253 |
break; |
254 |
- }; |
|
254 |
+ }; /* be sure to replace realm, the first parameter |
|
255 |
+ in www_* actions, with name of your server; |
|
256 |
+ some broken UAC implementations don't authenticate |
|
257 |
+ otherwise |
|
258 |
+ */ |
|
255 | 259 |
5) restart the server |
256 | 260 |
/etc/init.d/ser restart |
257 | 261 |
6) you can now start managing the server using |
... | ... |
@@ -259,6 +263,9 @@ your box. |
259 | 263 |
environment variable SIP_DOMAIN to your local |
260 | 264 |
SIP realm, e.g., |
261 | 265 |
export SIP_DOMAIN="foo.bar" |
266 |
+ The realm name should be the value you set in |
|
267 |
+ step #4. |
|
268 |
+ |
|
262 | 269 |
a) watch the server status using 'serctl moni' |
263 | 270 |
b) try to login as user 'admin' with password 'heslo' |
264 | 271 |
c) try adding new users using |