Fix audio/video settings

Change default primary contact value
This commit is contained in:
Yann Diorcet 2012-08-23 11:52:42 +02:00
parent 041a3165fd
commit 22b240ac59
3 changed files with 3 additions and 3 deletions

View file

@ -474,7 +474,7 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args);
int audio_port_preference = [self integerForKey:@"audio_port_preference"];
linphone_core_set_audio_port(lc, audio_port_preference);
int video_port_preference = [self integerForKey:@"video_port_preference"];
linphone_core_set_audio_port(lc, video_port_preference);
linphone_core_set_video_port(lc, video_port_preference);
UIDevice* device = [UIDevice currentDevice];
bool backgroundSupported = false;

View file

@ -2,7 +2,7 @@
sip_random_port=1
sip_tcp_random_port=1
sip_tls_random_port=1
contact=sip:toto@unknown-host
contact="Linphone iPhone" <sip:linphone.iphone@unknown-host>
keepalive_period=30000
[rtp]

View file

@ -2,7 +2,7 @@
sip_random_port=1
sip_tcp_random_port=1
sip_tls_random_port=1
contact=sip:toto@unknown-host
contact="Linphone iPhone" <sip:linphone.iphone@unknown-host>
keepalive_period=30000
[rtp]