summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-01-17 19:30:01 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-01-17 19:30:01 +0100
commit535fc124686c212be2ce6f1a646505a58879b190 (patch)
tree5ecfce28e01bda1bcfc3ed562a295d970ba5eae1 /include/baresip.h
parent67829d86c4c2d173807b532e97c09402415341c5 (diff)
call: add call_id accessor
Diffstat (limited to 'include/baresip.h')
-rw-r--r--include/baresip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 526354d..ee2cdbf 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -113,6 +113,7 @@ void call_set_handlers(struct call *call, call_event_h *eh,
uint16_t call_scode(const struct call *call);
uint32_t call_duration(const struct call *call);
uint32_t call_setup_duration(const struct call *call);
+const char *call_id(const struct call *call);
const char *call_peeruri(const struct call *call);
const char *call_peername(const struct call *call);
const char *call_localuri(const struct call *call);