summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-11-22 17:17:19 +0100
committerAlfred E. Heggestad <aeh@db.org>2015-11-22 17:17:19 +0100
commit93356a9d4721c73fdf9935eea0c2c6c9aced25a3 (patch)
treead7693112e5cd2d31fefa5d70186a91d01143e0c /include
parentd4aa343472e0ea59e74907afa04a0afb07482d93 (diff)
added UA_EVENT_EXIT
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 76da052..32a4ee8 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -481,6 +481,9 @@ enum ua_event {
UA_EVENT_REGISTER_OK,
UA_EVENT_REGISTER_FAIL,
UA_EVENT_UNREGISTERING,
+ UA_EVENT_SHUTDOWN,
+ UA_EVENT_EXIT,
+
UA_EVENT_CALL_INCOMING,
UA_EVENT_CALL_RINGING,
UA_EVENT_CALL_PROGRESS,
@@ -489,7 +492,6 @@ enum ua_event {
UA_EVENT_CALL_TRANSFER_FAILED,
UA_EVENT_CALL_DTMF_START,
UA_EVENT_CALL_DTMF_END,
- UA_EVENT_SHUTDOWN,
UA_EVENT_MAX,
};