search for: 11bbanzai9

Displaying 2 results from an estimated 2 matches for "11bbanzai9".

2003 Nov 19
0
Can anyone give me an example of sip.conf and extensions.conf about asterisk SIP Proxy server?
...[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 => 2000,1,Dial(SIP/2000,20) exten => 2000,102,Hangup exten => 2001,1,Dial(SIP/2001,20) exten => 2001,102,Hangup...
2004 Dec 01
4
Getting started with Asterisk
...; Inbound calls from this host go here mailbox=100 ; Activate the message waiting light if this dtmfmode=rfc2833 ; voicemailbox has messages in it [2001] ; Duplicate of 2000, except with different auth data type=friend username=2001 secret=11bbanzai9 host=dynamic context=from-sip mailbox=101 dtmfmode=rfc2833 ---------------------------------------------------------------------------- --------------------- ~ -------------------------------Log --------------------------------------------------- Asterisk*CLI> We'...