summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-06-03 19:59:16 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-06-03 19:59:16 +0200
commit818a2288f4a523666c2d5fe2c7db98b5adb05cb8 (patch)
tree02fd4e17bbbb469d1bdadf1a087770f1effbbfe3 /include/baresip.h
parent9c2b349424c49cd94e18c788e6fe9527d04be5d1 (diff)
ua: add ua_progress() and testcase
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 3c5e2c2..0c1a225 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -588,6 +588,7 @@ int ua_connect(struct ua *ua, struct call **callp,
void ua_hangup(struct ua *ua, struct call *call,
uint16_t scode, const char *reason);
int ua_answer(struct ua *ua, struct call *call);
+int ua_progress(struct ua *ua, struct call *call);
int ua_hold_answer(struct ua *ua, struct call *call);
int ua_options_send(struct ua *ua, const char *uri,
options_resp_h *resph, void *arg);