Module: sip-router Branch: pd/outbound Commit: b49ea76814d2933bb9bc58f82230c4569be171af URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b49ea768...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Thu Mar 14 22:58:44 2013 +0000
modules/ims_isc: updated to include new argument to append_branch()
---
modules/ims_isc/isc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/ims_isc/isc.c b/modules/ims_isc/isc.c index f6d02d1..7593703 100644 --- a/modules/ims_isc/isc.c +++ b/modules/ims_isc/isc.c @@ -76,7 +76,7 @@ int isc_forward(struct sip_msg *msg, isc_match *m, isc_mark *mark) {
/* append branch if last trigger failed */ if (is_route_type(FAILURE_ROUTE)) - append_branch(msg, &(msg->first_line.u.request.uri), &(msg->dst_uri), 0, Q_UNSPECIFIED, 0, 0, 0, 0); + append_branch(msg, &(msg->first_line.u.request.uri), &(msg->dst_uri), 0, Q_UNSPECIFIED, 0, 0, 0, 0, 0);
// Determines the tm transaction identifiers. // If no transaction, then creates one