This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

BamzeNET pastebin

Posted by mrmr Thu 10th Jun 10:20 (modification of posting from mrfrenzy )

001 
002 
003 
004 
005 
006 
007 
008 
009 
010 
011 
012 
013 
014 
015 
016 
017 
018 
019 
020 
021 
022 
023 
024 
025 
026 
027 
028 
029 
030 
031 
032 
033 
034 
035 
036 
037 
038 
039 
040 
041 
042 
043 
044 
045 
046 
047 
048 
049 
050 
051 
052 
053 
054 
055 
056 
057 
058 
059 
060 
061 
062 
063 
064 
065 
extensions.conf 

[digisip-in]
exten => 2010,1,Ringing
exten => 2010,2,Dial(SIP/2010)
exten => 2050,1,Ringing
exten => 2050,2,Dial(SIP/2050)

[uvtc-out]
exten => _0.,1,Dial(SIP/${EXTEN}@uvtc,60,r)
exten => _0.,2,Playback(invalid)
exten => _0.,3,Hangup

sip.conf

register => 4641710XXXX.uvtc.net:password@sip.isp.se/2010
register => 047user:pass8@sip2.isp.net/2050

[2010]
type=friend
host=dynamic
secret=1234
dtmfmode=rfc2833
disallow=all
allow=ulaw
nat=no
context=uvtc-jo
username=2010
dtmfmode=inband



[2050]
type=friend
host=dynamic
secret=1234
dtmfmode=rfc2833
disallow=all
allow=ulaw
nat=no
context=uvtc-jo
username=2050
dtmfmode=inband

[uvtc]
type=peer
username=username
fromdomain=sip.isp.se
insecure=very
qualify=yes
nat=no
secret=password
host=sip.isp.se
context=default

[uvtc-jo]
type=peer
username=username2
fromdomain=sip.isp2.se
insecure=very
qualify=yes
nat=no
secret=1234
host=sip.isp2.se
context=default


Submit a correction or amendment below. (click here to make a fresh posting)
Name

Remember my name in a cookie

To cope with spam please enter "im not a spambot" with first char in every word capitalized:


Code: To ensure legibility, keep your code lines under 80 characters long.
Include comments to indicate what you need feedback on.