aboutsummaryrefslogtreecommitdiffstats
path: root/src/call.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-24 17:35:42 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-26 06:22:06 +0100
commit292e2cddd02f2e1ca75e9efedd73389d72a549d6 (patch)
tree5d26e19fd567b4967532b3f79126001758df128a /src/call.h
parent153ebbf6e28ecda275ff00212affa4a46e1d4ed6 (diff)
mncc: Extract the RTP port information before continuing
These need to be used by the SIP leg to move forward.
Diffstat (limited to 'src/call.h')
-rw-r--r--src/call.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/call.h b/src/call.h
index 67dbf91..d1dbacc 100644
--- a/src/call.h
+++ b/src/call.h
@@ -35,6 +35,14 @@ struct call_leg {
struct call *call;
/**
+ * RTP data
+ */
+ uint32_t ip;
+ uint16_t port;
+ uint32_t payload_type;
+ uint32_t payload_msg_type;
+
+ /**
* Set by the call_leg implementation and will be called
* by the application to release the call.
*/