summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-04-29 08:31:09 +0000
committerBenny Prijono <bennylp@teluu.com>2006-04-29 08:31:09 +0000
commitf58301dc3d3da0e92ac077618730f628416546cb (patch)
tree6cf25fd834a6df6a2b452df335f3fd57e488b274 /pjsip/include/pjsua-lib
parentfacbd77aee687ac9d282597e415bab3d0df8d181 (diff)
Improve codec handling in pjsua cmd-line options, and add URI to call
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@422 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua-lib')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index dc179cb3..726f8f0c 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -183,8 +183,6 @@ struct pjsua
int start_rtp_port;/**< Start of RTP port to try. */
pjmedia_endpt *med_endpt; /**< Media endpoint. */
unsigned clock_rate; /**< Internal clock rate. */
- pj_bool_t has_wb; /**< Include wideband codecs */
- pj_bool_t has_uwb; /**< Include ultra-wideband codecs */
pjmedia_conf *mconf; /**< Media conference. */
pj_bool_t null_audio; /**< Null audio flag. */
pj_bool_t no_mic; /**< Disable microphone. */
@@ -249,6 +247,7 @@ struct pjsua
/* PJSUA Calls: */
+ pj_str_t uri_to_call; /**< URI to call. */
int max_calls; /**< Max nb of calls. */
int call_cnt; /**< Number of calls. */
pjsua_call calls[PJSUA_MAX_CALLS]; /** Calls array. */