mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
fix warning
add get_identity method to linphonecore.h add ring-mono-30
This commit is contained in:
parent
8210107a35
commit
e9d344647f
4 changed files with 4 additions and 3 deletions
|
|
@ -2167,10 +2167,10 @@ static int lpc_cmd_rtp_no_xmit_on_audio_mute(LinphoneCore *lc, char *args)
|
|||
}
|
||||
|
||||
static int lpc_cmd_video_window(LinphoneCore *lc, char *args){
|
||||
#ifdef VIDEO_ENABLED
|
||||
char subcommand[64];
|
||||
int a,b;
|
||||
int err;
|
||||
#ifdef VIDEO_ENABLED
|
||||
err=sscanf(args,"%s %i %i",subcommand,&a,&b);
|
||||
if (err>=1){
|
||||
if (strcmp(subcommand,"pos")==0){
|
||||
|
|
|
|||
|
|
@ -557,7 +557,7 @@ bool_t linphone_core_ipv6_enabled(LinphoneCore *lc);
|
|||
void linphone_core_enable_ipv6(LinphoneCore *lc, bool_t val);
|
||||
|
||||
LinphoneAddress *linphone_core_get_primary_contact_parsed(LinphoneCore *lc);
|
||||
|
||||
const char * linphone_core_get_identity(LinphoneCore *lc);
|
||||
/*0= no bandwidth limit*/
|
||||
void linphone_core_set_download_bandwidth(LinphoneCore *lc, int bw);
|
||||
void linphone_core_set_upload_bandwidth(LinphoneCore *lc, int bw);
|
||||
|
|
@ -792,7 +792,7 @@ void linphone_core_stop_dtmf(LinphoneCore *lc);
|
|||
|
||||
|
||||
int linphone_core_get_current_call_duration(const LinphoneCore *lc);
|
||||
const LinphoneAddress *linphone_core_get_remote_address(LinphoneCore *lc);
|
||||
|
||||
|
||||
int linphone_core_get_mtu(const LinphoneCore *lc);
|
||||
void linphone_core_set_mtu(LinphoneCore *lc, int mtu);
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ LINPHONE_SOUNDS=ringback.wav hello8000.wav hello16000.wav
|
|||
LINPHONE_RINGS=rings/orig.wav \
|
||||
rings/oldphone.wav \
|
||||
rings/oldphone-mono.wav \
|
||||
rings/oldphone-mono-30s.wav \
|
||||
rings/rock.wav \
|
||||
rings/bigben.wav \
|
||||
rings/toy.wav \
|
||||
|
|
|
|||
BIN
share/rings/oldphone-mono-30s.wav
Normal file
BIN
share/rings/oldphone-mono-30s.wav
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue