Module: sip-router Branch: master Commit: 3ec65f1cfebad258e7ef0cc622ed143284c3edf1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3ec65f1c...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Sat May 18 00:15:59 2013 +0100
modules/tm: copy user-agent string retrieved from usrloc into branches when serial forking
---
modules/tm/h_table.h | 1 + modules/tm/t_fwd.c | 95 ++++++++++++++++++++++++++++++++++++++++++------ modules/tm/t_serial.c | 57 +++++++++++++++++++++++------ 3 files changed, 129 insertions(+), 24 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=3ec6...
Peter Dunkley writes:
modules/tm: copy user-agent string retrieved from usrloc into branches when serial forking
rather that have everything available for everyone, i would prefer a parameterized approach where i could tell what items i need. it becomes to heavy to force everything for everyone. also, there should not be a need to keep on adding new params to branch functions. the selected items should be passed in a single param.
-- juha
I will look at reworking it, but am tied up with other things and it could be a few weeks before I get to it.
Regards,
Peter
On 18 May 2013, at 06:32, Juha Heinanen jh@tutpro.com wrote:
Peter Dunkley writes:
modules/tm: copy user-agent string retrieved from usrloc into branches when serial forking
rather that have everything available for everyone, i would prefer a parameterized approach where i could tell what items i need. it becomes to heavy to force everything for everyone. also, there should not be a need to keep on adding new params to branch functions. the selected items should be passed in a single param.
-- juha
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Peter Dunkley writes:
I will look at reworking it, but am tied up with other things and it could be a few weeks before I get to it.
sure, this is not an urgent issue.
-- juha