Displaying 20 results from an estimated 39 matches for "ext1".
Did you mean:
ext
2005 Aug 09
4
Too slow computer?
Hello! I''ve put some questions on this list some weeks
ago and I''ve got good answers. Thank you!
Now I''ve finished my (beautyful) script and I ran it
on my router...
About my script:
It routes packages based on their destination on the
Internet. I have about 1650 preffered destination
networks listed in some file. The script read this
file and marks every package for
2004 Oct 25
4
params file
Hi,
could you tell me the correctly syntax to lists any ip adresses. For
example:
EXT1=192.168.111.239 192.168.215.40 and so on.
Must there be a ";" or a blank ?
Regards
Michael Menkhoff
Vote for Kerry
2005 Mar 04
7
Stutter Tone
I think I have something misconfigured regarding voicemails. They work
great, I have this setup:
Sip.conf
[ext1]
Context=phones
Mailbox=201
Voicemail.conf
[home]
201,password,name,email@mail
Voicemail delivery and all works great but when I check sip extension ext1
(analog phone using a Granstream ATA 286), the stutter tone signaling
message waiting does not work.
Anything wrong with contexts or somethi...
2005 Mar 09
4
Broadvoice Multiple "lines"
I configured this once now I forgot what I did.
Two Broadvoice accounts.
Incoming is simple - just use the phone numbers.
Outgoing:
Dial out on a specific line
and/or
set up the groups and select the other "line" if the first one is busy?
--
James Taylor
MetroTel
3505 Summerihll Road
Suite 11
Texarkana, Texas 75503
903-793-1956
2006 Jan 24
3
Is local originated traffic affected?
Hi!
I built some rules to shape traffic from my linux router in both
dirrections: to the Internet and to the LAN.
When i apply the rules my computer cannot acces the Internet or the LAN.
Is this behavior normal? Do I need to write some rules for local IPs of
my router? (I have sevaral, both on the internal and the external NICs.)
Thank you for any advice!
Sorin.
2015 Aug 13
2
sieve-filter failure problems
I use sieve-filter for postprocessing misclassified mail.
For false positives I use the following script:
require [ "variables", "include", "fileinto" ];
global [ "FORCENOSPAM", "ext", "ext1" ];
set "FORCENOSPAM" "YES";
fileinto "JUNK-PRENOUCE";
if header :matches "Delivered-To" "*+*@*" {
set "ext" "${2}";
set "ext1" "${2}";
}
include :personal "production";
FORCEN...
2003 Apr 07
0
Call FWD & the new channel driver chan_local
...s the new chan_local
to show one way of doing variable callfwding
This sample extension.conf uses's the ast DB to store a users current
extension,
in a db family of CallFWD
and the unique Key is based on the current channel the user is assigned.
In the globals var section each key is hardcoded EXT1, EXT2 this is used in
the
[incoming] context to associate each voicemenu option with a user/extension.
A macro call is made for each extension which does a simple lookup in the
ast DB
based on the family/key of CallFWD/${EXT?}, this returns the extension the
user is currently
forwarded to. The dial...
2006 Feb 06
1
Will not authenticate incoming VOIP provider calls
...ral]
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
context=default
insecure=very
qualify=yes
nat=yes
host=plasma.digitalvoice.ca
register=XXXXXXXXXX:xxxxxx@plasma.digitalvoice.ca/franv
[ext1]
username=ext1
host=dynamic
fromuser = XXXXXXXXXX
authname= XXXXXXXXXX
fromdomain = plasma.digitalvoice.ca
type=friend
secret=secret
record_out=Adhoc
record_in=Adhoc
qualify=no
port=5060
nat=never
dtmfmode=rfc2833
context=internal
canreinvite=no
insecure=very
callerid=XXXXXXXXXX <xxxxxx>
[Di...
2014 Feb 04
2
Password-less Share on a Samba DC
...server services = -dns
security = user
map to guest = Bad User
[netlogon]
path = /var/lib/samba/sysvol/dc.ttsda.cc/scripts
read only = no
browseable = no
[sysvol]
path = /var/lib/samba/sysvol
read only = no
browseable = no
[Musica]
path = /mnt/disks/ext1/Music
read only = no
public = yes
[Downloads]
path = /mnt/disks/ext1/Downloads
read only = no
2007 Dec 24
0
Fwd: Re: IPFW: Blocking me out. How to debug?
...this
work to reload the rules?
ipfw disable firewall; sh /etc/ipfw.rules &
just sh /etc/ipfw.rules & thats enough to survive the ipfw -f flush and reload afterwards
>#TODO: write a program that sends bills to customers
>#BUGS: it cant smile
>
>cmd="/sbin/ipfw"
>ext1="fxp0"
>gentleports="21,25,514"
Why are these ports "gentle"?
all open ports are gentle and potentially insecure. if you are not using them for a reason don't leave them hanging open
those 3 ports are most likely to be left open. try sockstat -46ul to list em...
2003 May 10
1
Call forwarding questions
Is there any way to have users be able to turn on or off call forwarding
at the asterisk server, so they can configure their own forwarding
number and enable/disable it?
Hopefully, with the added benefit that it will remain on between server
reloads and restarts?
I have written a hack -- a AGI script to do various checking, and if
the destination is "ok" set a database variable
2006 Jan 28
3
Multiple Subscriptions to SIP accounts at Same Domain
...t. Thats
fine as far as it goes but I need to be able to handle each SIP account
in its own context. As a half way house, in the course of testing this
I did play with creating extensions for each sip account and directing
them thus:
register => username1:password1:authuser1@sip.gossiptel.com/ext1
register => username2:password2:authuser2@sip.gossiptel.com/ext2
and this works fine as well - inbound calls end up activating the
assigned extensions within extensions.conf but the problem remains that
these extensions themselves have to be within a single context (in my
case the default conte...
2007 Dec 20
1
IPFW: Blocking me out. How to debug?
Dear W.D.
Do you understand that by adding the rules into kernel space numbered from zero to sixty five thousand five hundred thirty four
you may alter the behavior of the rule number sixty five thousand five hundred thirty five
can you please define and list the goals you are trying to achieve by altering default rule in the terms you can both explain and understand.
----- Original Message
2015 Aug 16
0
sieve-filter failure problems
...3 PM schreef Jost Krieger:
> I use sieve-filter for postprocessing misclassified mail.
> For false positives I use the following script:
>
> require [ "variables", "include", "fileinto" ];
>
> global [ "FORCENOSPAM", "ext", "ext1" ];
>
> set "FORCENOSPAM" "YES";
>
> fileinto "JUNK-PRENOUCE";
>
> if header :matches "Delivered-To" "*+*@*" {
> set "ext" "${2}";
> set "ext1" "${2}";
> }
>
>...
2005 Nov 24
0
Will this work?
Hi people! Will this filter work?
# the traffic for MAN - match IP & MARK
$tc filter add dev $EXT1 parent 1: protocol ip prio 0 handle 0x1 fw u32
match ip src $IP flowid 1:B$hIP
$tc filter add dev $INT1 parent 1: protocol ip prio 0 handle 0x1 fw u32
match ip dst $IP flowid 1:B$hIP
# the traffic for Internet - match IP only (what is left after MAN filter)
$tc filter add dev $EXT1 parent 1: proto...
2014 Feb 28
1
VoiceMail Issue
Hello,
am attempting again to resolve an issue with multi-tenancy and the forwarding to VMs between mailboxes. If in a multi-tenancy environment one uses custom contexts ie.
[a1-ext1](a1)
mailbox=101 at a1
and the associated voicemail.conf entry:
[a1]
101 => 1234,My User 1,addr1 at email.com,,tz=eastern|imapuser=addr1 at email.com|imapfolder=Inbox
102 => 1234,My User 2,addr2 at email.com,,tz=eastern|imapuser=addr2 at email.com|imapfolder=Inbox
now if a message is left...
2005 May 12
2
Routing Mail traffic problem !
Etx1 - First Internet Line - eth0
Ext2 - Second Internet line - eth2
LAN - Local Area Network - eth1
Other traffic - Ext1 -------+-------+--------------- Ext2 ---Web goes Here
eth0 | |eth2
+-------+-------+
| ROUTER |
+----+------+---+
|eth1
192.168.0.0/24 -----------------+
|
192.168.0.1/24------------------- - Gateway
|
192.168.0.2/24------------------- - Mail.Mail.org...
2006 Jan 26
4
Problems in Dead Gateway Detection / Failover - Multiple ISP Links
...WAN |
+-\-+ +-\-+
| | | |
|R1 | GW1 GW2 |R2 |
| |------. --------| |
| | | | | |
+---+ | | +---+
EXT1 | | EXT2
+\----\-+
| |
| LINUX |
| ROUTER|
| |
| |
| |
+---/---+...
2010 Jul 30
0
Aastra ignore call button hangs up call instead of going to voicemail
...) exited non-zero on
'DAHDI/10-1'
-- Hungup 'DAHDI/10-1'
The extensions.conf file has this macro-dial in it:
; Rings one or more extensions. Handles things like call forwarding and
DND
; We don't call dial directly for anything internal anymore.
; ARGS: $TIMER, $OPTIONS, $EXT1, $EXT2, $EXT3, ...
; Use a Macro call such as the following:
; Macro(dial,$DIAL_TIMER,$DIAL_OPTIONS,$EXT1,$EXT2,$EXT3,...)
[macro-dial]
exten => s,1,GotoIf($["${MOHCLASS}" = ""]?dial)
exten => s,n,SetMusicOnHold(${MOHCLASS})
exten => s,n(dial),AGI(dialparties.agi)
exte...
2005 Aug 02
4
How to set a host with public IP within a private network?
Hello! I have the following setup:
1) a connection to my ISP with a public IP (1.2.3.4)
with the gateway 1.2.3.1
2) an allocated IP class with 64 addresses
(5.6.7.192/26)
3) two LANs connected through two NICs:
a) 192.168.0.0/24 on eth1 (192.168.0.1)
b) 10.0.0.0/24 on eth2 (10.0.0.1)
The IPs from the allocated class are all assigned to
eth0.
The networks are SNATed to the external IP and