Displaying 2 results from an estimated 2 matches for "someisp".
Did you mean:
someip
2006 Oct 16
1
Multiple 'routes' to extension in different contextes. How to influence search oder?
.... It is connected to PSTN, and
various SIP Providers.
I offer Free Calls to my friends, but myself I would like to be able to make
calls to non free destinations via my PSTN Line.
Now I do this in my dialplan:
-----------------------
[myself]
; National Destinations
exten => _0z.,1,Dial(SIP/someisp/${EXTEN});
exten => _0z.,n,Dial(Zap/g1/${EXTEN});
; International Destinations
exten => _00z.,1,Dial(SIP/someisp/${EXTEN});
exten => _00z.,n,Dial(Zap/g1/${EXTEN});
include => freedestinations;
[freedestinations]
; Local Free Destionations
exten => _0800.,1,Dial(Zap/g1/${EXTEN});...
2004 Jul 23
1
routing mail on a different gateway
.../etc/iproute2/rt_tables
ip rule add fwmark 1 table mail.out
/sbin/ip route add default via [Second''s ISP Gateway] dev ppp1 table
mail.out
I get no error message, and ip rule ls and ip route show params where
recorded, iptables -t mangle -lnV shows no problem too.
When I do telnet smtp.someisp.com 25, I see with tcpdump the packets
going out through the interface ppp1 :
14:32:40.693429 62.212.120.196.34515 > 193.252.22.80.smtp: S
4069327741:4069327741(0) win 5808 <mss 1452,sackOK,timestamp 929359
0,nop,wscale 0> (DF) [tos 0x10]
But the problem is that there are originated f...