login | register
Tue 02 of Dec, 2008 [14:26 UTC]

voip-info.org

Discuss [1] History

Asterisk settings for Eutelia

Created by: razametal,Last modification on Fri 04 of Jan, 2008 [13:50 UTC] by italy
EuteliaVoip accounts offers you free geographic numbers (Italian, English, Romanian). Each account can have up to 15 numbers. To configure your account with your asterisk box you need the following settings:

Edit /etc/asterisk/sip.conf and add the following lines:


; 0661234567 is the account and DID number for Italy
register => 0661234567:password@voip.eutelia.it:5060/0661234567

; Eutelia settings
eutelia
type=friend
secret=password
srvlookup=yes
realm=voip.eutelia.it
qualify=no
insecure=port,invite
username=0661234567
host=voip.eutelia.it
context=from-pstn
fromuser=0661234567
fromdomain=voip.eutelia.it
nat=yes
canreinvite=no
disallow=all
allow=gsm
allow=ulaw


Comments

Comments Filter
222

333Eutelia calls disconnect after about 20 seconds

by rmclaren, Saturday 16 of February, 2008 [20:06:24 UTC]
I am using exactly this configuration, except "context=EuteliaVOIP-incoming". Incoming call connects, quality is fine, then the call just disconnects after about 20 seconds. This "feature" has been reported in other forums, e.g. TrixBox, and appears to be an incompatibility between Eutelia and Asterisk. Anyone experienced this and found a solution?