login | register
Tue 02 of Dec, 2008 [15:25 UTC]

voip-info.org

Discuss [0] History

Asterisk settings for Messagenet.it

Created by: razametal,Last modification on Sun 04 of Nov, 2007 [21:36 UTC]
Messagenet.it provides one free Italy DID. To set up with your asterisk box add the following settings to /etc/asterisk/sip.conf :


; 5312345 is the account number and 0212345678 the DID number
register => 5312345:password@sip.messagenet.it:5061/0212345678

; Messagenet.it settings
messagenet
disallow=all
allow=g729
allow=alaw
allow=ulaw
realm=sip.messagenet.it
auth=md5
context=from-pstn
username=5312345
fromuser=5312345
secret=password
host=sip.messagenet.it
port=5061
qualify=yes
insecure=very
type=friend


Comments