... | ... |
@@ -410,6 +410,26 @@ modparam("topos", "a_contact_avp", "$avp(tps-act)") |
410 | 410 |
... |
411 | 411 |
modparam("topos", "b_contact_avp", "$avp(tps-bct)") |
412 | 412 |
... |
413 |
+</programlisting> |
|
414 |
+ </example> |
|
415 |
+ </section> |
|
416 |
+ <section id="topos.p.rr_update"> |
|
417 |
+ <title><varname>rr_update</varname> (int)</title> |
|
418 |
+ <para> |
|
419 |
+ If set to 1, topos module will track and update record |
|
420 |
+ route changes on re-invite. |
|
421 |
+ </para> |
|
422 |
+ <para> |
|
423 |
+ <emphasis> |
|
424 |
+ Default value is 0 (do not update record route changes within dialog). |
|
425 |
+ </emphasis> |
|
426 |
+ </para> |
|
427 |
+ <example> |
|
428 |
+ <title>Set <varname>rr_update</varname> parameter</title> |
|
429 |
+ <programlisting format="linespecific"> |
|
430 |
+... |
|
431 |
+modparam("topos", "rr_update", 1) |
|
432 |
+... |
|
413 | 433 |
</programlisting> |
414 | 434 |
</example> |
415 | 435 |
</section> |