Module: sip-router Branch: master Commit: 9c7edfe9edc02ea8b62c40349262b035f0b21510 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c7edfe9...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Wed Dec 12 16:59:12 2012 +0200
modules/tm: forgot to commit new version of t_funcs.h
- reported by Peter Dunkley.
---
modules/tm/t_funcs.h | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/modules/tm/t_funcs.h b/modules/tm/t_funcs.h index 940e843..c4b5d23 100644 --- a/modules/tm/t_funcs.h +++ b/modules/tm/t_funcs.h @@ -79,8 +79,8 @@ extern struct msgid_var user_cell_reset_flags;
extern int fr_inv_timer_avp_type; extern int_str fr_inv_timer_avp; -extern int contacts_avp_type; -extern int_str contacts_avp; +extern str contacts_avp; +extern str contact_flows_avp;
/* default names for timer's AVPs */ #define FR_TIMER_AVP "callee_fr_timer" @@ -153,8 +153,7 @@ int send_pr_buffer( struct retr_buf *rb, void *buf, int len); /* * Parse and fixup the fr_*_timer AVP specs */ -int init_avp_params(char *fr_timer_param, char *fr_inv_timer_param, - char *contacts_avp_param); +int init_avp_params(char *fr_timer_param, char *fr_inv_timer_param);
typedef void (*unref_cell_f)(struct cell *t);