Displaying 3 results from an estimated 3 matches for "9overthruster7".
2003 Oct 10
2
Grandstream Setup
Hi People,
Ok i've tried everything I can think of but cant get this to work.
Can someone please give me an example of their sip.conf settings and also the
details of the settings in their grandstream phone to allow:
1. Grandstream phone to register with asterisk when on same lan.
2. Grandstream phone to register with asterisk when phone is behind a nat.
Regards,
Aaron.
2003 Nov 19
0
Can anyone give me an example of sip.conf and extensions.conf about asterisk SIP Proxy server?
...Asterisk SIP (Ubiquity)
My sip.conf and extensions.conf is as follows:
sip.conf
[general]
port = 5060
bindaddr = 0.0.0.0
allow=all
context = bogon-calls
[2000]
type=friend
username=2000
secret=9overthruster7
host=dynamic
context=from-sip
[2001]
type=friend
username=2001
secret=11bbanzai9
host=dynamic
context=from-sip
extensions.conf
[general]
static=yes
writeprotect=yes
[bogon-calls]
exten => _.,1,Congestion
[from-sip]
exten => 2...
2004 Dec 01
4
Getting started with Asterisk
...0.0.0 ; Address to bind to (all addresses on machine)
allow=all ; Allow all codecs
context = bogon-calls ; Send SIP callers that we don't know about here
[2000]
type=friend ; This device takes and makes calls
username=2000 ; Username on device
secret=9overthruster7 ; Password for device
host=dynamic ; This host is not on the same IP addr every time
context=from-sip ; Inbound calls from this host go here
mailbox=100 ; Activate the message waiting light if this
dtmfmode=rfc2833 ; voicemailbox has messages in it...