Asterisk phone linphone
Created by: rjwellsted,Last modification on Fri 25 of Mar, 2005 [11:07 UTC] by matsk
Asterisk with linphone soft phone
lf configured as a normal sip phone with Asterisk, linphone will only be able to call out, it will not accept incomming calls
It can also be fussy about the format of the caller ID string, mis-formated strings can cause it to crash. The simplest solution: Do not use quotes in the callerid string.
The following is the configuration I have working with linphone 0.12.2
sip.conf:
[linphone]type=friend
username=linphone
callerid=Ext 6003 <6003> ; NO QUOTES!
context=internal
secret=secret
qualify=no ; linphone will become unreachable if qualify=yes
host=dynamic
nat=no
canreinvite=yes
disallow=all ; only the sensible codecs
allow=ulaw
allow=alaw
allow=gsm
HTH
Linphone
You should configure Linphone as follows:
Connection->Preferences->SIP
Identity: Your SIP Address sip: <username>@<server>. Using the sip.conf above, sip:linphone@<server>
Remote Services:
Use SIP registrar must be checked.
Server Address: sip:<server>
Your password: <yourpassword>. Using the sip.conf above, Your password: secret
Address of Record: Should be componded automatically to sip:linphone@<server>
Use this registrar server as outboung proxy must be checked.
Comments
333qualify works in newer versions of linphone
333URL
http://www.voip-info.org/wiki-Linphone