[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linphone-users] linphonerc settings
From: |
Alastair Johnson |
Subject: |
Re: [Linphone-users] linphonerc settings |
Date: |
Tue, 2 Nov 2010 14:44:03 +0000 |
User-agent: |
KMail/1.13.5 (Linux/2.6.34-gentoo-r11; KDE/4.4.5; x86_64; ; ) |
On Tuesday 02 November 2010, K.Kong wrote:
> Can someone point me to the documentation for the settings in linphonerc?
> Specifically, where does the password for the sip proxy go to? I need
> this urgently as my file disappeared just like that and an automated
> program is now stuck.
I'm not sure about documentation, but authentication info lives in numbered
sections like this:
[proxy_0]
reg_proxy=sip:example.com
reg_route=<sip:your.outbound.proxy.if.used;lr>
reg_identity=sip:address@hidden
reg_expires=3600
reg_sendregister=1
publish=1
dial_escape_plus=0
[auth_info_0]
username=your_user
userid=your_user
passwd=your_password
realm="example.com"