summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 59cc140..8474642 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -469,6 +469,8 @@ enum ua_event {
UA_EVENT_CALL_ESTABLISHED,
UA_EVENT_CALL_CLOSED,
UA_EVENT_CALL_TRANSFER_FAILED,
+ UA_EVENT_CALL_DTMF_START,
+ UA_EVENT_CALL_DTMF_END,
UA_EVENT_MAX,
};