vador
1
Can i use just zaptel conf for routing to pstn?
- Routing my to PSTN with zaptel.conf
- Routing PSTN to PSTN with my TE1405 card
hello,
i have juste purchased a digium T405P
my firt project was to use it with asterisk to make Voip to Pstn Calls
But for the moment i need to setup pstn to pstn calls
My setup:
4 E1 on Digium Card
3 E1 are for inbound calls
1 E1 for Outbound calls
Is it possible to make the 3 E1, it’s possible to do that with just zaptel.conf?
and where can i find docs??
thanks
zoa
2
you need to use the extensions.conf to do this, just zaptel wont work.
Do something like
exten _[0-9].,1,Dial(zap/g1/%{EXTEN});
vador
3
hello,
thank you for your reponse.
ion my zapata.conf, i have some thing like this:
pridialplan=unknown
prilocaldialplan=unknown
signalling=pri_cpe
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no
group = 1
channel => 1-15
channel => 17-31
group = 2
channel => 32-46
channel => 48-62
group = 3
channel => 63-77
channel => 79-93
group = 4
channel => 94-108
channel => 110-124
but they didn’t work
, i dont know why???
can you help me!!!
thanks.
vador
4
group = 1
channel => 1-15
channel => 17-31
group = 2
channel => 32-46
channel => 48-62
group = 3
channel => 63-77
channel => 79-93
group = 4
channel => 94-108
channel => 110-124
i want just 2 groups like:
;group = 1
;channel => 1-94
;group = 2
;channel => 95-124
but i dont know how can i do to creat right groups???
Every E1 in ISDN has a channel that is used as control.
for the first 30 channels of voice is like this:
1-15 voice
16 control
17-31 voice
that is why you cannot put 1-94 in group 1
Maybe you can do this:
Group=1
Channel=>1-15,17-31,…
lucci
6
Hi kikivador;
Did you get your system working?
I would be very interested to find out.
Thank you
Lucci