Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
features:new-in-4.0.x [2013/01/11 13:44] – created alexh | features:new-in-4.0.x [2013/01/11 14:10] (current) – alexh | ||
---|---|---|---|
Line 12: | Line 12: | ||
===== New in Old SIP Router modules ===== | ===== New in Old SIP Router modules ===== | ||
+ | ==== pv ==== | ||
+ | * New PV's: | ||
+ | * **$Mf(idx), $Bf(idx), $Sf(idx)** - Direct access to individual transaction, | ||
+ | |||
+ | ==== rtpproxy ==== | ||
+ | * New options to rtpproxy_manage(), | ||
+ | * **b** - add the contents of a PV to the callid. Can be used to create per-branch rtpproxy sessions. | ||
+ | |||
+ | ==== tm ==== | ||
+ | * Add option to check if callid of reply matches the callid of the request. If the test fails, the reply will not be matched to the transaction. | ||
+ | * Remember per branch onreply_route and onfailure_route settings. Each branch can now have its own reply and failure route. | ||
+ | |||
+ | ==== tmx ==== | ||
+ | |||
+ | * New PV's: | ||
+ | * ** $T_reply_reason** - Provide the reason phrase for the current or winning reply in the transaction, | ||
+ | | ||
+ | * New statistics: **active_transactions** - Number of transaction still waiting for a reply. | ||
===== New in Core ===== | ===== New in Core ===== | ||