Module: sip-router Branch: ez/sdpops Commit: 24e2418eceac5fe029d945ff99680ed409ba0a80 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24e2418e...
Author: Konstantin Mosesov ez@voipgroup.org.ua Committer: Konstantin Mosesov ez@voipgroup.org.ua 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 */