SIP Router Project
FS#161 - domain class AVPs are not stored in transaction
Attached to Project:
sip-router
Opened by Juha Heinanen (jh) - Tuesday, 27 September 2011, 21:02 GMT
Opened by Juha Heinanen (jh) - Tuesday, 27 September 2011, 21:02 GMT
|
Detailsas discussed earlier, domain class AVPs are not stored in transaction.
|
This task depends upon
/* We can just store pointer to domain avps in the transaction context,
* because they are read-only
*/
new_cell->domain_avps_from = get_avp_list(AVP_TRACK_FROM |
AVP_CLASS_DOMAIN);
new_cell->domain_avps_to = get_avp_list(AVP_TRACK_TO | AVP_CLASS_DOMAIN);
Looks to me they were designed in this way. As I understand, they should be available always, looks like per process, but not per transaction specific, like the other AVPs. However, I am not the author, nor user of them, so maybe the developer can shed more light here.