login | register
Fri 29 of Aug, 2008 [00:12 UTC]

voip-info.org

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.


See also:


Comments

Comments Filter
222

333qualify works in newer versions of linphone

by kna@tirsdagsklubben.nu, Tuesday 09 of August, 2005 [12:25:28 UTC]
qualify=500 seems to work using linphone 1.0.1 (:biggrin:)
222

333URL

by matsk, Friday 25 of March, 2005 [11:02:15 UTC]
Maybee a link to linphone could have been added ?

http://www.voip-info.org/wiki-Linphone