login | register
Tue 02 of Dec, 2008 [11:51 UTC]

voip-info.org

Discuss [0] History

Asterisk settings for skypho

Created by: mesfet,Last modification on Wed 02 of Apr, 2008 [12:05 UTC] by Paperboy

Asterisk settings for EuteliaVoip

EuteliaVoip is a VoIP italian provider owned by Eutelia, which permit to obtain up to 15 free regional phone numbers, and make international calls at very interesting prices.

EuteliaVoip also offers you a huge number of innovative services such as:
- Free telephone number for sending faxes (by web or e-mail) and for receiving them directly on your e-mail account
- Call Forwarding service
- Voice mail service
- Selective Block

It is connectable by asterisk though SIP protocol, as shown below.

Asterisk Settings: sip.conf

register => YOURNUMBER:YOURPASSWORD@voip.eutelia.it/998
; 998 is the extension where all incoming calls will be routed (look extensions.conf)

[eutelia-out]
type=friend
username=YOURNUMBER
secret=YOURPASSWORD
fromuser=YOURNUMBER
fromdomain=voip.eutelia.it
host=voip.eutelia.it
canreinvite=no
insecure=very

See also


Comments