linphone-iphone icon indicating copy to clipboard operation
linphone-iphone copied to clipboard

change default settings ?!

Open hadidez opened this issue 7 years ago • 11 comments

hi all. how can i change default settings ?! for example if i need to change to off some codec, what should i to do !? i changed default value in .plist but nothing happened.

hadidez avatar Aug 07 '17 08:08 hadidez

Have you try to re-install the app after changing the default settings ? Thanks

ghost avatar Aug 08 '17 07:08 ghost

surly yes ...

hadidez avatar Aug 08 '17 07:08 hadidez

Which settings do you want to change ? Dependings on the settings you might need to change the linphonerc and linphonerc-factory

ghost avatar Aug 10 '17 14:08 ghost

i need to change default codecs. i want to disable all codecs just opus.

hadidez avatar Aug 12 '17 08:08 hadidez

Try putting in your linphone rc : add_missing_audio_codecs=0 in [misc] section and [audio_codec_0] mime=opus rate=48000 channels=2 enabled=1

ghost avatar Aug 14 '17 08:08 ghost

i did below but nothing happened: [misc] file_transfer_server_url=https://www.linphone.org:444/lft.php max_calls=3 real_early_media=1 speex_16k_preference=0 speex_8k_preference=0 silk_16k_preference=0 [audio_codec_0] mime=opus rate=48000 channels=2 enabled=1

hadidez avatar Aug 14 '17 09:08 hadidez

You forgot to add add_missing_audio_codecs=0 in [misc] you should have :

[misc] file_transfer_server_url=https://www.linphone.org:444/lft.php max_calls=3 real_early_media=1 speex_16k_preference=0 speex_8k_preference=0 silk_16k_preference=0 add_missing_audio_codecs=0

(...)

[audio_codec_0] mime=opus rate=48000 channels=2 enabled=1

You can also make this changes in linphonerc-factory

ghost avatar Aug 14 '17 09:08 ghost

thanks. it work like a charm ...

hadidez avatar Aug 14 '17 10:08 hadidez

hi, where can i get all linphonerc available parameters ? i want to can change settings just by changing linphonerc parameters. thanks

hadidez avatar Sep 29 '18 14:09 hadidez

+1

juliancorrea avatar Jun 19 '19 21:06 juliancorrea

If I want to enable two codecs then what is the process

  1. G722
  2. G711u

Please suggest @hadidez @ghost @juliancorrea

bnsy avatar May 23 '22 11:05 bnsy