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

voip-info.org

Discuss [0] History

Asterisk settings for Bluesip

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


; Bluesip uses bluesip/username as login, the number 498971234567890 is the DID
register => bluesip/username:password@bluesip.net/498971234567890

bluesip
disallow=all
allow=alaw
allow=ulaw
type=friend
username=bluesip/username
fromuser=username
secret=password
host=bluesip.net
context=from-pstn
fromdomain=bluesip.net
auth=md5,plaintext
qualify=yes
canreinvite=no
nat=no
insecure=very


Comments