|
3 | 3 | <itemizedlist>
|
4 | 4 | <listitem>
|
5 | 5 | <para>
|
6 |
| - <emphasis>'no-branches'</emphasis> - this flag controls how |
7 |
| - the ®_lookup_f; function processes multiple contacts. |
| 6 | + <emphasis>'no-branches'</emphasis> - (old <emphasis>b</emphasis> flag) this |
| 7 | + flag controls how the ®_lookup_f; function processes multiple contacts. |
8 | 8 | If there are
|
9 | 9 | multiple contacts for the given username in usrloc and this
|
10 | 10 | flag is not set, Request-URI will be overwritten with the
|
|
18 | 18 |
|
19 | 19 | <listitem>
|
20 | 20 | <para>
|
21 |
| - <emphasis>'to-branches-only'</emphasis> - this flags forces |
22 |
| - all found contacts to be uploaded only as branches (in the |
| 21 | + <emphasis>'to-branches-only'</emphasis> - (old <emphasis>B</emphasis> flag) |
| 22 | + this flags forces all found contacts to be uploaded only as branches (in the |
23 | 23 | destination set) and not at all in the R-URI of the
|
24 | 24 | current message. Using this option allows the ®_lookup_f; function to
|
25 | 25 | also be used in the context of a SIP reply.
|
|
28 | 28 |
|
29 | 29 | <listitem>
|
30 | 30 | <para>
|
31 |
| - <emphasis>'branch'</emphasis> - this flag enables |
32 |
| - searching through existing branches for aor's and expanding |
| 31 | + <emphasis>'branch'</emphasis> - (old <emphasis>r</emphasis> flag) this flag |
| 32 | + enables searching through existing branches for aor's and expanding |
33 | 33 | them to contacts. For example, you have got AOR A in your
|
34 | 34 | ruri but you also want to forward your calls to AOR B. In order
|
35 | 35 | to do this, you must put AOR B in a branch, and if this flag
|
|
48 | 48 |
|
49 | 49 | <listitem>
|
50 | 50 | <para>
|
51 |
| - <emphasis>'method-filtering'</emphasis> - setting this flag |
52 |
| - will enable contact filtering based on the supported methods |
| 51 | + <emphasis>'method-filtering'</emphasis> - (old <emphasis>m</emphasis> flag) |
| 52 | + setting this flag will enable contact filtering based on the supported methods |
53 | 53 | listed in the "Allow" header field during registration.
|
54 | 54 | Contacts which did not present an "Allow" header field during
|
55 | 55 | registration are assumed to support all standard SIP methods.
|
56 | 56 | </para>
|
57 | 57 | </listitem>
|
58 | 58 | <listitem>
|
59 | 59 | <para>
|
60 |
| - <emphasis>'ua-filtering=[val]'</emphasis> (User-Agent filtering) - this flag |
61 |
| - enables regexp filtering by user-agent. It's useful with |
62 |
| - enabled append_branches parameter. The value must use the format '/regexp/'. |
| 60 | + <emphasis>'ua-filtering=[val]'</emphasis> (old <emphasis>u</emphasis> flag) |
| 61 | + (User-Agent filtering) - this flag enables regexp filtering by user-agent. |
| 62 | + It's useful with enabled append_branches parameter. The value must use the |
| 63 | + format '/regexp/'. |
63 | 64 | </para>
|
64 | 65 | </listitem>
|
65 | 66 | <listitem>
|
66 | 67 | <para>
|
67 |
| - <emphasis>'case-insensitive'</emphasis> - this flag |
68 |
| - enables case insensitive filtering for the 'ua-filtering' flag. |
| 68 | + <emphasis>'case-insensitive'</emphasis> (old <emphasis>i</emphasis> flag) - |
| 69 | + this flag enables case insensitive filtering for the 'ua-filtering' flag. |
69 | 70 | </para>
|
70 | 71 | </listitem>
|
71 | 72 | <listitem>
|
72 | 73 | <para>
|
73 |
| - <emphasis>'extended-regexp'</emphasis> - this flag |
74 |
| - enables using of extended regexp format for the 'ua-filtering' flag. |
| 74 | + <emphasis>'extended-regexp'</emphasis> - (old <emphasis>e</emphasis> flag) |
| 75 | + this flag enables using of extended regexp format for the 'ua-filtering' flag. |
75 | 76 | </para>
|
76 | 77 | </listitem>
|
77 | 78 | <listitem>
|
78 | 79 | <para>
|
79 |
| - <emphasis>'global'</emphasis> (Global lookup) - this flag |
80 |
| - is only relevant with federated user location clustering. If |
81 |
| - set, the ®_lookup_f; function will not only perform the classic |
| 80 | + <emphasis>'global'</emphasis> (old <emphasis>g</emphasis> flag) (Global |
| 81 | + lookup) - this flag is only relevant with federated user location clustering. |
| 82 | + If set, the ®_lookup_f; function will not only perform the classic |
82 | 83 | in-memory "search-AoR-and-push-branches" operation, but will
|
83 | 84 | also perform a metadata lookup and append an additional branch
|
84 | 85 | for each returned result. The "in-memory branches" correspond
|
|
108 | 109 | </listitem>
|
109 | 110 | <listitem>
|
110 | 111 | <para>
|
111 |
| - <emphasis>'max-ping-latency=[int]'</emphasis> - maximally |
112 |
| - accepted contact pinging latency (microseconds). Contacts of an |
| 112 | + <emphasis>'max-ping-latency=[int]'</emphasis> - (old <emphasis>y</emphasis> |
| 113 | + flag) maximally accepted contact pinging latency (microseconds). Contacts of an |
113 | 114 | AoR with a higher latency will be discarded during ®_lookup_f;.
|
114 | 115 | </para>
|
115 | 116 | </listitem>
|
116 | 117 | <listitem>
|
117 | 118 | <para>
|
118 |
| - <emphasis>'sort-by-latency'</emphasis> - contacts |
119 |
| - will be picked in ascending order of their last successful |
| 119 | + <emphasis>'sort-by-latency'</emphasis> - (old <emphasis>Y</emphasis> flag) |
| 120 | + contacts will be picked in ascending order of their last successful |
120 | 121 | pinging latency (fastest ping -> slowest ping). This flag may
|
121 | 122 | work together with the "max-ping-latency" flag.
|
122 | 123 | </para>
|
|
0 commit comments