Talk:BLASTERISK

From blag.wiki.aktivix.org

Jump to: navigation, search
Say I'm dialing from London and calling a number in Nigeria. I'd normally dial 002348 XXXXX. Do I dail the number like that or do I have to prefix it with any special codes? For instance 002348 (blag code) XXXXX? jayeola Insert non-formatted text here12:29, 6 Dec 2005 (GMT)
You probably dial 011-234-8-XXXXX (some quick wiki notes: to indent on talk pages, you do colons. You sign & date with four tildes) jebba 00:32, 7 Dec 2005 (GMT) (jebba adds second colon to indent my response ;)
Doesn't an international number start with 9? So that makes it: 9011-234-8-XXXXX ? Or 911-234-8-XXXXX - which might panic people in the US since 911 is apparently the emergency number in some parts of the US... ? Boud 23:34, 19 December 2006 (UTC)
Boud: no. In BLASTERISK, you get an outside line with "9". Then you dial the country code. There is no need to do "011" anymore (in fact, if you do it, it just gets dropped). The US has country code "1", but no area codes start with one. So calling blasterisk and doing "9,11" is invalid. In sum, there is no reason to call blasterisk and ever enter the sequence 9,1,1. jebba 16:42, 5 February 2007 (UTC)
how can I add a personal extension?
To the wiki? Right now it's protected because it kept getting content removed bit by bit. If you want to have one set up, email blasterisk@blagblagblag.org, though admittedly I'm getting a bit behind on my requests.... jebba 14:09, 4 April 2007 (BST)

some openbsd stuff

################################################################# # macro definitions ################################################################# # ifs ext_if="fxp0" our_if="dc0" voisin_if="dc1" int_if="{ dc0, dc1 }" ## networks our_lan="192.168.10.0/24" voisin_lan="192.168.20.0/24" int_lans= "{192.168.10.0/24 192.168.20.0/24}" ## hosts #trixboxen="{192.168.10.177 192.168.10.178}" trixboxen="{192.168.10.178}" ######### Ports firewall_tcp_services="{ 113 }" icmp_types="echoreq" ### VOIP # tcp #tcp_port_range="30000:30010" #GM tcp_listening_port="1720" tcp_sip="5060:5070" # udp # GM rtp_port_range="5000:5016" rtp_port_range="8766:35000" stun="3478" udp_sip="5060:5070" #GM rtp_rtcp="8000:8006" asterisk_rtp="10000:20000" iax2="4569" iax="5036" mgcp="2727" ##### summarized voip_tcp=$tcp_sip # $tcp_port_range $tcp_listening_port voip_udp=$rtp_port_range $udp_sip $stun $asterisk_rtp $iax $iax2 $mgcp # $rtp_rtcp ################################################################## # options: "set" ################################################################## set block-policy drop set optimization conservative set skip on lo set loginterface fxp0 #set loginterface dc1 #set loginterface dc0 ################################################################# # scrub ################################################################# #scrub in all scrub in ################################################################# # QoS stuff ################################################################# altq on $ext_if priq bandwidth 520Kb queue { q_pri, q_def, q_bulk, q_crap } queue q_pri priority 7 queue q_def priority 5 priq(default) queue q_bulk priority 1 queue q_crap priority 0 ################################################################# # NAT rules: "rdr", "nat", "binat" ################################################################# nat on $ext_if from !($ext_if) -> ($ext_if:0) #nat-anchor "ftp-proxy/*" #rdr-anchor "ftp-proxy/*" #rdr pass on $int_if proto tcp to port ftp -> 127.0.0.1 port 8021 rdr on $ext_if proto tcp from any to any port {$voip_tcp} -> $trixboxen rdr on $ext_if proto udp from any to any port {$voip_udp} -> $trixboxen ################################################################# # filtering rules: "antispoof", "block", "pass" ################################################################# #block all block in pass out keep state antispoof quick for $int_if antispoof quick for lo block drop in quick on $voisin_if from $voisin_lan to $our_lan block drop in quick on $voisin_if proto tcp from $voisin_lan to \ $voisin_lan port ssh ## asterisk pass in quick proto udp from any to any port {$voip_udp} \ keep state queue (q_pri) ## firewall ports pass in inet proto icmp all icmp-type $icmp_types \ keep state queue (q_def, q_pri) pass quick on $int_if

Personal tools