... | ... |
@@ -39,6 +39,7 @@ Daniel-Constantin Mierla |
39 | 39 |
3.12. cparam_name (int) |
40 | 40 |
3.13. a_contact_avp (str) |
41 | 41 |
3.14. b_contact_avp (str) |
42 |
+ 3.15. rr_update (int) |
|
42 | 43 |
|
43 | 44 |
4. Event Routes |
44 | 45 |
|
... | ... |
@@ -61,8 +62,9 @@ Daniel-Constantin Mierla |
61 | 62 |
1.12. Set cparam_name parameter |
62 | 63 |
1.13. Set a_contact_avp parameter |
63 | 64 |
1.14. Set b_contact_avp parameter |
64 |
- 1.15. Usage of event_route[topos:msg-outgoing] |
|
65 |
- 1.16. Usage of event_route[topos:msg-sending] |
|
65 |
+ 1.15. Set rr_update parameter |
|
66 |
+ 1.16. Usage of event_route[topos:msg-outgoing] |
|
67 |
+ 1.17. Usage of event_route[topos:msg-sending] |
|
66 | 68 |
|
67 | 69 |
Chapter 1. Admin Guide |
68 | 70 |
|
... | ... |
@@ -90,6 +92,7 @@ Chapter 1. Admin Guide |
90 | 92 |
3.12. cparam_name (int) |
91 | 93 |
3.13. a_contact_avp (str) |
92 | 94 |
3.14. b_contact_avp (str) |
95 |
+ 3.15. rr_update (int) |
|
93 | 96 |
|
94 | 97 |
4. Event Routes |
95 | 98 |
|
... | ... |
@@ -150,6 +153,7 @@ Chapter 1. Admin Guide |
150 | 153 |
3.12. cparam_name (int) |
151 | 154 |
3.13. a_contact_avp (str) |
152 | 155 |
3.14. b_contact_avp (str) |
156 |
+ 3.15. rr_update (int) |
|
153 | 157 |
|
154 | 158 |
3.1. storage (str) |
155 | 159 |
|
... | ... |
@@ -356,6 +360,18 @@ modparam("topos", "a_contact_avp", "$avp(tps-act)") |
356 | 360 |
modparam("topos", "b_contact_avp", "$avp(tps-bct)") |
357 | 361 |
... |
358 | 362 |
|
363 |
+3.15. rr_update (int) |
|
364 |
+ |
|
365 |
+ If set to 1, topos module will track and update record route changes on |
|
366 |
+ re-invite. |
|
367 |
+ |
|
368 |
+ Default value is 0 (do not update record route changes within dialog). |
|
369 |
+ |
|
370 |
+ Example 1.15. Set rr_update parameter |
|
371 |
+... |
|
372 |
+modparam("topos", "rr_update", 1) |
|
373 |
+... |
|
374 |
+ |
|
359 | 375 |
4. Event Routes |
360 | 376 |
|
361 | 377 |
4.1. event_route[topos:msg-outgoing] |
... | ... |
@@ -373,7 +389,7 @@ modparam("topos", "b_contact_avp", "$avp(tps-bct)") |
373 | 389 |
reparsing the outgoing SIP message for the cases when topology hiding |
374 | 390 |
is not wanted. |
375 | 391 |
|
376 |
- Example 1.15. Usage of event_route[topos:msg-outgoing] |
|
392 |
+ Example 1.16. Usage of event_route[topos:msg-outgoing] |
|
377 | 393 |
... |
378 | 394 |
event_route[topos:msg-outgoing] { |
379 | 395 |
if($sndto(ip)=="10.1.1.10") { |
... | ... |
@@ -392,7 +408,7 @@ event_route[topos:msg-outgoing] { |
392 | 408 |
$sndto(proto) point to the destination. The SIP message is the one to |
393 | 409 |
be sent out. |
394 | 410 |
|
395 |
- Example 1.16. Usage of event_route[topos:msg-sending] |
|
411 |
+ Example 1.17. Usage of event_route[topos:msg-sending] |
|
396 | 412 |
... |
397 | 413 |
event_route[topos:msg-sending] { |
398 | 414 |
if(is_request() and $fU=="alice") { |