From f58301dc3d3da0e92ac077618730f628416546cb Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 29 Apr 2006 08:31:09 +0000 Subject: 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 --- pjsip/include/pjsua-lib/pjsua.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pjsip/include/pjsua-lib') 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. */ -- cgit v1.2.3