summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2012-11-26 02:04:17 +0000
committerLiong Sauw Ming <ming@teluu.com>2012-11-26 02:04:17 +0000
commit4829490aa8a2c178a8dba4933a0056c8c8e80499 (patch)
treedf5a36665807d08614ab047086c5c066242f8744 /pjsip/include
parentaa8a3b9e20ce37f09abfe1336b335a5f93d713c2 (diff)
Fixes #1595: Allow call hangup immediately after outgoing call
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4300 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h
index e97056ae..d08b599d 100644
--- a/pjsip/include/pjsua-lib/pjsua_internal.h
+++ b/pjsip/include/pjsua-lib/pjsua_internal.h
@@ -170,6 +170,7 @@ struct pjsua_call
union {
struct {
pjsua_msg_data *msg_data;/**< Headers for outgoing INVITE. */
+ pj_bool_t hangup; /**< Call is hangup? */
} out_call;
struct {
call_answer answers;/**< A list of call answers. */