... | ... |
@@ -1442,6 +1442,42 @@ if (to me): |
1442 | 1442 |
</para> |
1443 | 1443 |
</answer> |
1444 | 1444 |
</qandaentry> |
1445 |
+ |
|
1446 |
+ <qandaentry> |
|
1447 |
+ <question> |
|
1448 |
+ <para> |
|
1449 |
+ Windows Messenger Reponds with "400 Bad Request". |
|
1450 |
+ </para> |
|
1451 |
+ </question> |
|
1452 |
+ <answer> |
|
1453 |
+ <para> |
|
1454 |
+ That is most likely caused by a Messenger bug: it does not |
|
1455 |
+ like ";lr" record-routing parameter. Turn on the option |
|
1456 |
+ 'modparam("rr", "enable_full_lr", 1)' to use ";lr=true" |
|
1457 |
+ instead -- Messenger will then process record routing. |
|
1458 |
+ </para> |
|
1459 |
+ </answer> |
|
1460 |
+ </qandaentry> |
|
1461 |
+ |
|
1462 |
+ <qandaentry> |
|
1463 |
+ <question> |
|
1464 |
+ <para> |
|
1465 |
+ Multiple phones register with a single address of record. The server |
|
1466 |
+ complains during processing of incoming requests for this address: |
|
1467 |
+ "ERROR: append_branch: max nr of branches exceeded". |
|
1468 |
+ </para> |
|
1469 |
+ </question> |
|
1470 |
+ <answer> |
|
1471 |
+ <para> |
|
1472 |
+ There is a compile-time limitation on number of contacts that may be |
|
1473 |
+ used for forking. To change the limit, update value of MAX_BRANCHES |
|
1474 |
+ in config.h and recompile <application>SER</application>. |
|
1475 |
+ </para> |
|
1476 |
+ </answer> |
|
1477 |
+ </qandaentry> |
|
1478 |
+ |
|
1479 |
+ |
|
1480 |
+ |
|
1445 | 1481 |
<qandaentry> |
1446 | 1482 |
<question> |
1447 | 1483 |
<para> |