summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua_internal.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-09-25 20:48:49 +0000
committerBenny Prijono <bennylp@teluu.com>2007-09-25 20:48:49 +0000
commit5e73abe535570c01289e786aee46564dc9d97dd4 (patch)
tree44a253d6a3ea1b8d3e141308f12b5319ee9844d3 /pjsip/include/pjsua-lib/pjsua_internal.h
parentf05edf53d07c97c82a1f618f54904442a9efada4 (diff)
Exported some private pjsua_call.c functions related to call quality statistics
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1452 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua_internal.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua_internal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h
index de6be5d3..a83e506a 100644
--- a/pjsip/include/pjsua-lib/pjsua_internal.h
+++ b/pjsip/include/pjsua-lib/pjsua_internal.h
@@ -426,6 +426,15 @@ void pjsua_init_tpselector(pjsua_transport_id tp_id,
pjsip_tpselector *sel);
+pj_status_t acquire_call(const char *title,
+ pjsua_call_id call_id,
+ pjsua_call **p_call,
+ pjsip_dialog **p_dlg);
+const char *good_number(char *buf, pj_int32_t val);
+void print_call(const char *title,
+ int call_id,
+ char *buf, pj_size_t size);
+
PJ_END_DECL