Module: sip-router Branch: ez/sdpops Commit: 24e2418eceac5fe029d945ff99680ed409ba0a80 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24e2418eceac5fe029d945ff99680ed409ba0a80
Author: Konstantin Mosesov <[email protected]> Committer: Konstantin Mosesov <[email protected]> Date: Mon May 13 12:58:03 2013 +0300 modules/tm: added missing callid in uac_req_t definition --- modules/tm/uac.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/modules/tm/uac.h b/modules/tm/uac.h index 619d43e..69376b4 100644 --- a/modules/tm/uac.h +++ b/modules/tm/uac.h @@ -58,6 +58,7 @@ typedef struct uac_req { int cb_flags; transaction_cb *cb; void *cbp; + str *callid; } uac_req_t; /* macro for setting the values of uac_req_t struct */ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
