linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] specify pre-defined settings in Linphone Android


From: Saumil Gandhi
Subject: [Linphone-developers] specify pre-defined settings in Linphone Android
Date: Thu, 17 Jul 2014 12:47:12 +0530

Hi,

I am trying to pre-define certain settings in my code, so that every time I build an APK they get set as my Linphone settings and I don't need to manually go and change them. It seems that I can do some with the linphonerc_default file, while others I can't. Here's what I'm wanting to do:

1. Accept incoming video requests=true
2. Initiate video calls=true
3. STUN server=my STUN server
4. Enable ICE=true
5. Transport protocol=tcp
6. Outbound proxy=true

#1,2, 4, 5 - It looks like I cannot define this in the linphonerc_default file. If so, is there a place in the source code I can pre-define these?

#3 - I have set stun_server=my.stun.server under [net], but it is not being picked up

#6 - I have set reg_proxy=sip:my.server and reg_route=sip:my.server under [proxy_0], and I have defined default_proxy=0 under [sip]. But it is not setting Outbound proxy to true.

Any help here would be great.

Thanks!
Saumil

reply via email to

[Prev in Thread] Current Thread [Next in Thread]